summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_tpg.c
Commit message (Expand)AuthorAgeFilesLines
* target: Fix node_acl demo-mode + uncached dynamic shutdown regressionNicholas Bellinger2017-08-091-2/+2
* target/configfs: Kill se_lun->lun_link_magicNicholas Bellinger2017-06-081-1/+0
* target: Don't force session reset if queue_depth does not changeNicholas Bellinger2017-05-041-0/+7
* target: Avoid mappedlun symlink creation during lun shutdownNicholas Bellinger2017-03-301-0/+4
* target: allow ALUA setup for some passthrough backendsMike Christie2017-03-181-1/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-03-021-1/+2
|\
| * target: Fix NULL dereference during LUN lookup + active I/O shutdownNicholas Bellinger2017-02-261-1/+2
* | IB/srpt: Accept GUIDs as port namesBart Van Assche2017-01-271-0/+1
|/
* target: remove sess_kref and ->shutdown_sessionChristoph Hellwig2016-05-101-11/+3
* target: make ->shutdown_session optionalChristoph Hellwig2016-05-101-1/+4
* target: remove acl_stopChristoph Hellwig2016-05-101-8/+5
* target: consolidate and fix session shutdownChristoph Hellwig2016-05-101-54/+33
* target: Remove enum transport_lunflags_tableAndy Grover2016-03-101-11/+10
* target: Obtain se_node_acl->acl_kref during get_initiator_node_aclNicholas Bellinger2016-01-201-1/+41
* target: Convert ACL change queue_depth se_session reference usageNicholas Bellinger2016-01-201-107/+45
* target: Remove an unused variableBart Van Assche2016-01-071-3/+0
* target: Propigate backend read-only to core_tpg_add_lunNicholas Bellinger2015-09-241-1/+4
* tcm_loop: Send I_T_NEXUS_LOSS_OCCURRED UAHannes Reinecke2015-07-231-0/+17
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-041-364/+210
|\
| * target: remove target_core_configfs.hChristoph Hellwig2015-06-231-1/+0
| * target: Remove TARGET_MAX_LUNS_PER_TRANSPORTHannes Reinecke2015-06-151-9/+0
| * target: use 64-bit LUNsHannes Reinecke2015-06-151-3/+3
| * target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-151-5/+25
| * target: Drop se_lun->lun_active for existing percpu lun_refNicholas Bellinger2015-06-011-4/+6
| * target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger2015-06-011-8/+8
| * target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunChristoph Hellwig2015-06-011-32/+63
| * target: Simplify LUN shutdown codeBart Van Assche2015-06-011-2/+0
| * target: Drop left-over se_lun->lun_statusNicholas Bellinger2015-06-011-6/+0
| * target: Only reset specific dynamic entries during lun_group creationNicholas Bellinger2015-06-011-2/+5
| * target: Drop unused se_lun->lun_acl_listNicholas Bellinger2015-06-011-4/+0
| * target: Convert core_tpg_deregister to use list spliceNicholas Bellinger2015-06-011-7/+5
| * target: Convert se_tpg->acl_node_lock to ->acl_node_mutexNicholas Bellinger2015-06-011-25/+26
| * target: Convert se_portal_group->tpg_lun_list[] to RCU hlistNicholas Bellinger2015-06-011-102/+30
| * target: Convert se_node_acl->device_list[] to RCU hlistNicholas Bellinger2015-06-011-72/+3
| * target: change core_tpg_register prototypeChristoph Hellwig2015-05-301-18/+13
| * target: move node ACL allocation to core codeChristoph Hellwig2015-05-301-4/+5
| * target: refactor node ACL allocationChristoph Hellwig2015-05-301-77/+56
| * target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-301-35/+11
| * target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-301-1/+4
* | target: Minimize SCSI header #include directivesBart Van Assche2015-06-021-2/+1
|/
* target: simplify the target template registration APIChristoph Hellwig2015-04-141-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-10-211-42/+11
|\
| * target: Fix APTPL metadata handling for dynamic MappedLUNsNicholas Bellinger2014-10-041-0/+8
| * target: Remove core_tpg_release_virtual_lun0 functionAndy Grover2014-10-011-8/+1
| * target: Change core_dev_del_lun to take a se_lun instead of unpacked_lunAndy Grover2014-10-011-33/+3
| * target: core_tpg_post_dellun can return voidAndy Grover2014-10-011-3/+1
* | percpu_ref: add PERCPU_REF_INIT_* flagsTejun Heo2014-09-241-1/+1
* | percpu-refcount: add @gfp to percpu_ref_init()Tejun Heo2014-09-081-1/+2
|/
* percpu-refcount: require percpu_ref to be exited explicitlyTejun Heo2014-06-281-1/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-01-311-5/+5
|\