summaryrefslogtreecommitdiffstats
path: root/drivers/target/tcm_fc/tfc_sess.c
Commit message (Expand)AuthorAgeFilesLines
* target/tcm_fc: Update debugging statements to match libfc usageHannes Reinecke2016-10-211-11/+26
* target/tcm_fc: return detailed error in ft_sess_create()Hannes Reinecke2016-10-211-2/+3
* tcm_fc: set and unset FCP_SPPF_TARG_FCNHannes Reinecke2016-07-201-0/+2
* target: make ->shutdown_session optionalChristoph Hellwig2016-05-101-12/+0Star
* tcm_fc: Convert to target_alloc_session usageNicholas Bellinger2016-03-111-22/+22
* tcm_fc: Convert acl lookup to modern get_initiator_node_acl usageNicholas Bellinger2016-01-131-9/+16
* tcm_fc: Wait for command completion before freeing a sessionBart Van Assche2016-01-071-6/+11
* target: use per-attribute show and store methodsChristoph Hellwig2015-10-141-1/+0Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-041-1/+0Star
|\
| * target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-311-1/+0Star
* | target: Minimize SCSI header #include directivesBart Van Assche2015-06-021-4/+0Star
|/
* tcm_fc: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-09-151-1/+1
* target/tcm_fc: Rename ft_tport_create to ft_tport_getAndy Grover2014-04-121-3/+3
* target/tcm_fc: Fix use-after-free of ft_tpgAndy Grover2014-04-121-0/+1
* target: Pass in transport supported PI at session initializationNicholas Bellinger2014-04-071-1/+2
* tcm_fc: Convert to per-cpu command map pre-allocation of ft_cmdNicholas Bellinger2013-10-021-1/+2
* tcm_fc: using kfree_rcu() to simplify the codeWei Yongjun2013-04-251-8/+1Star
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-8/+4Star
* tcm_fc: Do not report target role when target is not definedMark Rustad2013-01-111-2/+8
* tcm_fc: Do not indicate retry capability to initiatorsMark Rustad2013-01-111-1/+1
* target/tcm_fc: fix the lockdep warning due to inconsistent lock stateYi Zou2012-12-131-1/+1
* tcm_fc: remove unused including <generated/utsrelease.h>Wei Yongjun2012-09-181-1/+0Star
* tcm_fc: rcu_deref outside rcu lock/unlock sectionDenis Efremov2012-08-201-1/+3
* tcm_fc: Resolve suspicious RCU usage warningsMark Rustad2012-07-061-1/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-03-221-21/+0Star
|\
| * target: remove obvious warningsJörn Engel2012-03-161-2/+0Star
| * target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger2012-03-101-19/+0Star
* | tcm_fc: Convert call_rcu() to kfree_rcu(), drop ft_tport_rcu_free()Paul E. McKenney2012-02-211-11/+1Star
|/
* target: header reshuffle, part2Christoph Hellwig2011-12-141-4/+1Star
* target: Remove unneeded version.h includesJesper Juhl2011-10-111-1/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-2/+0Star
|\
| * Merge branch 'master' into for-nextJiri Kosina2011-07-111-2/+2
| |\
| * | treewide: remove duplicate includesVitaliy Ivanov2011-06-201-2/+0Star
* | | target: Follow up core updates from AGrover and HCH (round 4)Andy Grover2011-07-221-9/+9
| |/ |/|
* | tcm_fc: Fix possible lock to unlock type deadlockDan Carpenter2011-06-241-1/+1
* | target: Fix ERR_PTR dereferencing bugsDan Carpenter2011-06-241-1/+1
|/
* [SCSI] tcm_fc: Adding FC_FC4 provider (tcm_fc) for FCoE target (TCM - target ...Kiran Patil2011-05-171-0/+541