aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_fabric_configfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-30target: add a new add_wwn_groups fabrics methodChristoph Hellwig1-0/+3
2016-03-30target: initialize the nacl base CIT begfore init_nodeaclChristoph Hellwig1-8/+9
2016-03-30target: remove ->fabric_cleanup_nodeaclChristoph Hellwig1-3/+1
2016-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-18/+14
2016-03-10target: Remove enum transport_lunflags_tableAndy Grover1-18/+14
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig1-145/+49
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig1-206/+69
2015-07-30target: remove initiatorname field in se_acl_lunChris Zankel1-1/+1
2015-06-23target: remove target_core_configfs.hChristoph Hellwig1-1/+0
2015-06-15target: Remove TARGET_MAX_LUNS_PER_TRANSPORTHannes Reinecke1-8/+0
2015-06-15target: use 64-bit LUNsHannes Reinecke1-12/+6
2015-06-01target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunChristoph Hellwig1-17/+15
2015-06-01target: Convert se_portal_group->tpg_lun_list[] to RCU hlistNicholas Bellinger1-14/+20
2015-06-01target: Convert se_node_acl->device_list[] to RCU hlistNicholas Bellinger1-26/+17
2015-05-30target: remove struct target_fabric_configfs_templateChristoph Hellwig1-25/+21
2015-05-30target: put struct target_fabric_configfs on a dietChristoph Hellwig1-2/+2
2015-05-30target: don't copy fabric opsChristoph Hellwig1-19/+19
2015-05-30target: refactor init/drop_nodeacl methodsChristoph Hellwig1-9/+13
2015-04-14target: simplify the target template registration APIChristoph Hellwig1-12/+26
2014-10-01target: Change core_dev_del_lun to take a se_lun instead of unpacked_lunAndy Grover1-1/+1
2014-09-17target: simplify target_fabric_make_lun error pathJoern Engel1-5/+2
2014-09-17target: Fix memory leak on error in target_fabric_make_mappedlunJoern Engel1-1/+2
2014-09-15target/configfs: Remove unnecessary null testHimangi Saraogi1-2/+1
2013-12-16target: Fix sizeof in kmalloc for some default_groups arraysAndy Grover1-1/+1
2013-12-16target: Allocate more room for port default groupsAndy Grover1-1/+1
2013-10-16target: Remove TF_CIT_TMPL macroAndy Grover1-19/+19
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger1-1/+1
2013-08-12target: replace strict_strto*() with kstrto*()Jingoo Han1-4/+12
2013-07-03target: Add se_portal_group->tpg_auth_groupNicholas Bellinger1-2/+19
2013-02-18target: Add missing mapped_lun bounds checking during make_mappedlun setupNicholas Bellinger1-0/+8
2013-02-18target: Fix lookup of dynamic NodeACLs during cached demo-mode operationNicholas Bellinger1-2/+2
2013-01-31target: Fix regression allowing unconfigured devices to fabric port linkNicholas Bellinger1-0/+5
2012-12-05target: Add link_magic for fabric allow_link destination target_itemsNicholas Bellinger1-0/+12
2012-11-27target/configfs: use kmalloc() instead of kzalloc() for default groupsSebastian Andrzej Siewior1-3/+3
2012-11-27target/configfs: allocate pointers instead of full struct for default_groupsSebastian Andrzej Siewior1-3/+3
2012-11-27target: Update copyright information to 2012Nicholas Bellinger1-3/+2
2012-11-06target: kill struct se_subsystem_devChristoph Hellwig1-12/+2
2012-09-17target: remove unused including <generated/utsrelease.h>Wei Yongjun1-1/+0
2012-07-16target: Remove hba param from core_dev_add_lunAndy Grover1-2/+1
2012-03-15target: Use array_zalloc for device_listJörn Engel1-3/+3
2012-01-18target: fix return code of core_tpg_.*_lunSebastian Andrzej Siewior1-2/+2
2011-12-14target: header reshuffle, part2Christoph Hellwig1-4/+1
2011-12-14target: reshuffle headersChristoph Hellwig1-2/+1
2011-10-11target: Remove unneeded version.h includesJesper Juhl1-1/+0
2011-08-22target: Use ERR_CAST inlined functionThomas Meyer1-1/+1
2011-07-22target: Follow up core updates from AGrover and HCH (round 4)Andy Grover1-67/+43
2011-07-22target: Core cleanups from AGrover (round 1)Andy Grover1-6/+6
2011-03-23[SCSI] target: add initial statisticsNicholas Bellinger1-5/+204
2011-02-12[SCSI] target: fix use after free detected by SLUB poisonNicholas Bellinger1-27/+65
2011-01-14[SCSI] target: Add LIO target core v4.0.0-rc6Nicholas Bellinger1-0/+996