aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_device.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-02Merge patch series "target: RW/num_cmds stats improvements"Martin K. Petersen1-0/+1
2025-11-02scsi: target: Move LUN stats to per-CPUMike Christie1-0/+1
2025-11-02scsi: target: Add helper to set up atomic values from block_deviceMike Christie1-0/+17
2025-11-02scsi: target: Rename target_configure_unmap_from_queue()Mike Christie1-3/+3
2025-04-28scsi: target: Move delayed/ordered tracking to per CPUMike Christie1-0/+20
2025-04-28scsi: target: Move I/O path stats to per CPUMike Christie1-19/+50
2025-02-12scsi: usb: Rename the RESERVE and RELEASE constantsBart Van Assche1-4/+4
2024-10-19Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2024-10-15scsi: target: core: Fix null-ptr-deref in target_alloc_device()Wang Hai1-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-05-06scsi: target: Remove unused list 'device_list'Dr. David Alan Gilbert1-1/+0
2024-01-11scsi: target: core: Add TMF to tmr_list handlingDmitry Bogdanov1-5/+0
2023-11-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2023-10-13scsi: target: Allow userspace to request direct submissionsMike Christie1-0/+1
2023-09-27scsi: target: core: Fix deadlock due to recursive lockingJunxiao Bi1-7/+4
2023-05-16scsi: target: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-3/+3
2023-03-24Merge patch series "target: TMF and recovery fixes"Martin K. Petersen1-0/+1
2023-03-24scsi: target: Fix multiple LUN_RESET handlingMike Christie1-0/+1
2023-03-09scsi: target: core: Drop device-based RTPIRoman Bolshakov1-41/+0
2023-03-09scsi: target: core: Use RTPI from target portRoman Bolshakov1-1/+1
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2022-10-27scsi: target: core: Add emulate_rsoc attributeDmitry Bogdanov1-0/+1
2022-10-01scsi: target: core: UA on all LUNs after resetDmitry Bogdanov1-0/+19
2022-08-01scsi: target: core: De-RCU of se_lun and se_lun aclDmitry Bogdanov1-18/+11
2022-08-01scsi: target: core: Fix race during ACL removalDmitry Bogdanov1-3/+0
2022-07-07scsi: target: Add callout to configure UNMAP settingsMike Christie1-0/+6
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig1-2/+1
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-1/+1
2022-04-17block: add a bdev_max_discard_sectors helperChristoph Hellwig1-4/+3
2022-04-17target: fix discard alignment on partitionsChristoph Hellwig1-2/+2
2022-04-17target: pass a block_device to target_configure_unmap_from_queueChristoph Hellwig1-2/+3
2022-04-17target: remove an incorrect unmap zeroes data deductionChristoph Hellwig1-1/+0
2021-10-18scsi: target: Fix ordered tag handlingMike Christie1-0/+2
2021-05-15scsi: target: core: Add configurable IEEE Company ID attributeSergey Samoylenko1-0/+5
2021-04-05scsi: target: Make the virtual LUN 0 deviceKonstantin Shelekhin1-1/+1
2021-03-04scsi: target: core: Add workqueue based cmd submissionMike Christie1-2/+8
2020-11-04scsi: target: Make state_list per CPUMike Christie1-2/+14
2020-11-04scsi: target: Fix LUN ref count handlingMike Christie1-23/+20
2020-06-09scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam1-11/+8
2020-05-19scsi: target: core: Add initiatorname to NON_EXISTENT_LUN errorLance Digby1-4/+6
2020-05-07scsi: target: Make transport_flags per deviceBodo Stroesser1-1/+2
2020-02-21scsi: target: use an enum to track emulate_ua_intlck_ctrlDavid Disseldorp1-1/+1
2020-02-21scsi: target: fix unmap_zeroes_data boolean initialisationDavid Disseldorp1-1/+1
2019-10-17scsi: target: core: Do not overwrite CDB byte 1Bodo Stroesser1-21/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-04-12scsi: target/core: Fix a race condition in the LUN lookup codeBart Van Assche1-2/+2
2019-02-04scsi: target/iscsi: Convert comments about locking into runtime checksBart Van Assche1-3/+3
2018-12-07scsi: target: perform t10_wwn ID initialisation in target_alloc_device()David Disseldorp1-14/+7
2018-12-07scsi: target: consistently null-terminate t10_wwn stringsDavid Disseldorp1-32/+14
2018-12-07scsi: target/core: Use system workqueues for TMFBart Van Assche1-16/+0