aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_configfs.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2016-12-09target: Use NULL instead of 0 to represent a pointerGravatar Bart Van Assche 1-2/+2
2016-12-04don't open-code file_inode()Gravatar Al Viro 1-1/+1
2016-05-10target: make close_session optionalGravatar Christoph Hellwig 1-4/+0
2016-05-10target: make ->shutdown_session optionalGravatar Christoph Hellwig 1-4/+0
2016-05-09target: make target db location configurableGravatar Lee Duncan 1-0/+62
2016-03-06configfs: switch ->default groups to a linked listGravatar Christoph Hellwig 1-163/+40
2016-02-10target: Fix incorrect unmap_zeroes_data_store returnGravatar Nicholas Bellinger 1-1/+1
2016-01-07target: Fix a memory leak in target_dev_lba_map_store()Gravatar Bart Van Assche 1-3/+3
2016-01-07target: Fix indentation in target_core_configfs.cGravatar Bart Van Assche 1-1/+1
2016-01-06target: fix deprecated attribute names in dmesgGravatar Christophe Vu-Brugier 1-1/+2
2016-01-06target/sbc: Add LBPRZ attribute + control CDB emulationGravatar Jamie Pocas 1-0/+36
2015-12-20fs: configfs: Drop unused parameter from configfs_undepend_item()Gravatar Krzysztof Opasiak 1-1/+1
2015-10-13target: use per-attribute show and store methodsGravatar Christoph Hellwig 1-768/+441
2015-07-30target: Perform RCU callback barrier before backend/fabric unloadGravatar Nicholas Bellinger 1-1/+8
2015-07-23target/configfs: handle match_int() errorsGravatar David Disseldorp 1-8/+24
2015-07-23target: Do not return 0 from aptpl and alua configfs store functionsGravatar Andy Grover 1-3/+3
2015-07-23target: Indicate success if writing 0 to pi_prot_typeGravatar Andy Grover 1-1/+1
2015-06-23target: remove target_core_configfs.hGravatar Christoph Hellwig 1-1/+0
2015-06-23target: consolidate version definesGravatar Christoph Hellwig 1-3/+3
2015-06-15target: use 64-bit LUNsGravatar Hannes Reinecke 1-6/+6
2015-06-01target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunGravatar Christoph Hellwig 1-8/+3
2015-06-01target: simplify backend attribute implementationGravatar Christoph Hellwig 1-66/+486
2015-06-01target: consolidate backend attribute implementationsGravatar Christoph Hellwig 1-0/+169
2015-06-01target: simplify backend driver registrationGravatar Christoph Hellwig 1-32/+36
2015-06-01target/pr: Change alloc_registration to avoid pr_reg_tg_pt_lunGravatar Nicholas Bellinger 1-4/+2
2015-05-30target: remove struct target_fabric_configfs_templateGravatar Christoph Hellwig 1-4/+3
2015-05-30target: put struct target_fabric_configfs on a dietGravatar Christoph Hellwig 1-20/+4
2015-05-30target: don't copy fabric opsGravatar Christoph Hellwig 1-1/+1
2015-05-30target: Remove set-but-not-used-variablesGravatar Bart Van Assche 1-4/+2
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsGravatar Bart Van Assche 1-4/+0
2015-05-30target: move transport ID handling to the coreGravatar Christoph Hellwig 1-8/+0
2015-05-30target: remove the get_fabric_proto_ident methodGravatar Christoph Hellwig 1-4/+0
2015-05-30target: move node ACL allocation to core codeGravatar Christoph Hellwig 1-8/+0
2015-05-30target: make the tpg_get_default_depth method optionalGravatar Christoph Hellwig 1-4/+0
2015-05-30target: Use a PASSTHROUGH flag instead of transport_typesGravatar Andy Grover 1-5/+5
2015-05-30target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemGravatar Christoph Hellwig 1-16/+14
2015-04-14target: simplify the target template registration APIGravatar Christoph Hellwig 1-129/+47
2015-03-20target: Convert fabric module autoload failures to pr_debugGravatar Nicholas Bellinger 1-8/+8
2014-12-01target: Drop left-over internal dev attribute codeGravatar Nicholas Bellinger 1-175/+1
2014-12-01target: Move dev_stat_cit to struct se_subsystem_apiGravatar Nicholas Bellinger 1-7/+5
2014-12-01target: Move dev_alua_tg_pt_gps_cit to struct se_subsystem_apiGravatar Nicholas Bellinger 1-7/+5
2014-12-01target: Move dev_wwn_cit to struct se_subsystem_apiGravatar Nicholas Bellinger 1-8/+5
2014-12-01target: Move dev_pr_cit to struct se_subsystem_apiGravatar Nicholas Bellinger 1-8/+5
2014-12-01target: Move dev_attrib_cit to struct se_subsystem_apiGravatar Nicholas Bellinger 1-8/+6
2014-12-01target: Move dev_cit to struct se_subsystem_apiGravatar Nicholas Bellinger 1-9/+24
2014-12-01target: Fix target_core_register_fabric() for built-in fabric modulesGravatar Roland Dreier 1-33/+42
2014-10-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-14/+12
2014-10-04target: Add force_pr_aptpl device attributeGravatar Nicholas Bellinger 1-0/+4
2014-09-17target: Fix possible memory leak in aptpl_metadata parsingGravatar Joern Engel 1-14/+8