aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_device.c
AgeCommit message (Expand)Author
2024-01-11scsi: target: core: Add TMF to tmr_list handlingDmitry Bogdanov
2023-11-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-10-13scsi: target: Allow userspace to request direct submissionsMike Christie
2023-09-27scsi: target: core: Fix deadlock due to recursive lockingJunxiao Bi
2023-05-16scsi: target: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh
2023-03-24Merge patch series "target: TMF and recovery fixes"Martin K. Petersen
2023-03-24scsi: target: Fix multiple LUN_RESET handlingMike Christie
2023-03-09scsi: target: core: Drop device-based RTPIRoman Bolshakov
2023-03-09scsi: target: core: Use RTPI from target portRoman Bolshakov
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-10-27scsi: target: core: Add emulate_rsoc attributeDmitry Bogdanov
2022-10-01scsi: target: core: UA on all LUNs after resetDmitry Bogdanov
2022-08-01scsi: target: core: De-RCU of se_lun and se_lun aclDmitry Bogdanov
2022-08-01scsi: target: core: Fix race during ACL removalDmitry Bogdanov
2022-07-07scsi: target: Add callout to configure UNMAP settingsMike Christie
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_max_discard_sectors helperChristoph Hellwig
2022-04-17target: fix discard alignment on partitionsChristoph Hellwig
2022-04-17target: pass a block_device to target_configure_unmap_from_queueChristoph Hellwig
2022-04-17target: remove an incorrect unmap zeroes data deductionChristoph Hellwig
2021-10-18scsi: target: Fix ordered tag handlingMike Christie
2021-05-15scsi: target: core: Add configurable IEEE Company ID attributeSergey Samoylenko
2021-04-05scsi: target: Make the virtual LUN 0 deviceKonstantin Shelekhin
2021-03-04scsi: target: core: Add workqueue based cmd submissionMike Christie
2020-11-04scsi: target: Make state_list per CPUMike Christie
2020-11-04scsi: target: Fix LUN ref count handlingMike Christie
2020-06-09scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam
2020-05-19scsi: target: core: Add initiatorname to NON_EXISTENT_LUN errorLance Digby
2020-05-07scsi: target: Make transport_flags per deviceBodo Stroesser
2020-02-21scsi: target: use an enum to track emulate_ua_intlck_ctrlDavid Disseldorp
2020-02-21scsi: target: fix unmap_zeroes_data boolean initialisationDavid Disseldorp
2019-10-17scsi: target: core: Do not overwrite CDB byte 1Bodo Stroesser
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-04-12scsi: target/core: Fix a race condition in the LUN lookup codeBart Van Assche
2019-02-04scsi: target/iscsi: Convert comments about locking into runtime checksBart Van Assche
2018-12-07scsi: target: perform t10_wwn ID initialisation in target_alloc_device()David Disseldorp
2018-12-07scsi: target: consistently null-terminate t10_wwn stringsDavid Disseldorp
2018-12-07scsi: target/core: Use system workqueues for TMFBart Van Assche
2018-12-07scsi: target/core: Simplify transport_clear_lun_ref()Bart Van Assche
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp
2018-11-21scsi: target: add emulate_pr backstore attr to toggle PR supportDavid Disseldorp
2018-07-30scsi: target: add helper to check if dev is configuredMike Christie
2018-07-02scsi: target: Remove se_dev_entry.ua_countBart Van Assche
2018-07-02scsi: target: Avoid that EXTENDED COPY commands trigger lock inversionBart Van Assche
2018-06-26scsi: target: remove target_find_deviceMike Christie
2018-01-18target: fix destroy device in target_configure_devicetangwenji
2017-07-09target: Fix cmd size for PR-OUT in passthrough_parse_cdbTang Wenji
2017-07-06target: Use macro for WRITE_VERIFY_32 operation codesDamien Le Moal
2017-07-06target: make device_mutex and device_list staticColin Ian King