summaryrefslogtreecommitdiffstats
path: root/drivers/target/tcm_fc
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2025-11-12scsi: target: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-4/+4
2023-10-13scsi: target: Have drivers report if they support direct submissionsMike Christie-0/+3
2023-03-16scsi: target: fcoe: Remove default fabric ops calloutsDmitry Bogdanov-21/+0
2021-04-15scsi: target: tcm_fc: Fix a kernel-doc headerBart Van Assche-1/+1
2021-03-04scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie-1/+1
2021-03-04scsi: target: tcm_fc: Convert to new submission APIMike Christie-4/+10
2020-11-04scsi: target: Make state_list per CPUMike Christie-1/+1
2020-11-04scsi: target: Drop sess_cmd_lock from I/O pathMike Christie-1/+1
2020-10-29scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann-2/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2019-12-19scsi: libfc: remove unnecessary assertion on ep variableAditya Pakki-1/+0
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner-52/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-9/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche-9/+0
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp-1/+0
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp-6/+1
2018-08-02scsi: tcm_fc: use target_remove_sessionMike Christie-2/+1
2018-08-02scsi: target: rename target_alloc_sessionMike Christie-1/+1
2018-07-02scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche-4/+1
2018-06-19scsi: target: Convert target drivers to use sbitmapMatthew Wilcox-3/+3
2018-06-19scsi: target: Abstract tag freeingMatthew Wilcox-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-2/+0
2017-02-09target/tcm_fc: Remove a set-but-not-used variableBart Van Assche-2/+0
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra-1/+1
2016-12-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+3
2016-12-09target: Minimize #include directivesBart Van Assche-0/+3
2016-11-08scsi: libfc: Replace ->seq_release callback with function callHannes Reinecke-1/+1
2016-11-08scsi: libfc: Replace ->seq_assign callback with function callHannes Reinecke-1/+1
2016-11-08scsi: libfc: Replace ->seq_set_resp callback with direct function callHannes Reinecke-1/+1
2016-11-08scsi: libfc: Replace ->seq_start_next callback with function callHannes Reinecke-3/+3
2016-11-08scsi: libfc: Replace ->exch_done callback with function callHannes Reinecke-2/+2
2016-11-08scsi: libfc: Replace ->seq_send callback with function callHannes Reinecke-4/+4
2016-10-21target/tcm_fc: use CPU affinity for responsesHannes Reinecke-1/+1
2016-10-21target/tcm_fc: Update debugging statements to match libfc usageHannes Reinecke-11/+26
2016-10-21target/tcm_fc: return detailed error in ft_sess_create()Hannes Reinecke-2/+3
2016-10-21target/tcm_fc: print command pointer in debug messageHannes Reinecke-1/+1
2016-07-20tcm_fc: set and unset FCP_SPPF_TARG_FCNHannes Reinecke-0/+2
2016-05-10target: make ->shutdown_session optionalChristoph Hellwig-14/+0
2016-03-10tcm_fc: Convert to TARGET_SCF_ACK_KREF I/O + TMR krefsNicholas Bellinger-4/+16
2016-03-10tcm_fc: Convert to target_alloc_session usageNicholas Bellinger-22/+22
2016-01-12tcm_fc: Convert acl lookup to modern get_initiator_node_acl usageNicholas Bellinger-35/+16
2016-01-07tcm_fc: Wait for command completion before freeing a sessionBart Van Assche-6/+11
2016-01-07target/fcoe: Add tag support to tcm_fcAndy Grover-0/+22