summaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)AuthorLines
2021-03-09scsi: target: iblock: Fix type of logs_per_physChaitanya Kulkarni-1/+1
2021-03-09scsi: target: iblock: Trim line longer than 80 charactersChaitanya Kulkarni-1/+2
2021-03-09scsi: target: iblock: Remove an extra argumentChaitanya Kulkarni-17/+17
2021-03-09scsi: target: tcmu: Use GFP_NOIO while handling cmds or holding cmdr_lockBodo Stroesser-2/+2
2021-03-09scsi: target: tcmu: Replace radix_tree with XArrayBodo Stroesser-18/+16
2021-03-09scsi: target: tcmu: Replace IDR by XArrayBodo Stroesser-15/+15
2021-03-04scsi: target: core: Make completion affinity configurableMike Christie-2/+68
2021-03-04scsi: target: core: Flush submission work during TMR processingMike Christie-0/+4
2021-03-04scsi: target: tcmu: Add backend plug/unplug calloutsMike Christie-2/+25
2021-03-04scsi: target: iblock: Add backend plug/unplug calloutsMike Christie-1/+53
2021-03-04scsi: target: core: Fix backend pluggingMike Christie-1/+42
2021-03-04scsi: target: tcm_loop: Use LIO wq cmd submission helperMike Christie-17/+6
2021-03-04scsi: target: tcm_loop: Use block cmd allocator for se_cmdsMike Christie-11/+8
2021-03-04scsi: target: core: Add workqueue based cmd submissionMike Christie-3/+50
2021-03-04scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie-10/+14
2021-03-04scsi: target: core: Remove target_submit_cmd_map_sgls()Mike Christie-59/+17
2021-03-04scsi: target: tcm_fc: Convert to new submission APIMike Christie-4/+10
2021-03-04scsi: target: sbp_target: Convert to new submission APIMike Christie-5/+3
2021-03-04scsi: target: tcm_loop: Convert to new submission APIMike Christie-12/+10
2021-03-04scsi: target: core: Break up target_submit_cmd_map_sgls()Mike Christie-61/+140
2021-03-04scsi: target: core: Rename transport_init_se_cmd()Mike Christie-20/+20
2021-03-04scsi: target: core: Drop kref_get_unless_zero() in target_get_sess_cmd()Mike Christie-3/+1
2021-03-04scsi: target: core: Move t_task_cdb initializationMike Christie-1/+1
2021-02-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-92/+129
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds-7/+4
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)-7/+4
2021-02-22scsi: target: tcmu: Fix memory leak caused by wrong uio usageBodo Stroesser-3/+26
2021-02-22scsi: target: tcmu: Move some functions without code changeBodo Stroesser-80/+80
2021-02-22scsi: target: core: Prevent underflow for service actionsAleksandr Miloserdov-4/+11
2021-02-22scsi: target: core: Add cmd length set before cmd completeAleksandr Miloserdov-4/+11
2021-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-56/+50
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds-16/+7
2021-02-15cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an...Ayush Sawal-2/+1
2021-02-08scsi: target: sbp: Remove unneeded semicolonYang Li-1/+1
2021-01-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-1/+1
2021-01-26scsi: target: core: Change ASCQ for residual writeAnastasia Kovaleva-1/+7
2021-01-26scsi: target: core: Signal WRITE residualsAnastasia Kovaleva-14/+20
2021-01-26scsi: target: core: Set residuals for 4Kn devicesRoman Bolshakov-11/+0
2021-01-26Merge branch '5.11/scsi-fixes' into 5.12/scsi-queueMartin K. Petersen-4/+9
2021-01-25target/file: allocate the bvec array as part of struct target_core_file_cmdChristoph Hellwig-14/+6
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang-2/+1
2021-01-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-3/+8
2021-01-22scsi: target: core: Remove in_interrupt() check in transport_handle_cdb_direct()Ahmed S. Darwish-6/+3
2021-01-22scsi: target: core: Replace in_interrupt() usage in target_submit_cmd_map_sgls()Sebastian Andrzej Siewior-1/+2
2021-01-22scsi: target: alua: Remove in_interrupt() usage in core_alua_check_nonop_delay()Sebastian Andrzej Siewior-2/+0
2021-01-22scsi: target: iscsi: Redo iscsit_check_session_usage_count() return codeSebastian Andrzej Siewior-13/+10
2021-01-22scsi: target: iscsi: Avoid in_interrupt() usage in iscsit_check_session_usage...Sebastian Andrzej Siewior-5/+5
2021-01-22scsi: target: iscsi: Avoid in_interrupt() usage in iscsit_close_session()Sebastian Andrzej Siewior-7/+7
2021-01-20scsi: target: iscsi: Fix typo in commentValdis Klētnieks-1/+1
2021-01-14scsi: target: tcmu: Fix use-after-free of se_cmd->privShin'ichiro Kawasaki-3/+8