aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/target/target_core_backend.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-30scsi: target: add helper to check if dev is configuredMike Christie1-0/+4
2018-06-26scsi: target: remove target_find_deviceMike Christie1-2/+0
2018-01-16target core: add device action configfs filesMike Christie1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-06target: remove transport_completeMike Christie1-4/+0
2017-07-06target: add helper to copy sense to se_cmd bufferMike Christie1-0/+2
2017-07-06target: add helper to find se_device by dev_indexMike Christie1-0/+2
2017-07-06target: break up free_device callbackMike Christie1-0/+1
2017-07-06target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche1-0/+8
2017-05-01target/user: PGR SupportBryant G. Ly1-0/+1
2017-03-18target: allow ALUA setup for some passthrough backendsMike Christie1-1/+6
2016-12-09target: Minimize #include directivesBart Van Assche1-0/+6
2016-07-20target: Fix max_unmap_lba_count calc overflowMike Christie1-1/+1
2016-05-13target: enhance and export target_alloc_sgl/target_free_sglChristoph Hellwig1-1/+0
2016-01-29target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectorsMike Christie1-0/+3
2015-07-23target: Return descriptor format sense data in case the LU spans 64bit sectorsSagi Grimberg1-0/+2
2015-06-23target: implement WRITE_SAME with UNMAP bit using ->execute_unmapChristoph Hellwig1-1/+0
2015-06-23target: simplify UNMAP handlingChristoph Hellwig1-5/+2
2015-06-01target: simplify backend attribute implementationChristoph Hellwig1-29/+0
2015-06-01target: consolidate backend attribute implementationsChristoph Hellwig1-0/+3
2015-06-01target: simplify backend driver registrationChristoph Hellwig1-18/+4
2015-06-01target: Convert se_node_acl->device_list[] to RCU hlistNicholas Bellinger1-1/+1
2015-05-30target: Merge sbc_verify_dif_read|writeSagi Grimberg1-5/+3
2015-05-30target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover1-4/+2
2015-05-30target: Move passthrough CDB parsing into a common functionAndy Grover1-0/+2
2015-03-19target: do not reject FUA CDBs when write cache is enabled but emulate_write_cache is 0Christophe Vu-Brugier1-0/+1
2015-01-09target: Drop left-over fabric_max_sectors attributeNicholas Bellinger1-1/+0
2014-12-01target: Add EXPORT_SYMBOL for existing se_dev_set_*Nicholas Bellinger1-0/+29
2014-12-01target: Move dev_stat_cit to struct se_subsystem_apiNicholas Bellinger1-0/+1
2014-12-01target: Move dev_alua_tg_pt_gps_cit to struct se_subsystem_apiNicholas Bellinger1-0/+1
2014-12-01target: Move dev_wwn_cit to struct se_subsystem_apiNicholas Bellinger1-0/+1
2014-12-01target: Move dev_pr_cit to struct se_subsystem_apiNicholas Bellinger1-0/+1
2014-12-01target: Move dev_attrib_cit to struct se_subsystem_apiNicholas Bellinger1-0/+1
2014-12-01target: Move dev_cit to struct se_subsystem_apiNicholas Bellinger1-0/+9
2014-06-11target: Report correct response length for some commandsRoland Dreier1-0/+1
2014-04-07target/sbc: Add sbc_dif_read_strip software emulationNicholas Bellinger1-0/+1
2014-04-07target/sbc: Add sbc_dif_generate software emulationNicholas Bellinger1-0/+1
2014-01-18target/sbc: Add DIF TYPE1+TYPE3 read/write verify emulationNicholas Bellinger1-0/+4
2014-01-18target: Add DIF related base definitionsNicholas Bellinger1-0/+3
2013-11-12target: Pass through I/O topology for block backstoresAndy Grover1-0/+5
2013-09-10target: Make helpers non static for EXTENDED_COPY command setupNicholas Bellinger1-0/+4
2013-09-09target: Allow sbc_ops->execute_rw() to accept SGLs + data_directionNicholas Bellinger1-1/+2
2013-04-25target: Add sbc_execute_unmap() helperAsias He1-0/+4
2013-02-23target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectorsRoland Dreier1-1/+1
2013-02-13target/iblock: Use backend REQ_FLUSH hint for WriteCacheEnabled statusNicholas Bellinger1-0/+1
2013-02-13target: Export SPC inquiry emulationHannes Reinecke1-0/+2
2012-11-27target: Make spc_get_write_same_sectors return sector_tNicholas Bellinger1-1/+1
2012-11-15target/sbc: Seperate WRITE_SAME based on UNMAP flag in sbc_opsNicholas Bellinger1-0/+1
2012-11-06target: pass sense_reason as a return valueChristoph Hellwig1-8/+8
2012-11-06target: remove ->get_device_revChristoph Hellwig1-1/+0