summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
5 daysscsi: target: Reset t_task_cdb pointer in error caseAndrey Vatoropin1-0/+1
5 daysscsi: target: Do not write NUL characters into ASCII configfs outputBart Van Assche1-1/+0
2025-12-07scsi: target: tcm_loop: Fix segfault in tcm_loop_tpg_address_show()Hamza Mahfooz1-0/+3
2025-10-19scsi: target: target_core_configfs: Add length check to avoid buffer overflowWang Haoran1-1/+1
2025-08-28scsi: target: core: Generate correct identifiers for PR OUT transport IDsMaurizio Lombardi3-25/+60
2025-07-10scsi: target: Fix NULL pointer dereference in core_scsi3_decode_spec_i_port()Maurizio Lombardi1-1/+3
2025-06-04scsi: target: iscsi: Fix timeout on deleted connectionDmitry Bogdanov1-1/+1
2025-05-09scsi: target: Fix WRITE_SAME No Data Buffer crashMike Christie3-0/+13
2024-11-01scsi: target: core: Fix null-ptr-deref in target_alloc_device()Wang Hai1-1/+1
2024-11-01genetlink: hold RCU in genlmsg_mcast()Eric Dumazet1-1/+1
2024-05-17scsi: target: Fix SELinux error when systemd-modules loads the target moduleMaurizio Lombardi1-0/+12
2024-03-01scsi: target: core: Add TMF to tmr_list handlingDmitry Bogdanov2-5/+4
2023-10-10scsi: target: core: Fix deadlock due to recursive lockingJunxiao Bi1-7/+4
2023-09-23scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show()Konstantin Shelekhin1-27/+27
2023-06-28scsi: target: iscsi: Prevent login threads from racing between each otherMaurizio Lombardi1-1/+3
2023-05-24scsi: target: iscsit: Free cmds before session freeDmitry Bogdanov1-3/+3
2023-05-11scsi: target: iscsit: Fix TAS handling during conn cleanupMike Christie1-7/+9
2023-05-11scsi: target: Fix multiple LUN_RESET handlingMike Christie2-3/+24
2023-03-30scsi: target: iscsi: Fix an error message in iscsi_check_key()Maurizio Lombardi1-5/+7
2023-02-09scsi: target: core: Fix warning on RT kernelsMaurizio Lombardi1-2/+2
2023-02-09fix iov_iter_bvec() "direction" argumentAl Viro1-2/+2
2022-11-26scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus()Yang Yingliang1-1/+2
2022-06-09target: remove an incorrect unmap zeroes data deductionChristoph Hellwig1-1/+0
2022-06-09scsi: target: tcmu: Avoid holding XArray lock when calling lock_pageBodo Stroesser1-5/+5
2022-06-09scsi: target: tcmu: Fix possible data corruptionXiaoguang Wang1-3/+37
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