aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/tcm_fc/tfc_sess.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner1-13/+1
2018-08-02scsi: tcm_fc: use target_remove_sessionMike Christie1-2/+1
2018-08-02scsi: target: rename target_alloc_sessionMike Christie1-1/+1
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2016-10-21target/tcm_fc: Update debugging statements to match libfc usageHannes Reinecke1-11/+26
2016-10-21target/tcm_fc: return detailed error in ft_sess_create()Hannes Reinecke1-2/+3
2016-07-20tcm_fc: set and unset FCP_SPPF_TARG_FCNHannes Reinecke1-0/+2
2016-05-10target: make ->shutdown_session optionalChristoph Hellwig1-12/+0
2016-03-10tcm_fc: Convert to target_alloc_session usageNicholas Bellinger1-22/+22
2016-01-12tcm_fc: Convert acl lookup to modern get_initiator_node_acl usageNicholas Bellinger1-9/+16
2016-01-07tcm_fc: Wait for command completion before freeing a sessionBart Van Assche1-6/+11
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig1-1/+0
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-1/+0
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche1-4/+0
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig1-1/+0
2014-09-15tcm_fc: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2014-04-11target/tcm_fc: Rename ft_tport_create to ft_tport_getAndy Grover1-3/+3
2014-04-11target/tcm_fc: Fix use-after-free of ft_tpgAndy Grover1-0/+1
2014-04-07target: Pass in transport supported PI at session initializationNicholas Bellinger1-1/+2
2013-10-01tcm_fc: Convert to per-cpu command map pre-allocation of ft_cmdNicholas Bellinger1-1/+2
2013-04-25tcm_fc: using kfree_rcu() to simplify the codeWei Yongjun1-8/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-8/+4
2013-01-10tcm_fc: Do not report target role when target is not definedMark Rustad1-2/+8
2013-01-10tcm_fc: Do not indicate retry capability to initiatorsMark Rustad1-1/+1
2012-12-12target/tcm_fc: fix the lockdep warning due to inconsistent lock stateYi Zou1-1/+1
2012-09-17tcm_fc: remove unused including <generated/utsrelease.h>Wei Yongjun1-1/+0
2012-08-20tcm_fc: rcu_deref outside rcu lock/unlock sectionDenis Efremov1-1/+3
2012-07-06tcm_fc: Resolve suspicious RCU usage warningsMark Rustad1-1/+2
2012-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-21/+0
2012-03-15target: remove obvious warningsJörn Engel1-2/+0
2012-03-10target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger1-19/+0
2012-02-21tcm_fc: Convert call_rcu() to kfree_rcu(), drop ft_tport_rcu_free()Paul E. McKenney1-11/+1
2011-12-14target: header reshuffle, part2Christoph Hellwig1-4/+1
2011-10-11target: Remove unneeded version.h includesJesper Juhl1-1/+0
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+0
2011-07-22target: Follow up core updates from AGrover and HCH (round 4)Andy Grover1-9/+9
2011-07-11Merge branch 'master' into for-nextJiri Kosina1-2/+2
2011-06-24tcm_fc: Fix possible lock to unlock type deadlockDan Carpenter1-1/+1
2011-06-24target: Fix ERR_PTR dereferencing bugsDan Carpenter1-1/+1
2011-06-20treewide: remove duplicate includesVitaliy Ivanov1-2/+0
2011-05-17[SCSI] tcm_fc: Adding FC_FC4 provider (tcm_fc) for FCoE target (TCM - target core) supportKiran Patil1-0/+541