summaryrefslogtreecommitdiffstats
path: root/drivers/target/tcm_fc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-03-021-2/+0
|\
| * target/tcm_fc: Remove a set-but-not-used variableBart Van Assche2017-02-091-2/+0
* | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-1/+1
|/
* Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-211-0/+3
|\
| * target: Minimize #include directivesBart Van Assche2016-12-091-0/+3
* | scsi: libfc: Replace ->seq_release callback with function callHannes Reinecke2016-11-081-1/+1
* | scsi: libfc: Replace ->seq_assign callback with function callHannes Reinecke2016-11-081-1/+1
* | scsi: libfc: Replace ->seq_set_resp callback with direct function callHannes Reinecke2016-11-081-1/+1
* | scsi: libfc: Replace ->seq_start_next callback with function callHannes Reinecke2016-11-082-3/+3
* | scsi: libfc: Replace ->exch_done callback with function callHannes Reinecke2016-11-081-2/+2
* | 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
OpenPOWER on IntegriCloud