summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_fabric_configfs.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1Star
* scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-291-1/+1
* scsi: target: add helper to check if dev is configuredMike Christie2018-07-311-1/+2
* scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-021-1/+1
* target: Move a declaration of a global variable into a header fileBart Van Assche2017-11-041-2/+0Star
* target/configfs: Kill se_lun->lun_link_magicNicholas Bellinger2017-06-091-5/+8
* target/configfs: Kill se_device->dev_link_magicNicholas Bellinger2017-06-091-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/+3Star
* target: add a new add_wwn_groups fabrics methodChristoph Hellwig2016-03-311-0/+3
* target: initialize the nacl base CIT begfore init_nodeaclChristoph Hellwig2016-03-311-8/+9
* target: remove ->fabric_cleanup_nodeaclChristoph Hellwig2016-03-311-3/+1Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-03-221-18/+14Star
|\
| * target: Remove enum transport_lunflags_tableAndy Grover2016-03-111-18/+14Star
* | configfs: switch ->default groups to a linked listChristoph Hellwig2016-03-061-145/+49Star
|/
* target: use per-attribute show and store methodsChristoph Hellwig2015-10-141-206/+69Star
* target: remove initiatorname field in se_acl_lunChris Zankel2015-07-311-1/+1
* target: remove target_core_configfs.hChristoph Hellwig2015-06-231-1/+0Star
* target: Remove TARGET_MAX_LUNS_PER_TRANSPORTHannes Reinecke2015-06-161-8/+0Star
* target: use 64-bit LUNsHannes Reinecke2015-06-161-12/+6Star
* target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunChristoph Hellwig2015-06-011-17/+15Star
* 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/+17Star
* target: remove struct target_fabric_configfs_templateChristoph Hellwig2015-05-311-25/+21Star
* target: put struct target_fabric_configfs on a dietChristoph Hellwig2015-05-311-2/+2
* target: don't copy fabric opsChristoph Hellwig2015-05-311-19/+19
* target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-311-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-181-5/+2Star
* 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/+1Star
* 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-111-1/+1
* target: replace strict_strto*() with kstrto*()Jingoo Han2013-08-131-4/+12
* target: Add se_portal_group->tpg_auth_groupNicholas Bellinger2013-07-041-2/+19
* target: Add missing mapped_lun bounds checking during make_mappedlun setupNicholas Bellinger2013-02-191-0/+8
* target: Fix lookup of dynamic NodeACLs during cached demo-mode operationNicholas Bellinger2013-02-191-2/+2
* target: Fix regression allowing unconfigured devices to fabric port linkNicholas Bellinger2013-02-011-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-281-3/+3
* target/configfs: allocate pointers instead of full struct for default_groupsSebastian Andrzej Siewior2012-11-281-3/+3
* target: Update copyright information to 2012Nicholas Bellinger2012-11-281-3/+2Star
* target: kill struct se_subsystem_devChristoph Hellwig2012-11-071-12/+2Star
* target: remove unused including <generated/utsrelease.h>Wei Yongjun2012-09-181-1/+0Star
* target: Remove hba param from core_dev_add_lunAndy Grover2012-07-171-2/+1Star
* target: Use array_zalloc for device_listJörn Engel2012-03-161-3/+3
* target: fix return code of core_tpg_.*_lunSebastian Andrzej Siewior2012-01-181-2/+2