aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/tcm_fc/tfc_sess.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-02target: Minimize SCSI header #include directivesGravatar Bart Van Assche 1-4/+0
2014-09-15tcm_fc: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Gravatar Andreea-Cristina Bernat 1-1/+1
2014-04-11target/tcm_fc: Rename ft_tport_create to ft_tport_getGravatar Andy Grover 1-3/+3
2014-04-11target/tcm_fc: Fix use-after-free of ft_tpgGravatar Andy Grover 1-0/+1
2014-04-07target: Pass in transport supported PI at session initializationGravatar Nicholas Bellinger 1-1/+2
2013-10-01tcm_fc: Convert to per-cpu command map pre-allocation of ft_cmdGravatar Nicholas Bellinger 1-1/+2
2013-04-25tcm_fc: using kfree_rcu() to simplify the codeGravatar Wei Yongjun 1-8/+1
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-8/+4
2013-01-10tcm_fc: Do not report target role when target is not definedGravatar Mark Rustad 1-2/+8
2013-01-10tcm_fc: Do not indicate retry capability to initiatorsGravatar Mark Rustad 1-1/+1
2012-12-12target/tcm_fc: fix the lockdep warning due to inconsistent lock stateGravatar Yi Zou 1-1/+1
2012-09-17tcm_fc: remove unused including <generated/utsrelease.h>Gravatar Wei Yongjun 1-1/+0
2012-08-20tcm_fc: rcu_deref outside rcu lock/unlock sectionGravatar Denis Efremov 1-1/+3
2012-07-06tcm_fc: Resolve suspicious RCU usage warningsGravatar Mark Rustad 1-1/+2
2012-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-21/+0
2012-03-15target: remove obvious warningsGravatar Jörn Engel 1-2/+0
2012-03-10target: Drop unused legacy target_core_fabric_ops API callersGravatar Nicholas Bellinger 1-19/+0
2012-02-21tcm_fc: Convert call_rcu() to kfree_rcu(), drop ft_tport_rcu_free()Gravatar Paul E. McKenney 1-11/+1
2011-12-14target: header reshuffle, part2Gravatar Christoph Hellwig 1-4/+1
2011-10-11target: Remove unneeded version.h includesGravatar Jesper Juhl 1-1/+0
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+0
2011-07-22target: Follow up core updates from AGrover and HCH (round 4)Gravatar Andy Grover 1-9/+9
2011-07-11Merge branch 'master' into for-nextGravatar Jiri Kosina 1-2/+2
2011-06-24tcm_fc: Fix possible lock to unlock type deadlockGravatar Dan Carpenter 1-1/+1
2011-06-24target: Fix ERR_PTR dereferencing bugsGravatar Dan Carpenter 1-1/+1
2011-06-20treewide: remove duplicate includesGravatar Vitaliy Ivanov 1-2/+0
2011-05-17[SCSI] tcm_fc: Adding FC_FC4 provider (tcm_fc) for FCoE target (TCM - target ...Gravatar Kiran Patil 1-0/+541