summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_internal.h
Commit message (Expand)AuthorAgeFilesLines
* scsi: target/core: Make ABORT and LUN RESET handling synchronousBart Van Assche2018-12-081-2/+0Star
* scsi: target: Fold core_tmr_handle_tas_abort() into transport_cmd_finish_abort()Bart Van Assche2018-07-021-1/+1
* scsi: target: prefer dbroot of /etc/target over /var/targetLee Duncan2018-04-191-0/+1
* target core: add device action configfs filesMike Christie2018-01-171-0/+1
* target-core: don't use "const char*" for a buffer that is written toRasmus Villemoes2018-01-131-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-11-251-0/+1
|\
| * target: Move a declaration of a global variable into a header fileBart Van Assche2017-11-041-0/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* target: remove g_device_listMike Christie2017-07-071-3/+0Star
* target: add helper to iterate over devicesMike Christie2017-07-071-0/+2
* target: Fix kref->refcount underflow in transport_cmd_finish_abortNicholas Bellinger2017-06-091-1/+1
* target: Minimize #include directivesBart Van Assche2016-12-091-0/+5
* target: Fix ordered task target_setup_cmd_from_cdb exception hangNicholas Bellinger2016-07-201-0/+1
* target: make target db location configurableLee Duncan2016-05-101-0/+6
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-03-221-4/+4
|\
| * target: Remove enum transport_lunflags_tableAndy Grover2016-03-111-4/+4
* | configfs: switch ->default groups to a linked listChristoph Hellwig2016-03-061-1/+0Star
|/
* target: Drop legacy se_cmd->task_stop_comp + REQUEST_STOP usageNicholas Bellinger2016-02-071-1/+0Star
* target: use per-attribute show and store methodsChristoph Hellwig2015-10-141-0/+3
* target: remove target_core_configfs.hChristoph Hellwig2015-06-231-0/+34
* target: use 64-bit LUNsHannes Reinecke2015-06-161-5/+5
* target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunChristoph Hellwig2015-06-011-6/+6
* target: Simplify LUN shutdown codeBart Van Assche2015-06-011-1/+1
* target: simplify backend driver registrationChristoph Hellwig2015-06-011-0/+16
* target: Only reset specific dynamic entries during lun_group creationNicholas Bellinger2015-06-011-1/+2
* target: Convert se_portal_group->tpg_lun_list[] to RCU hlistNicholas Bellinger2015-06-011-3/+3
* target: Convert se_node_acl->device_list[] to RCU hlistNicholas Bellinger2015-06-011-3/+5
* target: move transport ID handling to the coreChristoph Hellwig2015-05-311-0/+9
* target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-311-0/+3
* target: fix DPO and FUA bit checksChristoph Hellwig2015-05-311-0/+2
* target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig2015-05-311-3/+0Star
* target: move external declarations to a headersChristoph Hellwig2015-03-261-0/+6
* target: Add EXPORT_SYMBOL for existing se_dev_set_*Nicholas Bellinger2014-12-021-28/+0Star
* target: Add force_pr_aptpl device attributeNicholas Bellinger2014-10-041-0/+1
* target: Change core_dev_del_lun to take a se_lun instead of unpacked_lunAndy Grover2014-10-011-3/+2Star
* target: core_tpg_post_dellun can return voidAndy Grover2014-10-011-1/+1
* target/configfs: Expose protection device attributesNicholas Bellinger2014-01-181-0/+2
* target: Don't use void* when passing dev in core_tpg_add_lunAndy Grover2013-12-161-1/+1
* target: Rename core_tpg_{pre,post}_addlun for clarityAndy Grover2013-12-161-2/+2
* target: Add percpu refcounting for se_lun accessNicholas Bellinger2013-11-071-1/+1
* target: Export symbol core_tpg_check_initiator_node_aclThomas Glanzmann2013-10-241-2/+0Star
* target: Add Third Party Copy (3PC) bit in INQUIRY responseNicholas Bellinger2013-09-111-0/+1
* target: Add MAXIMUM COMPARE AND WRITE LENGTH in Block Limits VPDNicholas Bellinger2013-09-091-0/+1
* target: Remove unused struct members in se_dev_entryAndy Grover2013-05-041-1/+0Star
* target: Fix lookup of dynamic NodeACLs during cached demo-mode operationNicholas Bellinger2013-02-191-1/+1
* target: Add device attribute to expose config_item_name for INQUIRY modelTregaron Bayly2013-02-131-0/+1
* target: Add/check max_write_same_len device attribute + update block limits VPDNicholas Bellinger2012-11-151-0/+1
* target: pass sense_reason as a return valueChristoph Hellwig2012-11-071-1/+1
* target: move REPORT LUNS emulation to target_core_spc.cChristoph Hellwig2012-11-071-1/+0Star
* target: kill struct se_subsystem_devChristoph Hellwig2012-11-071-7/+5Star