summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_tpg.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-25target: Propigate backend read-only to core_tpg_add_lunNicholas Bellinger1-1/+4
2015-07-24tcm_loop: Send I_T_NEXUS_LOSS_OCCURRED UAHannes Reinecke1-0/+17
2015-07-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-364/+210
2015-06-23target: remove target_core_configfs.hChristoph Hellwig1-1/+0
2015-06-16target: Remove TARGET_MAX_LUNS_PER_TRANSPORTHannes Reinecke1-9/+0
2015-06-16target: use 64-bit LUNsHannes Reinecke1-3/+3
2015-06-16target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger1-5/+25
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche1-2/+1
2015-06-01target: Drop se_lun->lun_active for existing percpu lun_refNicholas Bellinger1-4/+6
2015-06-01target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger1-8/+8
2015-06-01target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunChristoph Hellwig1-32/+63
2015-06-01target: Simplify LUN shutdown codeBart Van Assche1-2/+0
2015-06-01target: Drop left-over se_lun->lun_statusNicholas Bellinger1-6/+0
2015-06-01target: Only reset specific dynamic entries during lun_group creationNicholas Bellinger1-2/+5
2015-06-01target: Drop unused se_lun->lun_acl_listNicholas Bellinger1-4/+0
2015-06-01target: Convert core_tpg_deregister to use list spliceNicholas Bellinger1-7/+5
2015-06-01target: Convert se_tpg->acl_node_lock to ->acl_node_mutexNicholas Bellinger1-25/+26
2015-06-01target: Convert se_portal_group->tpg_lun_list[] to RCU hlistNicholas Bellinger1-102/+30
2015-06-01target: Convert se_node_acl->device_list[] to RCU hlistNicholas Bellinger1-72/+3
2015-05-31target: change core_tpg_register prototypeChristoph Hellwig1-18/+13
2015-05-31target: move node ACL allocation to core codeChristoph Hellwig1-4/+5
2015-05-31target: refactor node ACL allocationChristoph Hellwig1-77/+56
2015-05-31target: refactor init/drop_nodeacl methodsChristoph Hellwig1-35/+11
2015-05-31target: make the tpg_get_default_depth method optionalChristoph Hellwig1-1/+4
2015-04-14target: simplify the target template registration APIChristoph Hellwig1-1/+1
2014-10-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-42/+11
2014-10-04target: Fix APTPL metadata handling for dynamic MappedLUNsNicholas Bellinger1-0/+8
2014-10-02target: Remove core_tpg_release_virtual_lun0 functionAndy Grover1-8/+1
2014-10-02target: Change core_dev_del_lun to take a se_lun instead of unpacked_lunAndy Grover1-33/+3
2014-10-02target: core_tpg_post_dellun can return voidAndy Grover1-3/+1
2014-09-24percpu_ref: add PERCPU_REF_INIT_* flagsTejun Heo1-1/+1
2014-09-08percpu-refcount: add @gfp to percpu_ref_init()Tejun Heo1-1/+2
2014-06-28percpu-refcount: require percpu_ref to be exited explicitlyTejun Heo1-1/+3
2014-02-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-5/+5
2013-12-20target: Remove extra percpu_ref_initAndy Grover1-7/+1
2013-12-17target: Don't use void* when passing dev in core_tpg_add_lunAndy Grover1-2/+2
2013-12-17target: Rename core_tpg_{pre,post}_addlun for clarityAndy Grover1-3/+3
2013-12-11target: Remove write-only stats fields and lock from struct se_node_aclRoland Dreier1-2/+0
2013-11-08target: Drop left-over se_lun->lun_cmd_list shutdown codeNicholas Bellinger1-13/+2
2013-11-08target: Add percpu refcounting for se_lun accessNicholas Bellinger1-3/+24
2013-10-24target: Export symbol core_tpg_check_initiator_node_aclThomas Glanzmann1-0/+1
2013-09-11target: Update copyright ownership/year information to 2013Nicholas Bellinger1-1/+1
2013-03-18target: fix possible memory leak in core_tpg_register()Wei Yongjun1-1/+2
2013-02-19target: Fix lookup of dynamic NodeACLs during cached demo-mode operationNicholas Bellinger1-8/+2
2012-12-14target/iscsi_target: Add NodeACL tags for initiator group supportAndy Grover1-0/+23
2012-12-05target: Add link_magic for fabric allow_link destination target_itemsNicholas Bellinger1-0/+1
2012-11-28target: Update copyright information to 2012Nicholas Bellinger1-4/+1
2012-09-18target: Fix minor spelling typos in drivers/targetMasanari Iida1-1/+1
2012-07-17target: refactor core_update_device_list_for_node()Andy Grover1-4/+4
2012-07-17target: Eliminate else using boolean logicAndy Grover1-4/+2