aboutsummaryrefslogtreecommitdiff
path: root/include/target/target_core_backend.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-11scsi: target: Allow backends to hook into PR handlingGravatar Mike Christie 1-0/+4
2023-04-11scsi: target: Rename sbc_ops to exec_cmd_opsGravatar Mike Christie 1-2/+2
2022-07-07scsi: target: Add callout to configure UNMAP settingsGravatar Mike Christie 1-0/+1
2022-04-17target: pass a block_device to target_configure_unmap_from_queueGravatar Christoph Hellwig 1-2/+2
2021-08-17scsi: target: Allows backend drivers to fail with specific sense codesGravatar Sergey Samoylenko 1-0/+1
2021-03-04scsi: target: core: Fix backend pluggingGravatar Mike Christie 1-0/+2
2021-02-22scsi: target: core: Add cmd length set before cmd completeGravatar Aleksandr Miloserdov 1-0/+1
2020-07-28scsi: target: Add tmr_notify backend functionGravatar Bodo Stroesser 1-0/+2
2020-05-07scsi: target: tcmu: Make pgr_support and alua_support attributes writableGravatar Bodo Stroesser 1-0/+1
2020-05-07scsi: target: Make transport_flags per deviceGravatar Bodo Stroesser 1-1/+1
2020-05-07scsi: target: tcmu: Add attributes enforce_pr_isids and force_pr_aptplGravatar Bodo Stroesser 1-0/+1
2020-03-16scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitionsGravatar Bart Van Assche 1-6/+0
2018-07-30scsi: target: add helper to check if dev is configuredGravatar Mike Christie 1-0/+4
2018-06-26scsi: target: remove target_find_deviceGravatar Mike Christie 1-2/+0
2018-01-16target core: add device action configfs filesGravatar Mike Christie 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-06target: remove transport_completeGravatar Mike Christie 1-4/+0
2017-07-06target: add helper to copy sense to se_cmd bufferGravatar Mike Christie 1-0/+2
2017-07-06target: add helper to find se_device by dev_indexGravatar Mike Christie 1-0/+2
2017-07-06target: break up free_device callbackGravatar Mike Christie 1-0/+1
2017-07-06target: Use {get,put}_unaligned_be*() instead of open coding these functionsGravatar Bart Van Assche 1-0/+8
2017-05-01target/user: PGR SupportGravatar Bryant G. Ly 1-0/+1
2017-03-18target: allow ALUA setup for some passthrough backendsGravatar Mike Christie 1-1/+6
2016-12-09target: Minimize #include directivesGravatar Bart Van Assche 1-0/+6
2016-07-20target: Fix max_unmap_lba_count calc overflowGravatar Mike Christie 1-1/+1
2016-05-13target: enhance and export target_alloc_sgl/target_free_sglGravatar Christoph Hellwig 1-1/+0
2016-01-29target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectorsGravatar Mike Christie 1-0/+3
2015-07-23target: Return descriptor format sense data in case the LU spans 64bit sectorsGravatar Sagi Grimberg 1-0/+2
2015-06-23target: implement WRITE_SAME with UNMAP bit using ->execute_unmapGravatar Christoph Hellwig 1-1/+0
2015-06-23target: simplify UNMAP handlingGravatar Christoph Hellwig 1-5/+2
2015-06-01target: simplify backend attribute implementationGravatar Christoph Hellwig 1-29/+0
2015-06-01target: consolidate backend attribute implementationsGravatar Christoph Hellwig 1-0/+3
2015-06-01target: simplify backend driver registrationGravatar Christoph Hellwig 1-18/+4
2015-06-01target: Convert se_node_acl->device_list[] to RCU hlistGravatar Nicholas Bellinger 1-1/+1
2015-05-30target: Merge sbc_verify_dif_read|writeGravatar Sagi Grimberg 1-5/+3
2015-05-30target: Use a PASSTHROUGH flag instead of transport_typesGravatar Andy Grover 1-4/+2
2015-05-30target: Move passthrough CDB parsing into a common functionGravatar Andy Grover 1-0/+2
2015-03-19target: do not reject FUA CDBs when write cache is enabled but emulate_write_...Gravatar Christophe Vu-Brugier 1-0/+1
2015-01-09target: Drop left-over fabric_max_sectors attributeGravatar Nicholas Bellinger 1-1/+0
2014-12-01target: Add EXPORT_SYMBOL for existing se_dev_set_*Gravatar Nicholas Bellinger 1-0/+29
2014-12-01target: Move dev_stat_cit to struct se_subsystem_apiGravatar Nicholas Bellinger 1-0/+1
2014-12-01target: Move dev_alua_tg_pt_gps_cit to struct se_subsystem_apiGravatar Nicholas Bellinger 1-0/+1
2014-12-01target: Move dev_wwn_cit to struct se_subsystem_apiGravatar Nicholas Bellinger 1-0/+1
2014-12-01target: Move dev_pr_cit to struct se_subsystem_apiGravatar Nicholas Bellinger 1-0/+1
2014-12-01target: Move dev_attrib_cit to struct se_subsystem_apiGravatar Nicholas Bellinger 1-0/+1
2014-12-01target: Move dev_cit to struct se_subsystem_apiGravatar Nicholas Bellinger 1-0/+9
2014-06-11target: Report correct response length for some commandsGravatar Roland Dreier 1-0/+1
2014-04-07target/sbc: Add sbc_dif_read_strip software emulationGravatar Nicholas Bellinger 1-0/+1
2014-04-07target/sbc: Add sbc_dif_generate software emulationGravatar Nicholas Bellinger 1-0/+1
2014-01-18target/sbc: Add DIF TYPE1+TYPE3 read/write verify emulationGravatar Nicholas Bellinger 1-0/+4