summaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)AuthorLines
2021-11-18scsi: target: configfs: Delete unnecessary checks for NULLDan Carpenter-8/+8
2021-11-18scsi: target: core: Use RCU helpers for INQUIRY t10_alua_tg_pt_gpMike Christie-7/+7
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-23/+24
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-183/+279
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+2
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds-4/+3
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig-2/+2
2021-10-26scsi: target: core: Remove from tmr_list during LUN unlinkDmitry Bogdanov-23/+24
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe-2/+2
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig-2/+1
2021-10-19scsi: target: core: Stop using bdevname()Christoph Hellwig-3/+1
2021-10-18scsi: target: Perform ALUA group changes in one stepMike Christie-7/+16
2021-10-18scsi: target: Replace lun_tg_pt_gp_lock with rcu in I/O pathMike Christie-27/+34
2021-10-18scsi: target: Fix alua_tg_pt_gps_count trackingMike Christie-1/+0
2021-10-18scsi: target: Fix ordered tag handlingMike Christie-22/+57
2021-10-18scsi: target: Fix ordered CMD_T_SENT handlingMike Christie-5/+5
2021-10-18scsi: target: tcmu: Allocate zeroed pages for data areaBodo Stroesser-2/+2
2021-10-18scsi: target: cxgbit: Enable Delayed ACKVarun Prakash-10/+26
2021-10-18scsi: target: cxgbit: Increase max DataSegmentLengthVarun Prakash-5/+12
2021-10-18target/iblock: use bdev_nr_bytes instead of open coding itChristoph Hellwig-2/+2
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig-0/+2
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig-0/+1
2021-10-16scsi: target: tcm_loop: Call scsi_done() directlyBart Van Assche-2/+2
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen-13/+21
2021-10-04scsi: target: tcmu: Use struct_size() helper in kmalloc()Gustavo A. R. Silva-2/+1
2021-10-04scsi: target: sbp: Replace enable attr with ops.enableDmitry Bogdanov-25/+5
2021-10-04scsi: target: iscsi: Replace tpg enable attr with ops.enableDmitry Bogdanov-59/+32
2021-10-04scsi: target: core: Add common tpg/enable attributeDmitry Bogdanov-2/+77
2021-10-04scsi: target: core: Make logs less verboseKonstantin Shelekhin-4/+4
2021-09-22scsi: target: Fix spelling mistake "CONFLIFT" -> "CONFLICT"Colin Ian King-1/+1
2021-09-14scsi: target: Remove unused function argumentsLi Feng-8/+6
2021-09-13scsi: target: Fix the pgr/alua_support_store functionsMaurizio Lombardi-12/+20
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-111/+243
2021-08-17scsi: target: Fix sense key for invalid EXTENDED COPY requestSergey Samoylenko-11/+15
2021-08-17scsi: target: Allows backend drivers to fail with specific sense codesSergey Samoylenko-3/+12
2021-08-17scsi: target: pscsi: Fix possible null-pointer dereference in pscsi_complete_...Tuo Li-9/+9
2021-08-11Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen-19/+18
2021-08-11scsi: tcm_loop: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche-2/+2
2021-08-03scsi: target: core: Drop unnecessary se_cmd ASC/ASCQ membersDavid Disseldorp-64/+55
2021-08-03scsi: target: sbp: Drop incorrect ASC/ASCQ usageDavid Disseldorp-2/+2
2021-08-03scsi: target: core: Avoid using lun_tg_pt_gp after unlockDavid Disseldorp-5/+5
2021-08-03scsi: target: tcmu: Add new feature KEEP_BUFBodo Stroesser-11/+139
2021-07-28scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMONChristoph Hellwig-1/+1
2021-07-27Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman-19/+18
2021-07-27scsi: target: Remove redundant assignment to variable retColin Ian King-4/+4
2021-07-21bus: Make remove callback return voidUwe Kleine-König-3/+2
2021-07-20scsi: target: Fix NULL dereference on XCOPY completionDavid Disseldorp-1/+1
2021-07-18scsi: target: Fix protect handling in WRITE SAME(32)Dmitry Bogdanov-18/+17
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-98/+172