aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_fabric_configfs.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-01fs: configfs: don't return anything from drop_linkGravatar Andrzej Pietrasiewicz 1-4/+3
2016-03-30target: add a new add_wwn_groups fabrics methodGravatar Christoph Hellwig 1-0/+3
2016-03-30target: initialize the nacl base CIT begfore init_nodeaclGravatar Christoph Hellwig 1-8/+9
2016-03-30target: remove ->fabric_cleanup_nodeaclGravatar Christoph Hellwig 1-3/+1
2016-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-18/+14
2016-03-10target: Remove enum transport_lunflags_tableGravatar Andy Grover 1-18/+14
2016-03-06configfs: switch ->default groups to a linked listGravatar Christoph Hellwig 1-145/+49
2015-10-13target: use per-attribute show and store methodsGravatar Christoph Hellwig 1-206/+69
2015-07-30target: remove initiatorname field in se_acl_lunGravatar Chris Zankel 1-1/+1
2015-06-23target: remove target_core_configfs.hGravatar Christoph Hellwig 1-1/+0
2015-06-15target: Remove TARGET_MAX_LUNS_PER_TRANSPORTGravatar Hannes Reinecke 1-8/+0
2015-06-15target: use 64-bit LUNsGravatar Hannes Reinecke 1-12/+6
2015-06-01target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunGravatar Christoph Hellwig 1-17/+15
2015-06-01target: Convert se_portal_group->tpg_lun_list[] to RCU hlistGravatar Nicholas Bellinger 1-14/+20
2015-06-01target: Convert se_node_acl->device_list[] to RCU hlistGravatar Nicholas Bellinger 1-26/+17
2015-05-30target: remove struct target_fabric_configfs_templateGravatar Christoph Hellwig 1-25/+21
2015-05-30target: put struct target_fabric_configfs on a dietGravatar Christoph Hellwig 1-2/+2
2015-05-30target: don't copy fabric opsGravatar Christoph Hellwig 1-19/+19
2015-05-30target: refactor init/drop_nodeacl methodsGravatar Christoph Hellwig 1-9/+13
2015-04-14target: simplify the target template registration APIGravatar Christoph Hellwig 1-12/+26
2014-10-01target: Change core_dev_del_lun to take a se_lun instead of unpacked_lunGravatar Andy Grover 1-1/+1
2014-09-17target: simplify target_fabric_make_lun error pathGravatar Joern Engel 1-5/+2
2014-09-17target: Fix memory leak on error in target_fabric_make_mappedlunGravatar Joern Engel 1-1/+2
2014-09-15target/configfs: Remove unnecessary null testGravatar Himangi Saraogi 1-2/+1
2013-12-16target: Fix sizeof in kmalloc for some default_groups arraysGravatar Andy Grover 1-1/+1
2013-12-16target: Allocate more room for port default groupsGravatar Andy Grover 1-1/+1
2013-10-16target: Remove TF_CIT_TMPL macroGravatar Andy Grover 1-19/+19
2013-09-10target: Update copyright ownership/year information to 2013Gravatar Nicholas Bellinger 1-1/+1
2013-08-12target: replace strict_strto*() with kstrto*()Gravatar Jingoo Han 1-4/+12
2013-07-03target: Add se_portal_group->tpg_auth_groupGravatar Nicholas Bellinger 1-2/+19
2013-02-18target: Add missing mapped_lun bounds checking during make_mappedlun setupGravatar Nicholas Bellinger 1-0/+8
2013-02-18target: Fix lookup of dynamic NodeACLs during cached demo-mode operationGravatar Nicholas Bellinger 1-2/+2
2013-01-31target: Fix regression allowing unconfigured devices to fabric port linkGravatar Nicholas Bellinger 1-0/+5
2012-12-05target: Add link_magic for fabric allow_link destination target_itemsGravatar Nicholas Bellinger 1-0/+12
2012-11-27target/configfs: use kmalloc() instead of kzalloc() for default groupsGravatar Sebastian Andrzej Siewior 1-3/+3
2012-11-27target/configfs: allocate pointers instead of full struct for default_groupsGravatar Sebastian Andrzej Siewior 1-3/+3
2012-11-27target: Update copyright information to 2012Gravatar Nicholas Bellinger 1-3/+2
2012-11-06target: kill struct se_subsystem_devGravatar Christoph Hellwig 1-12/+2
2012-09-17target: remove unused including <generated/utsrelease.h>Gravatar Wei Yongjun 1-1/+0
2012-07-16target: Remove hba param from core_dev_add_lunGravatar Andy Grover 1-2/+1
2012-03-15target: Use array_zalloc for device_listGravatar Jörn Engel 1-3/+3
2012-01-18target: fix return code of core_tpg_.*_lunGravatar Sebastian Andrzej Siewior 1-2/+2
2011-12-14target: header reshuffle, part2Gravatar Christoph Hellwig 1-4/+1
2011-12-14target: reshuffle headersGravatar Christoph Hellwig 1-2/+1
2011-10-11target: Remove unneeded version.h includesGravatar Jesper Juhl 1-1/+0
2011-08-22target: Use ERR_CAST inlined functionGravatar Thomas Meyer 1-1/+1
2011-07-22target: Follow up core updates from AGrover and HCH (round 4)Gravatar Andy Grover 1-67/+43
2011-07-22target: Core cleanups from AGrover (round 1)Gravatar Andy Grover 1-6/+6
2011-03-23[SCSI] target: add initial statisticsGravatar Nicholas Bellinger 1-5/+204
2011-02-12[SCSI] target: fix use after free detected by SLUB poisonGravatar Nicholas Bellinger 1-27/+65