summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)Author
2021-03-09scsi: target: core: pr: Initialize arrays at declaration timeChaitanya Kulkarni
2021-03-09scsi: target: configfs: Initialize arrays at declaration timeChaitanya Kulkarni
2021-03-09scsi: target: iscsi: Initialize arrays at declaration timeChaitanya Kulkarni
2021-03-09scsi: target: iscsi: Remove unused macro PRINT_BUFChaitanya Kulkarni
2021-03-09scsi: target: iscsi: Remove unused macro TEXT_LENChaitanya Kulkarni
2021-03-09scsi: target: iscsi: Remove unused macro ISCSI_INST_LAST_FAILURE_TYPEChaitanya Kulkarni
2021-03-09scsi: target: core: Remove unused macros NONE and ISPRINTChaitanya Kulkarni
2021-03-09scsi: target: core: Get rid of warning in compare_and_write_do_cmp()Chaitanya Kulkarni
2021-03-09scsi: target: pscsi: Remove unused macro ISPRINTChaitanya Kulkarni
2021-03-09scsi: target: pscsi: Fix warning in pscsi_complete_cmd()Chaitanya Kulkarni
2021-03-09scsi: target: iblock: Fix type of logs_per_physChaitanya Kulkarni
2021-03-09scsi: target: iblock: Trim line longer than 80 charactersChaitanya Kulkarni
2021-03-09scsi: target: iblock: Remove an extra argumentChaitanya Kulkarni
2021-03-09scsi: target: tcmu: Use GFP_NOIO while handling cmds or holding cmdr_lockBodo Stroesser
2021-03-09scsi: target: tcmu: Replace radix_tree with XArrayBodo Stroesser
2021-03-09scsi: target: tcmu: Replace IDR by XArrayBodo Stroesser
2021-03-04scsi: target: core: Make completion affinity configurableMike Christie
2021-03-04scsi: target: core: Flush submission work during TMR processingMike Christie
2021-03-04scsi: target: tcmu: Add backend plug/unplug calloutsMike Christie
2021-03-04scsi: target: iblock: Add backend plug/unplug calloutsMike Christie
2021-03-04scsi: target: core: Fix backend pluggingMike Christie
2021-03-04scsi: target: tcm_loop: Use LIO wq cmd submission helperMike Christie
2021-03-04scsi: target: tcm_loop: Use block cmd allocator for se_cmdsMike Christie
2021-03-04scsi: target: core: Add workqueue based cmd submissionMike Christie
2021-03-04scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie
2021-03-04scsi: target: core: Remove target_submit_cmd_map_sgls()Mike Christie
2021-03-04scsi: target: tcm_fc: Convert to new submission APIMike Christie
2021-03-04scsi: target: sbp_target: Convert to new submission APIMike Christie
2021-03-04scsi: target: tcm_loop: Convert to new submission APIMike Christie
2021-03-04scsi: target: core: Break up target_submit_cmd_map_sgls()Mike Christie
2021-03-04scsi: target: core: Rename transport_init_se_cmd()Mike Christie
2021-03-04scsi: target: core: Drop kref_get_unless_zero() in target_get_sess_cmd()Mike Christie
2021-03-04scsi: target: core: Move t_task_cdb initializationMike Christie
2021-02-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-26block: Add bio_max_segsblock-5.12-2021-02-27Matthew Wilcox (Oracle)
2021-02-22scsi: target: tcmu: Fix memory leak caused by wrong uio usageBodo Stroesser
2021-02-22scsi: target: tcmu: Move some functions without code changeBodo Stroesser
2021-02-22scsi: target: core: Prevent underflow for service actionsAleksandr Miloserdov
2021-02-22scsi: target: core: Add cmd length set before cmd completeAleksandr Miloserdov
2021-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-15cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an...Ayush Sawal
2021-02-08scsi: target: sbp: Remove unneeded semicolonYang Li
2021-01-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2021-01-26scsi: target: core: Change ASCQ for residual writeAnastasia Kovaleva
2021-01-26scsi: target: core: Signal WRITE residualsAnastasia Kovaleva
2021-01-26scsi: target: core: Set residuals for 4Kn devicesRoman Bolshakov
2021-01-26Merge branch '5.11/scsi-fixes' into 5.12/scsi-queueMartin K. Petersen
2021-01-25target/file: allocate the bvec array as part of struct target_core_file_cmdChristoph Hellwig