aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_tpg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-12-07scsi: target/core: Simplify transport_clear_lun_ref()Bart Van Assche1-1/+0
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp1-11/+11
2017-08-09target: Fix node_acl demo-mode + uncached dynamic shutdown regressionNicholas Bellinger1-2/+2
2017-06-08target/configfs: Kill se_lun->lun_link_magicNicholas Bellinger1-1/+0
2017-05-04target: Don't force session reset if queue_depth does not changeNicholas Bellinger1-0/+7
2017-03-30target: Avoid mappedlun symlink creation during lun shutdownNicholas Bellinger1-0/+4
2017-03-18target: allow ALUA setup for some passthrough backendsMike Christie1-1/+2
2017-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-1/+2
2017-02-26target: Fix NULL dereference during LUN lookup + active I/O shutdownNicholas Bellinger1-1/+2
2017-01-27IB/srpt: Accept GUIDs as port namesBart Van Assche1-0/+1
2016-05-10target: remove sess_kref and ->shutdown_sessionChristoph Hellwig1-11/+3
2016-05-10target: make ->shutdown_session optionalChristoph Hellwig1-1/+4
2016-05-10target: remove acl_stopChristoph Hellwig1-8/+5
2016-05-10target: consolidate and fix session shutdownChristoph Hellwig1-54/+33
2016-03-10target: Remove enum transport_lunflags_tableAndy Grover1-11/+10
2016-01-20target: Obtain se_node_acl->acl_kref during get_initiator_node_aclNicholas Bellinger1-1/+41
2016-01-20target: Convert ACL change queue_depth se_session reference usageNicholas Bellinger1-107/+45
2016-01-07target: Remove an unused variableBart Van Assche1-3/+0
2015-09-24target: Propigate backend read-only to core_tpg_add_lunNicholas Bellinger1-1/+4
2015-07-23tcm_loop: Send I_T_NEXUS_LOSS_OCCURRED UAHannes Reinecke1-0/+17
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-364/+210
2015-06-23target: remove target_core_configfs.hChristoph Hellwig1-1/+0
2015-06-15target: Remove TARGET_MAX_LUNS_PER_TRANSPORTHannes Reinecke1-9/+0
2015-06-15target: use 64-bit LUNsHannes Reinecke1-3/+3
2015-06-15target: 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-30target: change core_tpg_register prototypeChristoph Hellwig1-18/+13
2015-05-30target: move node ACL allocation to core codeChristoph Hellwig1-4/+5
2015-05-30target: refactor node ACL allocationChristoph Hellwig1-77/+56
2015-05-30target: refactor init/drop_nodeacl methodsChristoph Hellwig1-35/+11
2015-05-30target: 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-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-42/+11
2014-10-04target: Fix APTPL metadata handling for dynamic MappedLUNsNicholas Bellinger1-0/+8
2014-10-01target: Remove core_tpg_release_virtual_lun0 functionAndy Grover1-8/+1
2014-10-01target: Change core_dev_del_lun to take a se_lun instead of unpacked_lunAndy Grover1-33/+3
2014-10-01target: core_tpg_post_dellun can return voidAndy Grover1-3/+1
2014-09-24percpu_ref: add PERCPU_REF_INIT_* flagsTejun Heo1-1/+1