summaryrefslogtreecommitdiffstats
path: root/drivers/target/tcm_fc
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-054-52/+4Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-053-9/+0Star
* scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp2018-11-291-1/+0Star
* scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-291-6/+1Star
* scsi: tcm_fc: use target_remove_sessionMike Christie2018-08-021-2/+1Star
* scsi: target: rename target_alloc_sessionMike Christie2018-08-021-1/+1
* scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-021-4/+1Star
* scsi: target: Convert target drivers to use sbitmapMatthew Wilcox2018-06-201-3/+3
* scsi: target: Abstract tag freeingMatthew Wilcox2018-06-201-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-03-021-2/+0Star
|\
| * target/tcm_fc: Remove a set-but-not-used variableBart Van Assche2017-02-091-2/+0Star
* | 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/+0Star
* 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
|/