summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_fabric_configfs.c
Commit message (Expand)AuthorAgeFilesLines
* target: Move a declaration of a global variable into a header fileBart Van Assche2017-11-041-2/+0
* target/configfs: Kill se_lun->lun_link_magicNicholas Bellinger2017-06-081-5/+8
* target/configfs: Kill se_device->dev_link_magicNicholas Bellinger2017-06-081-5/+7
* target: Avoid mappedlun symlink creation during lun shutdownNicholas Bellinger2017-03-301-0/+5
* fs: configfs: don't return anything from drop_linkAndrzej Pietrasiewicz2016-12-011-4/+3
* target: add a new add_wwn_groups fabrics methodChristoph Hellwig2016-03-301-0/+3
* target: initialize the nacl base CIT begfore init_nodeaclChristoph Hellwig2016-03-301-8/+9
* target: remove ->fabric_cleanup_nodeaclChristoph Hellwig2016-03-301-3/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-03-221-18/+14
|\
| * target: Remove enum transport_lunflags_tableAndy Grover2016-03-101-18/+14
* | configfs: switch ->default groups to a linked listChristoph Hellwig2016-03-061-145/+49
|/
* target: use per-attribute show and store methodsChristoph Hellwig2015-10-131-206/+69
* target: remove initiatorname field in se_acl_lunChris Zankel2015-07-301-1/+1
* target: remove target_core_configfs.hChristoph Hellwig2015-06-231-1/+0
* target: Remove TARGET_MAX_LUNS_PER_TRANSPORTHannes Reinecke2015-06-151-8/+0
* target: use 64-bit LUNsHannes Reinecke2015-06-151-12/+6
* target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunChristoph Hellwig2015-06-011-17/+15
* target: Convert se_portal_group->tpg_lun_list[] to RCU hlistNicholas Bellinger2015-06-011-14/+20
* target: Convert se_node_acl->device_list[] to RCU hlistNicholas Bellinger2015-06-011-26/+17
* target: remove struct target_fabric_configfs_templateChristoph Hellwig2015-05-301-25/+21
* target: put struct target_fabric_configfs on a dietChristoph Hellwig2015-05-301-2/+2
* target: don't copy fabric opsChristoph Hellwig2015-05-301-19/+19
* target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-301-9/+13
* target: simplify the target template registration APIChristoph Hellwig2015-04-141-12/+26
* target: Change core_dev_del_lun to take a se_lun instead of unpacked_lunAndy Grover2014-10-011-1/+1
* target: simplify target_fabric_make_lun error pathJoern Engel2014-09-171-5/+2
* target: Fix memory leak on error in target_fabric_make_mappedlunJoern Engel2014-09-171-1/+2
* target/configfs: Remove unnecessary null testHimangi Saraogi2014-09-151-2/+1
* target: Fix sizeof in kmalloc for some default_groups arraysAndy Grover2013-12-161-1/+1
* target: Allocate more room for port default groupsAndy Grover2013-12-161-1/+1
* target: Remove TF_CIT_TMPL macroAndy Grover2013-10-161-19/+19
* target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-101-1/+1
* target: replace strict_strto*() with kstrto*()Jingoo Han2013-08-121-4/+12
* target: Add se_portal_group->tpg_auth_groupNicholas Bellinger2013-07-031-2/+19
* target: Add missing mapped_lun bounds checking during make_mappedlun setupNicholas Bellinger2013-02-181-0/+8
* target: Fix lookup of dynamic NodeACLs during cached demo-mode operationNicholas Bellinger2013-02-181-2/+2
* target: Fix regression allowing unconfigured devices to fabric port linkNicholas Bellinger2013-01-311-0/+5
* target: Add link_magic for fabric allow_link destination target_itemsNicholas Bellinger2012-12-051-0/+12
* target/configfs: use kmalloc() instead of kzalloc() for default groupsSebastian Andrzej Siewior2012-11-271-3/+3
* target/configfs: allocate pointers instead of full struct for default_groupsSebastian Andrzej Siewior2012-11-271-3/+3
* target: Update copyright information to 2012Nicholas Bellinger2012-11-271-3/+2
* target: kill struct se_subsystem_devChristoph Hellwig2012-11-061-12/+2
* target: remove unused including <generated/utsrelease.h>Wei Yongjun2012-09-171-1/+0
* target: Remove hba param from core_dev_add_lunAndy Grover2012-07-161-2/+1
* target: Use array_zalloc for device_listJörn Engel2012-03-151-3/+3
* target: fix return code of core_tpg_.*_lunSebastian Andrzej Siewior2012-01-181-2/+2
* target: header reshuffle, part2Christoph Hellwig2011-12-141-4/+1
* target: reshuffle headersChristoph Hellwig2011-12-141-2/+1
* target: Remove unneeded version.h includesJesper Juhl2011-10-111-1/+0
* target: Use ERR_CAST inlined functionThomas Meyer2011-08-221-1/+1