aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_fabric_configfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp1-1/+1
2018-07-30scsi: target: add helper to check if dev is configuredMike Christie1-1/+2
2018-07-02scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche1-1/+1
2017-11-04target: Move a declaration of a global variable into a header fileBart Van Assche1-2/+0
2017-06-08target/configfs: Kill se_lun->lun_link_magicNicholas Bellinger1-5/+8
2017-06-08target/configfs: Kill se_device->dev_link_magicNicholas Bellinger1-5/+7
2017-03-30target: Avoid mappedlun symlink creation during lun shutdownNicholas Bellinger1-0/+5
2016-12-01fs: configfs: don't return anything from drop_linkAndrzej Pietrasiewicz1-4/+3
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