aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_internal.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-06target: remove g_device_listGravatar Mike Christie 1-3/+0
2017-07-06target: add helper to iterate over devicesGravatar Mike Christie 1-0/+2
2017-06-08target: Fix kref->refcount underflow in transport_cmd_finish_abortGravatar Nicholas Bellinger 1-1/+1
2016-12-09target: Minimize #include directivesGravatar Bart Van Assche 1-0/+5
2016-07-20target: Fix ordered task target_setup_cmd_from_cdb exception hangGravatar Nicholas Bellinger 1-0/+1
2016-05-09target: make target db location configurableGravatar Lee Duncan 1-0/+6
2016-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-4/+4
2016-03-10target: Remove enum transport_lunflags_tableGravatar Andy Grover 1-4/+4
2016-03-06configfs: switch ->default groups to a linked listGravatar Christoph Hellwig 1-1/+0
2016-02-06target: Drop legacy se_cmd->task_stop_comp + REQUEST_STOP usageGravatar Nicholas Bellinger 1-1/+0
2015-10-13target: use per-attribute show and store methodsGravatar Christoph Hellwig 1-0/+3
2015-06-23target: remove target_core_configfs.hGravatar Christoph Hellwig 1-0/+34
2015-06-15target: use 64-bit LUNsGravatar Hannes Reinecke 1-5/+5
2015-06-01target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunGravatar Christoph Hellwig 1-6/+6
2015-06-01target: Simplify LUN shutdown codeGravatar Bart Van Assche 1-1/+1
2015-06-01target: simplify backend driver registrationGravatar Christoph Hellwig 1-0/+16
2015-06-01target: Only reset specific dynamic entries during lun_group creationGravatar Nicholas Bellinger 1-1/+2
2015-06-01target: Convert se_portal_group->tpg_lun_list[] to RCU hlistGravatar Nicholas Bellinger 1-3/+3
2015-06-01target: Convert se_node_acl->device_list[] to RCU hlistGravatar Nicholas Bellinger 1-3/+5
2015-05-30target: move transport ID handling to the coreGravatar Christoph Hellwig 1-0/+9
2015-05-30target: refactor init/drop_nodeacl methodsGravatar Christoph Hellwig 1-0/+3
2015-05-30target: fix DPO and FUA bit checksGravatar Christoph Hellwig 1-0/+2
2015-05-30target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemGravatar Christoph Hellwig 1-3/+0
2015-03-26target: move external declarations to a headersGravatar Christoph Hellwig 1-0/+6
2014-12-01target: Add EXPORT_SYMBOL for existing se_dev_set_*Gravatar Nicholas Bellinger 1-28/+0
2014-10-04target: Add force_pr_aptpl device attributeGravatar Nicholas Bellinger 1-0/+1
2014-10-01target: Change core_dev_del_lun to take a se_lun instead of unpacked_lunGravatar Andy Grover 1-3/+2
2014-10-01target: core_tpg_post_dellun can return voidGravatar Andy Grover 1-1/+1
2014-01-18target/configfs: Expose protection device attributesGravatar Nicholas Bellinger 1-0/+2
2013-12-16target: Don't use void* when passing dev in core_tpg_add_lunGravatar Andy Grover 1-1/+1
2013-12-16target: Rename core_tpg_{pre,post}_addlun for clarityGravatar Andy Grover 1-2/+2
2013-11-07target: Add percpu refcounting for se_lun accessGravatar Nicholas Bellinger 1-1/+1
2013-10-23target: Export symbol core_tpg_check_initiator_node_aclGravatar Thomas Glanzmann 1-2/+0
2013-09-10target: Add Third Party Copy (3PC) bit in INQUIRY responseGravatar Nicholas Bellinger 1-0/+1
2013-09-09target: Add MAXIMUM COMPARE AND WRITE LENGTH in Block Limits VPDGravatar Nicholas Bellinger 1-0/+1
2013-05-03target: Remove unused struct members in se_dev_entryGravatar Andy Grover 1-1/+0
2013-02-18target: Fix lookup of dynamic NodeACLs during cached demo-mode operationGravatar Nicholas Bellinger 1-1/+1
2013-02-13target: Add device attribute to expose config_item_name for INQUIRY modelGravatar Tregaron Bayly 1-0/+1
2012-11-15target: Add/check max_write_same_len device attribute + update block limits VPDGravatar Nicholas Bellinger 1-0/+1
2012-11-06target: pass sense_reason as a return valueGravatar Christoph Hellwig 1-1/+1
2012-11-06target: move REPORT LUNS emulation to target_core_spc.cGravatar Christoph Hellwig 1-1/+0
2012-11-06target: kill struct se_subsystem_devGravatar Christoph Hellwig 1-7/+5
2012-07-16target: refactor core_update_device_list_for_node()Gravatar Andy Grover 1-2/+4
2012-07-16target: Remove hba param from core_dev_add_lunGravatar Andy Grover 1-2/+1
2012-07-16target: remove the execute listGravatar Christoph Hellwig 1-1/+0
2012-07-16target: move code for CDB emulationGravatar Christoph Hellwig 1-11/+1
2012-07-16target: add a parse_cdb method to the backend driversGravatar Christoph Hellwig 1-3/+0
2012-07-16target: split parsing of SPC commands into a separate helperGravatar Christoph Hellwig 1-0/+3
2012-05-06target: move the state and execute lists to the commandGravatar Christoph Hellwig 1-3/+2
2012-05-06target: replace ->execute_task with ->execute_cmdGravatar Christoph Hellwig 1-10/+10