aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_configfs.c
AgeCommit message (Expand)Author
2016-12-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-09target: Use NULL instead of 0 to represent a pointerBart Van Assche
2016-12-04don't open-code file_inode()Al Viro
2016-05-10target: make close_session optionalChristoph Hellwig
2016-05-10target: make ->shutdown_session optionalChristoph Hellwig
2016-05-09target: make target db location configurableLee Duncan
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig
2016-02-10target: Fix incorrect unmap_zeroes_data_store returnNicholas Bellinger
2016-01-07target: Fix a memory leak in target_dev_lba_map_store()Bart Van Assche
2016-01-07target: Fix indentation in target_core_configfs.cBart Van Assche
2016-01-06target: fix deprecated attribute names in dmesgChristophe Vu-Brugier
2016-01-06target/sbc: Add LBPRZ attribute + control CDB emulationJamie Pocas
2015-12-20fs: configfs: Drop unused parameter from configfs_undepend_item()Krzysztof Opasiak
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig
2015-07-30target: Perform RCU callback barrier before backend/fabric unloadNicholas Bellinger
2015-07-23target/configfs: handle match_int() errorsDavid Disseldorp
2015-07-23target: Do not return 0 from aptpl and alua configfs store functionsAndy Grover
2015-07-23target: Indicate success if writing 0 to pi_prot_typeAndy Grover
2015-06-23target: remove target_core_configfs.hChristoph Hellwig
2015-06-23target: consolidate version definesChristoph Hellwig
2015-06-15target: use 64-bit LUNsHannes Reinecke
2015-06-01target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunChristoph Hellwig
2015-06-01target: simplify backend attribute implementationChristoph Hellwig
2015-06-01target: consolidate backend attribute implementationsChristoph Hellwig
2015-06-01target: simplify backend driver registrationChristoph Hellwig
2015-06-01target/pr: Change alloc_registration to avoid pr_reg_tg_pt_lunNicholas Bellinger
2015-05-30target: remove struct target_fabric_configfs_templateChristoph Hellwig
2015-05-30target: put struct target_fabric_configfs on a dietChristoph Hellwig
2015-05-30target: don't copy fabric opsChristoph Hellwig
2015-05-30target: Remove set-but-not-used-variablesBart Van Assche
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche
2015-05-30target: move transport ID handling to the coreChristoph Hellwig
2015-05-30target: remove the get_fabric_proto_ident methodChristoph Hellwig
2015-05-30target: move node ACL allocation to core codeChristoph Hellwig
2015-05-30target: make the tpg_get_default_depth method optionalChristoph Hellwig
2015-05-30target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover
2015-05-30target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig
2015-04-14target: simplify the target template registration APIChristoph Hellwig
2015-03-20target: Convert fabric module autoload failures to pr_debugNicholas Bellinger
2014-12-01target: Drop left-over internal dev attribute codeNicholas Bellinger
2014-12-01target: Move dev_stat_cit to struct se_subsystem_apiNicholas Bellinger
2014-12-01target: Move dev_alua_tg_pt_gps_cit to struct se_subsystem_apiNicholas Bellinger
2014-12-01target: Move dev_wwn_cit to struct se_subsystem_apiNicholas Bellinger
2014-12-01target: Move dev_pr_cit to struct se_subsystem_apiNicholas Bellinger
2014-12-01target: Move dev_attrib_cit to struct se_subsystem_apiNicholas Bellinger
2014-12-01target: Move dev_cit to struct se_subsystem_apiNicholas Bellinger
2014-12-01target: Fix target_core_register_fabric() for built-in fabric modulesRoland Dreier
2014-10-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2014-10-04target: Add force_pr_aptpl device attributeNicholas Bellinger
2014-09-17target: Fix possible memory leak in aptpl_metadata parsingJoern Engel