aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_configfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-01target: simplify backend attribute implementationChristoph Hellwig1-66/+486
2015-06-01target: consolidate backend attribute implementationsChristoph Hellwig1-0/+169
2015-06-01target: simplify backend driver registrationChristoph Hellwig1-32/+36
2015-06-01target/pr: Change alloc_registration to avoid pr_reg_tg_pt_lunNicholas Bellinger1-4/+2
2015-05-30target: remove struct target_fabric_configfs_templateChristoph Hellwig1-4/+3
2015-05-30target: put struct target_fabric_configfs on a dietChristoph Hellwig1-20/+4
2015-05-30target: don't copy fabric opsChristoph Hellwig1-1/+1
2015-05-30target: Remove set-but-not-used-variablesBart Van Assche1-4/+2
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche1-4/+0
2015-05-30target: move transport ID handling to the coreChristoph Hellwig1-8/+0
2015-05-30target: remove the get_fabric_proto_ident methodChristoph Hellwig1-4/+0
2015-05-30target: move node ACL allocation to core codeChristoph Hellwig1-8/+0
2015-05-30target: make the tpg_get_default_depth method optionalChristoph Hellwig1-4/+0
2015-05-30target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover1-5/+5
2015-05-30target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig1-16/+14
2015-04-14target: simplify the target template registration APIChristoph Hellwig1-129/+47
2015-03-20target: Convert fabric module autoload failures to pr_debugNicholas Bellinger1-8/+8
2014-12-01target: Drop left-over internal dev attribute codeNicholas Bellinger1-175/+1
2014-12-01target: Move dev_stat_cit to struct se_subsystem_apiNicholas Bellinger1-7/+5
2014-12-01target: Move dev_alua_tg_pt_gps_cit to struct se_subsystem_apiNicholas Bellinger1-7/+5
2014-12-01target: Move dev_wwn_cit to struct se_subsystem_apiNicholas Bellinger1-8/+5
2014-12-01target: Move dev_pr_cit to struct se_subsystem_apiNicholas Bellinger1-8/+5
2014-12-01target: Move dev_attrib_cit to struct se_subsystem_apiNicholas Bellinger1-8/+6
2014-12-01target: Move dev_cit to struct se_subsystem_apiNicholas Bellinger1-9/+24
2014-12-01target: Fix target_core_register_fabric() for built-in fabric modulesRoland Dreier1-33/+42
2014-10-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-14/+12
2014-10-04target: Add force_pr_aptpl device attributeNicholas Bellinger1-0/+4
2014-09-17target: Fix possible memory leak in aptpl_metadata parsingJoern Engel1-14/+8
2014-09-17target: Fix inverted logic in SE_DEV_ALUA_SUPPORT_STATE_STORESebastian Herbszt1-1/+1
2014-06-06target: Fix alua_access_state attribute OOPs for un-configured devicesNicholas Bellinger1-0/+5
2014-04-07target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger1-0/+4
2014-01-18target/configfs: Expose protection device attributesNicholas Bellinger1-0/+12
2014-01-09target_core_alua: Referrals configfs integrationHannes Reinecke1-0/+171
2014-01-09target_core_alua: Referrals infrastructureHannes Reinecke1-1/+8
2013-12-16target: Fix sizeof in kmalloc for some default_groups arraysAndy Grover1-1/+1
2013-11-20target_core_configfs: split up ALUA supported statesHannes Reinecke1-43/+84
2013-11-20target_core_alua: Make supported states configurableHannes Reinecke1-0/+50
2013-11-20target core: rename (ex,im)plict -> (ex,im)plicitHannes Reinecke1-13/+13
2013-10-16target: Remove TF_CIT_TMPL macroAndy Grover1-3/+3
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger1-1/+1
2013-09-10target: Enable global EXTENDED_COPY setup/releaseNicholas Bellinger1-0/+6
2013-09-10target: Add Third Party Copy (3PC) bit in INQUIRY responseNicholas Bellinger1-0/+4
2013-09-10target: Make target_core_subsystem defined as non staticNicholas Bellinger1-1/+1
2013-09-09target: Add MAXIMUM COMPARE AND WRITE LENGTH in Block Limits VPDNicholas Bellinger1-0/+4
2013-08-12target: replace strict_strto*() with kstrto*()Jingoo Han1-21/+21
2013-06-14target: Alter core_pr_dump_initiator_port for ease of useAndy Grover1-8/+5
2013-05-03target: Have dev/enable show if TCM device is configuredAndy Grover1-2/+9
2013-02-13target: Add device attribute to expose config_item_name for INQUIRY modelTregaron Bayly1-0/+4
2012-11-27target/configfs: use kmalloc() instead of kzalloc() for default groupsSebastian Andrzej Siewior1-7/+7
2012-11-27target/configfs: allocate only 6 slots for dev_cg->default_groupsSebastian Andrzej Siewior1-1/+1