summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2022-04-20scsi: target: tcmu: Fix possible page UAFXiaoguang Wang1-1/+2
2022-02-16scsi: target: iscsi: Make sure the np under each tpg is uniqueZouMingzhe1-0/+3
2021-11-25scsi: target: Fix alua_tg_pt_gps_count trackingMike Christie1-1/+0
2021-11-25scsi: target: Fix ordered tag handlingMike Christie3-22/+57
2021-11-18scsi: target: core: Remove from tmr_list during LUN unlinkDmitry Bogdanov2-23/+24
2021-09-22scsi: target: Fix spelling mistake "CONFLIFT" -> "CONFLICT"Colin Ian King1-1/+1
2021-09-14scsi: target: Fix the pgr/alua_support_store functionsMaurizio Lombardi1-12/+20
2021-09-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-111/+243
2021-08-18scsi: target: Fix sense key for invalid EXTENDED COPY requestSergey Samoylenko1-11/+15
2021-08-18scsi: target: Allows backend drivers to fail with specific sense codesSergey Samoylenko1-3/+12
2021-08-18scsi: target: pscsi: Fix possible null-pointer dereference in pscsi_complete_...Tuo Li1-9/+9
2021-08-12Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen2-19/+18
2021-08-12scsi: 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-29scsi: 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-21scsi: target: Fix NULL dereference on XCOPY completionDavid Disseldorp1-1/+1
2021-07-19scsi: 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-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds18-98/+172
2021-07-01block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig1-1/+1
2021-06-19scsi: target: iscsi: Remove redundant continue statementColin Ian King1-2/+0
2021-06-03scsi: core: Introduce enums for the SAM and host status codesBart Van Assche1-1/+1
2021-06-01scsi: target: core: Fix warning on realtime kernelsMaurizio Lombardi1-3/+1
2021-06-01scsi: target: Use standard SAM status typesHannes Reinecke7-22/+22
2021-06-01scsi: core: Kill DRIVER_SENSEHannes Reinecke1-1/+0
2021-05-22scsi: 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-15scsi: target: sbp_target: Remove redundant assignment to pg_sizeJiapeng Chong1-1/+0
2021-05-15scsi: target: tcmu: Rename TCM_DEV_BIT_PLUGGED to TCMU_DEV_BIT_PLUGGEDBodo Stroesser1-4/+4
2021-05-15scsi: target: iscsi: Drop unnecessary container_of()Guenter Roeck1-7/+0
2021-05-15scsi: 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-29scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not foundBodo Stroesser1-2/+2
2021-04-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds28-432/+741
2021-04-29Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-04-16scsi: target: tcm_fc: Fix a kernel-doc headerBart Van Assche1-1/+1
2021-04-16scsi: target: Shorten ALUA error messagesBart Van Assche1-8/+3