summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_configfs.c
Commit message (Expand)AuthorAgeFilesLines
...
* target: remove struct target_fabric_configfs_templateChristoph Hellwig2015-05-311-4/+3Star
* target: put struct target_fabric_configfs on a dietChristoph Hellwig2015-05-311-20/+4Star
* target: don't copy fabric opsChristoph Hellwig2015-05-311-1/+1
* target: Remove set-but-not-used-variablesBart Van Assche2015-05-311-4/+2Star
* target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-311-4/+0Star
* target: move transport ID handling to the coreChristoph Hellwig2015-05-311-8/+0Star
* target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-311-4/+0Star
* target: move node ACL allocation to core codeChristoph Hellwig2015-05-311-8/+0Star
* target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-311-4/+0Star
* target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover2015-05-311-5/+5
* target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig2015-05-311-16/+14Star
* target: simplify the target template registration APIChristoph Hellwig2015-04-141-129/+47Star
* target: Convert fabric module autoload failures to pr_debugNicholas Bellinger2015-03-201-8/+8
* target: Drop left-over internal dev attribute codeNicholas Bellinger2014-12-021-175/+1Star
* target: Move dev_stat_cit to struct se_subsystem_apiNicholas Bellinger2014-12-021-7/+5Star
* target: Move dev_alua_tg_pt_gps_cit to struct se_subsystem_apiNicholas Bellinger2014-12-021-7/+5Star
* target: Move dev_wwn_cit to struct se_subsystem_apiNicholas Bellinger2014-12-021-8/+5Star
* target: Move dev_pr_cit to struct se_subsystem_apiNicholas Bellinger2014-12-021-8/+5Star
* target: Move dev_attrib_cit to struct se_subsystem_apiNicholas Bellinger2014-12-021-8/+6Star
* target: Move dev_cit to struct se_subsystem_apiNicholas Bellinger2014-12-021-9/+24
* target: Fix target_core_register_fabric() for built-in fabric modulesRoland Dreier2014-12-021-33/+42
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-10-211-14/+12Star
|\
| * target: Add force_pr_aptpl device attributeNicholas Bellinger2014-10-041-0/+4
| * target: Fix possible memory leak in aptpl_metadata parsingJoern Engel2014-09-171-14/+8Star
* | target: Fix inverted logic in SE_DEV_ALUA_SUPPORT_STATE_STORESebastian Herbszt2014-09-171-1/+1
|/
* target: Fix alua_access_state attribute OOPs for un-configured devicesNicholas Bellinger2014-06-061-0/+5
* target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger2014-04-071-0/+4
* target/configfs: Expose protection device attributesNicholas Bellinger2014-01-181-0/+12
* target_core_alua: Referrals configfs integrationHannes Reinecke2014-01-101-0/+171
* target_core_alua: Referrals infrastructureHannes Reinecke2014-01-101-1/+8
* target: Fix sizeof in kmalloc for some default_groups arraysAndy Grover2013-12-161-1/+1
* target_core_configfs: split up ALUA supported statesHannes Reinecke2013-11-201-43/+84
* target_core_alua: Make supported states configurableHannes Reinecke2013-11-201-0/+50
* target core: rename (ex,im)plict -> (ex,im)plicitHannes Reinecke2013-11-201-13/+13
* target: Remove TF_CIT_TMPL macroAndy Grover2013-10-161-3/+3
* target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-111-1/+1
* target: Enable global EXTENDED_COPY setup/releaseNicholas Bellinger2013-09-111-0/+6
* target: Add Third Party Copy (3PC) bit in INQUIRY responseNicholas Bellinger2013-09-111-0/+4
* target: Make target_core_subsystem defined as non staticNicholas Bellinger2013-09-111-1/+1
* target: Add MAXIMUM COMPARE AND WRITE LENGTH in Block Limits VPDNicholas Bellinger2013-09-091-0/+4
* target: replace strict_strto*() with kstrto*()Jingoo Han2013-08-131-21/+21
* target: Alter core_pr_dump_initiator_port for ease of useAndy Grover2013-06-141-8/+5Star
* target: Have dev/enable show if TCM device is configuredAndy Grover2013-05-041-2/+9
* target: Add device attribute to expose config_item_name for INQUIRY modelTregaron Bayly2013-02-131-0/+4
* target/configfs: use kmalloc() instead of kzalloc() for default groupsSebastian Andrzej Siewior2012-11-281-7/+7
* target/configfs: allocate only 6 slots for dev_cg->default_groupsSebastian Andrzej Siewior2012-11-281-1/+1
* target/configfs: allocate pointers instead of full struct for default_groupsSebastian Andrzej Siewior2012-11-281-7/+7
* target: Update copyright information to 2012Nicholas Bellinger2012-11-281-2/+1Star
* target: Add/check max_write_same_len device attribute + update block limits VPDNicholas Bellinger2012-11-151-0/+4
* target: simplify alua supportChristoph Hellwig2012-11-071-22/+6Star