summaryrefslogtreecommitdiffstats
path: root/drivers/target/tcm_fc
Commit message (Expand)AuthorAgeFilesLines
* tcm_fc: Convert to TARGET_SCF_ACK_KREF I/O + TMR krefsNicholas Bellinger2016-03-111-4/+16
* 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-133-35/+16Star
* tcm_fc: Wait for command completion before freeing a sessionBart Van Assche2016-01-071-6/+11
* target/fcoe: Add tag support to tcm_fcAndy Grover2016-01-071-0/+22
* target: use offset_in_page macroGeliang Tang2016-01-061-4/+4
* target: use per-attribute show and store methodsChristoph Hellwig2015-10-144-29/+18Star
* drivers: target: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-08-011-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-045-108/+20Star
|\
| * target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-161-4/+1Star
| * target: Convert se_tpg->acl_node_lock to ->acl_node_mutexNicholas Bellinger2015-06-011-2/+2
| * target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-314-4/+0Star
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-313-11/+1Star
| * target: move transport ID handling to the coreChristoph Hellwig2015-05-311-3/+0Star
| * target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-311-1/+0Star
| * target: change core_tpg_register prototypeChristoph Hellwig2015-05-311-1/+1
| * tcm_fc: stop using se_tpg_fabric_ptrChristoph Hellwig2015-05-311-9/+8Star
| * target: move node ACL allocation to core codeChristoph Hellwig2015-05-312-26/+2Star
| * target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-311-42/+6Star
| * target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-311-6/+0Star
* | target: Minimize SCSI header #include directivesBart Van Assche2015-06-024-16/+0Star
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-242-66/+24Star
|\
| * target: simplify the target template registration APIChristoph Hellwig2015-04-142-66/+24Star
* | tcm_fc: missing curly braces in ft_invl_hw_context()Dan Carpenter2015-03-201-1/+2
|/
* scsi: remove MSG_*_TAG definesChristoph Hellwig2014-12-041-4/+4
* tcm_fc: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-09-151-1/+1
* tcm_fc: Generate TASK_SET_FULL status for response failuresNicholas Bellinger2014-06-061-3/+16
* tcm_fc: Generate TASK_SET_FULL status for DataIN failuresNicholas Bellinger2014-06-061-2/+15
* tcm_fc: Fix free-after-use regression in ft_free_cmdNicholas Bellinger2014-05-161-4/+4
* target/tcm_fc: Rename ft_tport_create to ft_tport_getAndy Grover2014-04-121-3/+3
* target/tcm_fc: Rename ft_{add,del}_lport to {add,del}_wwnAndy Grover2014-04-121-6/+6
* target/tcm_fc: Rename structs and list members for clarityAndy Grover2014-04-122-33/+32Star
* target/tcm_fc: Limit to 1 TPG per wwnAndy Grover2014-04-122-11/+12
* target/tcm_fc: Don't export ft_lport_listAndy Grover2014-04-122-2/+1Star
* 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
* target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger2014-04-073-0/+7
* percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet2014-01-231-1/+1
* drivers: target: Mark functions and structures as static in tfc_conf.cRashika Kheria2014-01-101-3/+3
* target: Remove TF_CIT_TMPL macroAndy Grover2013-10-161-9/+9
* tcm_fc: Convert to per-cpu command map pre-allocation of ft_cmdNicholas Bellinger2013-10-023-5/+17
* target: replace strict_strto*() with kstrto*()Jingoo Han2013-08-131-1/+5
* target: make queue_tm_rsp() return voidJoern Engel2013-07-082-4/+3Star
* target: remove unused codes from enum tcm_tmrsp_tableJoern Engel2013-07-081-3/+0Star
* tcm_fc: Check for aborted sequenceMark Rustad2013-04-251-1/+8
* 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