summaryrefslogtreecommitdiffstats
path: root/drivers/target/tcm_fc
Commit message (Expand)AuthorAgeFilesLines
* scsi: libfc: Replace ->seq_send callback with function callHannes Reinecke2016-11-082-4/+4
* target/tcm_fc: use CPU affinity for responsesHannes Reinecke2016-10-211-1/+1
* 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
* target/tcm_fc: print command pointer in debug messageHannes Reinecke2016-10-211-1/+1
* tcm_fc: set and unset FCP_SPPF_TARG_FCNHannes Reinecke2016-07-201-0/+2
* target: make ->shutdown_session optionalChristoph Hellwig2016-05-103-14/+0
* tcm_fc: Convert to TARGET_SCF_ACK_KREF I/O + TMR krefsNicholas Bellinger2016-03-101-4/+16
* tcm_fc: Convert to target_alloc_session usageNicholas Bellinger2016-03-101-22/+22
* tcm_fc: Convert acl lookup to modern get_initiator_node_acl usageNicholas Bellinger2016-01-123-35/+16
* 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-134-29/+18
* drivers: target: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-07-311-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-045-108/+20
|\
| * target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-151-4/+1
| * 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-304-4/+0
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-303-11/+1
| * target: move transport ID handling to the coreChristoph Hellwig2015-05-301-3/+0
| * target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-301-1/+0
| * target: change core_tpg_register prototypeChristoph Hellwig2015-05-301-1/+1
| * tcm_fc: stop using se_tpg_fabric_ptrChristoph Hellwig2015-05-301-9/+8
| * target: move node ACL allocation to core codeChristoph Hellwig2015-05-302-26/+2
| * target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-301-42/+6
| * target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-301-6/+0
* | target: Minimize SCSI header #include directivesBart Van Assche2015-06-024-16/+0
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-242-66/+24
|\
| * target: simplify the target template registration APIChristoph Hellwig2015-04-142-66/+24
* | tcm_fc: missing curly braces in ft_invl_hw_context()Dan Carpenter2015-03-191-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-151-4/+4
* target/tcm_fc: Rename ft_tport_create to ft_tport_getAndy Grover2014-04-111-3/+3
* target/tcm_fc: Rename ft_{add,del}_lport to {add,del}_wwnAndy Grover2014-04-111-6/+6
* target/tcm_fc: Rename structs and list members for clarityAndy Grover2014-04-112-33/+32
* target/tcm_fc: Limit to 1 TPG per wwnAndy Grover2014-04-112-11/+12
* target/tcm_fc: Don't export ft_lport_listAndy Grover2014-04-112-2/+1
* target/tcm_fc: Fix use-after-free of ft_tpgAndy Grover2014-04-111-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-091-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-013-5/+17
* target: replace strict_strto*() with kstrto*()Jingoo Han2013-08-121-1/+5
* target: make queue_tm_rsp() return voidJoern Engel2013-07-072-4/+3
OpenPOWER on IntegriCloud