summaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)AuthorLines
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
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig-1/+1
2021-06-18scsi: target: iscsi: Remove redundant continue statementColin Ian King-2/+0
2021-06-02scsi: core: Introduce enums for the SAM and host status codesBart Van Assche-1/+1
2021-05-31scsi: target: core: Fix warning on realtime kernelsMaurizio Lombardi-3/+1
2021-05-31scsi: target: Use standard SAM status typesHannes Reinecke-22/+22
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke-1/+0
2021-05-21scsi: target: tcmu: Fix boolreturn.cocci warningskernel test robot-1/+1
2021-05-21scsi: target: iblock: Fix smp_processor_id() BUG messagesMike Christie-2/+2
2021-05-21scsi: target: tcmu: Fix xarray RCU warningBodo Stroesser-5/+7
2021-05-21scsi: target: core: Avoid smp_processor_id() in preemptible codeShin'ichiro Kawasaki-1/+1
2021-05-15scsi: target: core: Add the VERSION DESCRIPTOR fields to the INQUIRY dataKonstantin Shelekhin-1/+33
2021-05-15scsi: target: core: Bump INQUIRY VERSION to SPC-4Konstantin Shelekhin-1/+1
2021-05-15scsi: target: core: Add configurable IEEE Company ID attributeSergey Samoylenko-7/+62
2021-05-15scsi: target: core: Unify NAA identifier generationSergey Samoylenko-40/+26
2021-05-14scsi: target: sbp_target: Remove redundant assignment to pg_sizeJiapeng Chong-1/+0
2021-05-14scsi: target: tcmu: Rename TCM_DEV_BIT_PLUGGED to TCMU_DEV_BIT_PLUGGEDBodo Stroesser-4/+4
2021-05-14scsi: target: iscsi: Drop unnecessary container_of()Guenter Roeck-7/+0
2021-05-14scsi: target: cxgbit: Unmap DMA buffer before calling target_execute_cmd()Varun Prakash-12/+28
2021-05-10scsi: target: iscsi: Switch to kmemdup_nul()Yang Yingliang-6/+2
2021-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-2/+2
2021-04-28scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not foundBodo Stroesser-2/+2
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-432/+741
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+2
2021-04-15scsi: target: tcm_fc: Fix a kernel-doc headerBart Van Assche-1/+1
2021-04-15scsi: target: Shorten ALUA error messagesBart Van Assche-8/+3
2021-04-15scsi: target: Fix two format specifiersBart Van Assche-4/+2
2021-04-15scsi: target: Compare explicitly with SAM_STAT_GOODBart Van Assche-1/+1
2021-04-12scsi: target: tcmu: Make data_pages_per_blk changeable via configfsBodo Stroesser-2/+53
2021-04-12scsi: target: tcmu: Replace block size definitions with new udev membersBodo Stroesser-37/+45
2021-04-12scsi: target: tcmu: Remove function tcmu_get_block_page()Bodo Stroesser-7/+1
2021-04-12scsi: target: tcmu: Support DATA_BLOCK_SIZE = N * PAGE_SIZEBodo Stroesser-89/+116
2021-04-12scsi: target: tcmu: Prepare for PAGE_SIZE != DATA_BLOCK_SIZEBodo Stroesser-41/+41