aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-07scsi: target/core: Simplify transport_clear_lun_ref()Bart Van Assche1-1/+0
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp1-13/+13
2018-11-21scsi: target: add emulate_pr backstore attr to toggle PR supportDavid Disseldorp1-0/+13
2018-07-30scsi: target: add helper to check if dev is configuredMike Christie1-3/+3
2018-07-02scsi: target: Remove se_dev_entry.ua_countBart Van Assche1-1/+0
2018-07-02scsi: target: Avoid that EXTENDED COPY commands trigger lock inversionBart Van Assche1-5/+17
2018-06-26scsi: target: remove target_find_deviceMike Christie1-24/+0
2018-01-18target: fix destroy device in target_configure_devicetangwenji1-1/+3
2017-07-09target: Fix cmd size for PR-OUT in passthrough_parse_cdbTang Wenji1-1/+1
2017-07-06target: Use macro for WRITE_VERIFY_32 operation codesDamien Le Moal1-1/+1
2017-07-06target: make device_mutex and device_list staticColin Ian King1-2/+2
2017-07-06target: remove g_device_listMike Christie1-18/+12
2017-07-06target: add helper to iterate over devicesMike Christie1-0/+45
2017-07-06target: add helper to find se_device by dev_indexMike Christie1-0/+24
2017-07-06target: use idr for se_device dev indexMike Christie1-4/+26
2017-07-06target: break up free_device callbackMike Christie1-0/+2
2017-07-06target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche1-4/+4
2017-07-06target: Remove se_device.dev_listBart Van Assche1-1/+0
2017-07-06target: Use symbolic value for WRITE_VERIFY_16Bart Van Assche1-1/+1
2017-07-06target: Add support for TMR percpu reference countingNicholas Bellinger1-4/+10
2017-06-08target/configfs: Kill se_device->dev_link_magicNicholas Bellinger1-1/+0
2017-06-08target/iblock: Convert WRITE_SAME to blkdev_issue_zerooutNicholas Bellinger1-1/+1