aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-18Merge branch '5.18/scsi-fixes' into 5.19/scsi-stagingMartin K. Petersen1-1/+2
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2-2/+2
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig1-2/+1
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-1/+1
2022-04-17block: add a bdev_max_discard_sectors helperChristoph Hellwig1-4/+3
2022-04-17block: add a bdev_fua helperChristoph Hellwig1-2/+1
2022-04-17block: add a bdev_write_cache helperChristoph Hellwig1-6/+2
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig2-3/+2
2022-04-17target: fix discard alignment on partitionsChristoph Hellwig1-2/+2
2022-04-17target: pass a block_device to target_configure_unmap_from_queueChristoph Hellwig3-6/+8
2022-04-17target: remove an incorrect unmap zeroes data deductionChristoph Hellwig1-1/+0
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig1-5/+5
2022-04-17target/pscsi: remove pscsi_get_bioChristoph Hellwig1-26/+2
2022-04-06scsi: target: Allow changing dbroot if there are no registered devicesMaurizio Lombardi1-19/+28
2022-04-06Merge branch '5.18/scsi-queue' into 5.18/scsi-fixesMartin K. Petersen1-1/+2
2022-03-29scsi: target: tcmu: Fix possible page UAFXiaoguang Wang1-1/+2
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-57/+204
2022-03-14scsi: target: Add iscsi/cpus_allowed_list in configfsMingzhe Zou3-3/+114
2022-03-01scsi: core: Remove struct scsi_requestChristoph Hellwig1-1/+1
2022-03-01scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig1-5/+4
2022-03-01scsi: core: Move the resid_len field from struct scsi_request to struct scsi_cmndChristoph Hellwig1-1/+1
2022-03-01scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig1-1/+2
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig1-4/+8
2022-03-01scsi: target: pscsi: Remove struct pscsi_plugin_taskChristoph Hellwig2-38/+17
2022-02-22scsi: target: tcmu: Make cmd_ring_size changeable via configfsGuixin Liu1-10/+63
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-3/+2
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig1-4/+2
2022-02-02block: remove genhd.hChristoph Hellwig2-2/+0
2022-01-24scsi: target: iscsi: Make sure the np under each tpg is uniqueZouMingzhe1-0/+3
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig1-1/+1
2021-11-18scsi: target: configfs: Delete unnecessary checks for NULLDan Carpenter1-8/+8
2021-11-18scsi: target: core: Use RCU helpers for INQUIRY t10_alua_tg_pt_gpMike Christie1-7/+7
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-23/+24
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds15-183/+279
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+3
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig1-2/+2
2021-10-26scsi: target: core: Remove from tmr_list during LUN unlinkDmitry Bogdanov2-23/+24
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-2/+2
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig1-2/+1
2021-10-19scsi: target: core: Stop using bdevname()Christoph Hellwig1-3/+1
2021-10-18scsi: target: Perform ALUA group changes in one stepMike Christie1-7/+16
2021-10-18scsi: target: Replace lun_tg_pt_gp_lock with rcu in I/O pathMike Christie1-27/+34
2021-10-18scsi: target: Fix alua_tg_pt_gps_count trackingMike Christie1-1/+0
2021-10-18scsi: target: Fix ordered tag handlingMike Christie3-22/+57
2021-10-18scsi: target: Fix ordered CMD_T_SENT handlingMike Christie1-5/+5
2021-10-18scsi: target: tcmu: Allocate zeroed pages for data areaBodo Stroesser1-2/+2
2021-10-18scsi: target: cxgbit: Enable Delayed ACKVarun Prakash2-10/+26
2021-10-18scsi: target: cxgbit: Increase max DataSegmentLengthVarun Prakash1-5/+12
2021-10-18target/iblock: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-2/+2