summaryrefslogtreecommitdiffstats
path: root/drivers/target/tcm_fc (follow)
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-024-4/+4
* scsi: target: Have drivers report if they support direct submissionsMike Christie2023-10-131-0/+3
* scsi: target: fcoe: Remove default fabric ops calloutsDmitry Bogdanov2023-03-173-21/+0
* scsi: target: tcm_fc: Fix a kernel-doc headerBart Van Assche2021-04-161-1/+1
* scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie2021-03-041-1/+1
* scsi: target: tcm_fc: Convert to new submission APIMike Christie2021-03-041-4/+10
* scsi: target: Make state_list per CPUMike Christie2020-11-051-1/+1
* scsi: target: Drop sess_cmd_lock from I/O pathMike Christie2020-11-051-1/+1
* scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann2020-10-302-2/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
* scsi: libfc: remove unnecessary assertion on ep variableAditya Pakki2019-12-201-1/+0
* mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-251-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-054-52/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1
* 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/+0
* scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp2018-11-291-1/+0
* scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-291-6/+1
* scsi: tcm_fc: use target_remove_sessionMike Christie2018-08-021-2/+1
* 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/+1
* 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/+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-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/+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-144-29/+18
* 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/+20
|\