aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-18scsi: target: cxgbit: Increase max DataSegmentLengthVarun Prakash1-5/+12
2021-10-16scsi: target: tcm_loop: Call scsi_done() directlyBart Van Assche1-2/+2
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen2-13/+21
2021-10-04scsi: target: tcmu: Use struct_size() helper in kmalloc()Gustavo A. R. Silva1-2/+1
2021-10-04scsi: target: sbp: Replace enable attr with ops.enableDmitry Bogdanov1-25/+5
2021-10-04scsi: target: iscsi: Replace tpg enable attr with ops.enableDmitry Bogdanov1-59/+32
2021-10-04scsi: target: core: Add common tpg/enable attributeDmitry Bogdanov2-2/+77
2021-10-04scsi: target: core: Make logs less verboseKonstantin Shelekhin1-4/+4
2021-09-22scsi: target: Fix spelling mistake "CONFLIFT" -> "CONFLICT"Colin Ian King1-1/+1
2021-09-14scsi: target: Remove unused function argumentsLi Feng1-8/+6
2021-09-13scsi: target: Fix the pgr/alua_support_store functionsMaurizio Lombardi1-12/+20
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-111/+243
2021-08-17scsi: target: Fix sense key for invalid EXTENDED COPY requestSergey Samoylenko1-11/+15
2021-08-17scsi: target: Allows backend drivers to fail with specific sense codesSergey Samoylenko1-3/+12
2021-08-17scsi: target: pscsi: Fix possible null-pointer dereference in pscsi_complete_cmd()Tuo Li1-9/+9
2021-08-11Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen2-19/+18
2021-08-11scsi: tcm_loop: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-2/+2
2021-08-03scsi: target: core: Drop unnecessary se_cmd ASC/ASCQ membersDavid Disseldorp2-64/+55
2021-08-03scsi: target: sbp: Drop incorrect ASC/ASCQ usageDavid Disseldorp1-2/+2
2021-08-03scsi: target: core: Avoid using lun_tg_pt_gp after unlockDavid Disseldorp1-5/+5
2021-08-03scsi: target: tcmu: Add new feature KEEP_BUFBodo Stroesser1-11/+139
2021-07-28scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMONChristoph Hellwig1-1/+1
2021-07-27Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman2-19/+18
2021-07-27scsi: target: Remove redundant assignment to variable retColin Ian King3-4/+4
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+2
2021-07-20scsi: target: Fix NULL dereference on XCOPY completionDavid Disseldorp1-1/+1
2021-07-18scsi: target: Fix protect handling in WRITE SAME(32)Dmitry Bogdanov1-18/+17
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds18-98/+172
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig1-1/+1
2021-06-18scsi: target: iscsi: Remove redundant continue statementColin Ian King1-2/+0
2021-06-02scsi: core: Introduce enums for the SAM and host status codesBart Van Assche1-1/+1
2021-05-31scsi: target: core: Fix warning on realtime kernelsMaurizio Lombardi1-3/+1
2021-05-31scsi: target: Use standard SAM status typesHannes Reinecke7-22/+22
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke1-1/+0
2021-05-21scsi: target: tcmu: Fix boolreturn.cocci warningskernel test robot1-1/+1
2021-05-21scsi: target: iblock: Fix smp_processor_id() BUG messagesMike Christie1-2/+2
2021-05-21scsi: target: tcmu: Fix xarray RCU warningBodo Stroesser1-5/+7
2021-05-21scsi: target: core: Avoid smp_processor_id() in preemptible codeShin'ichiro Kawasaki1-1/+1
2021-05-15scsi: target: core: Add the VERSION DESCRIPTOR fields to the INQUIRY dataKonstantin Shelekhin1-1/+33
2021-05-15scsi: target: core: Bump INQUIRY VERSION to SPC-4Konstantin Shelekhin1-1/+1
2021-05-15scsi: target: core: Add configurable IEEE Company ID attributeSergey Samoylenko3-7/+62
2021-05-15scsi: target: core: Unify NAA identifier generationSergey Samoylenko3-40/+26
2021-05-14scsi: target: sbp_target: Remove redundant assignment to pg_sizeJiapeng Chong1-1/+0
2021-05-14scsi: target: tcmu: Rename TCM_DEV_BIT_PLUGGED to TCMU_DEV_BIT_PLUGGEDBodo Stroesser1-4/+4
2021-05-14scsi: target: iscsi: Drop unnecessary container_of()Guenter Roeck1-7/+0
2021-05-14scsi: target: cxgbit: Unmap DMA buffer before calling target_execute_cmd()Varun Prakash2-12/+28
2021-05-10scsi: target: iscsi: Switch to kmemdup_nul()Yang Yingliang2-6/+2
2021-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2021-04-28scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not foundBodo Stroesser1-2/+2