aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/tcm_fc
AgeCommit message (Expand)AuthorFilesLines
2026-02-28scsi: target: Use driver completion preference by defaultMike Christie1-0/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-4/+4
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2025-11-12scsi: target: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari1-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro4-4/+4
2023-10-13scsi: target: Have drivers report if they support direct submissionsMike Christie1-0/+3
2023-03-16scsi: target: fcoe: Remove default fabric ops calloutsDmitry Bogdanov3-21/+0
2021-04-15scsi: target: tcm_fc: Fix a kernel-doc headerBart Van Assche1-1/+1
2021-03-04scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie1-1/+1
2021-03-04scsi: target: tcm_fc: Convert to new submission APIMike Christie1-4/+10
2020-11-04scsi: target: Make state_list per CPUMike Christie1-1/+1
2020-11-04scsi: target: Drop sess_cmd_lock from I/O pathMike Christie1-1/+1
2020-10-29scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann2-2/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-12-19scsi: libfc: remove unnecessary assertion on ep variableAditya Pakki1-1/+0
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner4-52/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche3-9/+0
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp1-1/+0
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp1-6/+1
2018-08-02scsi: tcm_fc: use target_remove_sessionMike Christie1-2/+1
2018-08-02scsi: target: rename target_alloc_sessionMike Christie1-1/+1
2018-07-02scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche1-4/+1
2018-06-19scsi: target: Convert target drivers to use sbitmapMatthew Wilcox1-3/+3
2018-06-19scsi: target: Abstract tag freeingMatthew Wilcox1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-2/+0
2017-02-09target/tcm_fc: Remove a set-but-not-used variableBart Van Assche1-2/+0
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2016-12-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2016-12-09target: Minimize #include directivesBart Van Assche1-0/+3
2016-11-08scsi: libfc: Replace ->seq_release callback with function callHannes Reinecke1-1/+1
2016-11-08scsi: libfc: Replace ->seq_assign callback with function callHannes Reinecke1-1/+1
2016-11-08scsi: libfc: Replace ->seq_set_resp callback with direct function callHannes Reinecke1-1/+1
2016-11-08scsi: libfc: Replace ->seq_start_next callback with function callHannes Reinecke2-3/+3
2016-11-08scsi: libfc: Replace ->exch_done callback with function callHannes Reinecke1-2/+2
2016-11-08scsi: libfc: Replace ->seq_send callback with function callHannes Reinecke2-4/+4
2016-10-21target/tcm_fc: use CPU affinity for responsesHannes Reinecke1-1/+1
2016-10-21target/tcm_fc: Update debugging statements to match libfc usageHannes Reinecke1-11/+26
2016-10-21target/tcm_fc: return detailed error in ft_sess_create()Hannes Reinecke1-2/+3
2016-10-21target/tcm_fc: print command pointer in debug messageHannes Reinecke1-1/+1
2016-07-20tcm_fc: set and unset FCP_SPPF_TARG_FCNHannes Reinecke1-0/+2
2016-05-10target: make ->shutdown_session optionalChristoph Hellwig3-14/+0
2016-03-10tcm_fc: Convert to TARGET_SCF_ACK_KREF I/O + TMR krefsNicholas Bellinger1-4/+16
2016-03-10tcm_fc: Convert to target_alloc_session usageNicholas Bellinger1-22/+22
2016-01-12tcm_fc: Convert acl lookup to modern get_initiator_node_acl usageNicholas Bellinger3-35/+16
2016-01-07tcm_fc: Wait for command completion before freeing a sessionBart Van Assche1-6/+11
2016-01-07target/fcoe: Add tag support to tcm_fcAndy Grover1-0/+22
2016-01-06target: use offset_in_page macroGeliang Tang1-4/+4
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig4-29/+18
2015-07-31drivers: target: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds5-108/+20
2015-06-15target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger1-4/+1
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche4-16/+0
2015-06-01target: Convert se_tpg->acl_node_lock to ->acl_node_mutexNicholas Bellinger1-2/+2
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig4-4/+0
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche3-11/+1
2015-05-30target: move transport ID handling to the coreChristoph Hellwig1-3/+0
2015-05-30target: remove the get_fabric_proto_ident methodChristoph Hellwig1-1/+0
2015-05-30target: change core_tpg_register prototypeChristoph Hellwig1-1/+1
2015-05-30tcm_fc: stop using se_tpg_fabric_ptrChristoph Hellwig1-9/+8
2015-05-30target: move node ACL allocation to core codeChristoph Hellwig2-26/+2
2015-05-30target: refactor init/drop_nodeacl methodsChristoph Hellwig1-42/+6
2015-05-30target: make the tpg_get_default_depth method optionalChristoph Hellwig1-6/+0
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2-66/+24
2015-04-14target: simplify the target template registration APIChristoph Hellwig2-66/+24
2015-03-19tcm_fc: missing curly braces in ft_invl_hw_context()Dan Carpenter1-1/+2
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig1-4/+4
2014-09-15tcm_fc: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2014-06-06tcm_fc: Generate TASK_SET_FULL status for response failuresNicholas Bellinger1-3/+16
2014-06-06tcm_fc: Generate TASK_SET_FULL status for DataIN failuresNicholas Bellinger1-2/+15
2014-05-15tcm_fc: Fix free-after-use regression in ft_free_cmdNicholas Bellinger1-4/+4
2014-04-11target/tcm_fc: Rename ft_tport_create to ft_tport_getAndy Grover1-3/+3
2014-04-11target/tcm_fc: Rename ft_{add,del}_lport to {add,del}_wwnAndy Grover1-6/+6
2014-04-11target/tcm_fc: Rename structs and list members for clarityAndy Grover2-33/+32
2014-04-11target/tcm_fc: Limit to 1 TPG per wwnAndy Grover2-11/+12
2014-04-11target/tcm_fc: Don't export ft_lport_listAndy Grover2-2/+1
2014-04-11target/tcm_fc: Fix use-after-free of ft_tpgAndy Grover1-0/+1
2014-04-07target: Pass in transport supported PI at session initializationNicholas Bellinger1-1/+2
2014-04-07target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger3-0/+7
2014-01-23percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet1-1/+1
2014-01-09drivers: target: Mark functions and structures as static in tfc_conf.cRashika Kheria1-3/+3
2013-10-16target: Remove TF_CIT_TMPL macroAndy Grover1-9/+9
2013-10-01tcm_fc: Convert to per-cpu command map pre-allocation of ft_cmdNicholas Bellinger3-5/+17
2013-08-12target: replace strict_strto*() with kstrto*()Jingoo Han1-1/+5
2013-07-07target: make queue_tm_rsp() return voidJoern Engel2-4/+3
2013-07-07target: remove unused codes from enum tcm_tmrsp_tableJoern Engel1-3/+0
2013-04-25tcm_fc: Check for aborted sequenceMark Rustad1-1/+8
2013-04-25tcm_fc: using kfree_rcu() to simplify the codeWei Yongjun1-8/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-8/+4
2013-01-10tcm_fc: Do not report target role when target is not definedMark Rustad1-2/+8
2013-01-10tcm_fc: Do not indicate retry capability to initiatorsMark Rustad1-1/+1
2012-12-12target/tcm_fc: fix the lockdep warning due to inconsistent lock stateYi Zou1-1/+1
2012-09-17tcm_fc: move the dereference below the NULL testWei Yongjun1-1/+2
2012-09-17tcm_fc: remove unused including <generated/utsrelease.h>Wei Yongjun3-3/+0
2012-09-17target: Simplify fabric sense data length handlingRoland Dreier1-6/+0
2012-09-17target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodRoland Dreier1-6/+0
2012-08-20tcm_fc: rcu_deref outside rcu lock/unlock sectionDenis Efremov1-1/+3
2012-08-16tcm_fc: Avoid debug overhead when not debuggingMark Rustad2-1/+8
2012-07-17target: Allow for target_submit_cmd() returning errorsRoland Dreier1-3/+5
2012-07-16tcm_fc: Offload WRITE I/O backend submission to tpg workqueueChristoph Hellwig1-2/+11
2012-07-16target: remove control CDB flagsChristoph Hellwig1-1/+1
2012-07-14tcm_fc: Fix crash seen with aborts and large readsMark Rustad1-0/+2
2012-07-06tcm_fc: Resolve suspicious RCU usage warningsMark Rustad1-1/+2
2012-04-14tcm_fc: Remove use of transport_do_task_sg_chain()Roland Dreier3-18/+5
2012-04-06tcm_fc: Do not free tpg structure during wq allocation failureMark Rustad1-5/+8
2012-04-06tcm_fc: Add abort flag for gracefully handling exchange timeoutMark Rustad3-2/+11
2012-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds4-134/+46
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-6/+4
2012-03-20target: remove the second argument of k[un]map_atomic()Cong Wang1-6/+4
2012-03-15target: remove obvious warningsJörn Engel1-2/+0
2012-03-10target: Bump core version to v4.1.0-rc2-ml + fabric versionsNicholas Bellinger1-1/+1
2012-03-10tcm_fc: Fix fc_exch memory leak in ft_send_resp_statusNicholas Bellinger1-2/+4
2012-03-10target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger4-32/+0
2012-02-25target: Allow target_submit_tmr interrupt context + pass ABORT_TASK tagNicholas Bellinger1-1/+2
2012-02-25tcm_fc: Handle target_submit_tmr allocation failureNicholas Bellinger1-1/+4
2012-02-25tcm_fc: Convert ft_send_tm to use target_submit_tmrAndy Grover1-29/+3
2012-02-25tcm_fc: Use transport_generic_free_cmd for ft_sess_put in ft_send_tmAndy Grover1-1/+1
2012-02-25tcm_fc: Call lookup_tmr_lun() for all TM typesAndy Grover1-25/+11
2012-02-25tcm_fc: Move core->fc code conversion earlier in ft_send_tm()Andy Grover1-6/+5
2012-02-25target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover1-3/+3
2012-02-25tcm_fc: Remove cmd->cdb data memberAndy Grover2-8/+1
2012-02-25tcm_fc: Simplify ft_send_work for tmr pathAndy Grover1-43/+35
2012-02-25scsi: Use struct scsi_lun in fc/fcp.hAndy Grover2-8/+4
2012-02-21tcm_fc: Convert call_rcu() to kfree_rcu(), drop ft_tport_rcu_free()Paul E. McKenney1-11/+1
2012-02-07target: Change target_submit_cmd() to return voidAndy Grover1-7/+2
2011-12-14tcm_fc: Convert ft_send_work to use target_submit_cmdNicholas Bellinger1-38/+13
2011-12-14target: header reshuffle, part2Christoph Hellwig4-18/+4
2011-12-06target: Drop config_item_name usage in fabric TFO->free_wwn()Nicholas Bellinger1-2/+1
2011-12-06target: Address legacy PYX_TRANSPORT_* return code breakageNicholas Bellinger1-1/+1
2011-11-02target: Make TFO->check_stop_free return free statusNicholas Bellinger2-2/+3
2011-10-24target: remove the TRANSPORT_REMOVE stateChristoph Hellwig1-1/+0
2011-10-24target: Have core_tmr_alloc_req() take an explicit GFP_xxx flagRoland Dreier1-1/+1
2011-10-24tcm_fc: remove custom hex_to_bin in ft_parse_wwnAndy Shevchenko1-7/+5
2011-10-24target: push session reinstatement out of transport_generic_free_cmdChristoph Hellwig1-6/+6
2011-10-24tfm_fc: use transport_handle_cdb_directChristoph Hellwig1-1/+1
2011-10-11target: Remove unneeded version.h includesJesper Juhl4-4/+0
2011-09-16tcm_fc: Work queue based approach instead of managing own thread and event ba...Christoph Hellwig3-93/+16
2011-09-16tcm_fc: Invalidation of DDP context for FCoE target in error conditionsKiran Patil1-32/+30
2011-08-22target: Convert acl_node_lock to be IRQ-disablingRoland Dreier1-2/+2
2011-08-22tcm_fc: init/exit functions should not be protected by "#ifdef MODULE"Roland Dreier1-2/+0
2011-08-03Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds3-49/+78
2011-08-03tcm_fc: Handle DDP/SW fc_frame_payload_get failures in ft_recv_write_dataKiran Patil3-49/+78
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-5/+0
2011-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-7/+19
2011-07-22target: Follow up core updates from AGrover and HCH (round 4)Andy Grover5-75/+45
2011-07-22target: Eliminate usage of struct se_memAndy Grover2-44/+39
2011-07-22target: Make all control CDBs scatter-gatherAndy Grover2-46/+19
2011-07-22tcm_fc: Convert to wake_up_process and schedule_timeout_interruptibleNicholas Bellinger2-11/+10
2011-07-22tcm_fc: Makefile cleanupsNicholas Bellinger1-13/+4
2011-07-22target: merge release_cmd methodsChristoph Hellwig2-8/+7
2011-07-22target: remove the always-noop ->new_cmd_failure methodChristoph Hellwig3-8/+0
2011-07-22target: Updates from AGrover and HCH (round 3)Andy Grover2-21/+14
2011-07-22target: More core cleanups from AGrover (round 2)Andy Grover3-20/+18
2011-07-22target: Core cleanups from AGrover (round 1)Andy Grover3-8/+7
2011-07-22target: Remove unnecessary *cdb transport_get_lun_for_cmd parameterNicholas Bellinger1-1/+1
2011-07-11Merge branch 'master' into for-nextJiri Kosina4-35/+37
2011-06-29[SCSI] tcm_fc: Fixing reference counting problem which was causing ft_sess to...Kiran Patil1-5/+16
2011-06-29[SCSI] libfc, tcm_fc: add ddp_targ() to libfc function template to supprot FC...Yi Zou1-2/+3
2011-06-24tcm_fc: Fix conversion spec warningNicholas Bellinger1-1/+1
2011-06-24tcm_fc: Fix possible lock to unlock type deadlockDan Carpenter1-1/+1
2011-06-24tcm_fc: Fix ft_send_tm LUN lookup OOPsKiran Patil2-32/+34
2011-06-24target: Fix ERR_PTR dereferencing bugsDan Carpenter1-1/+1
2011-06-20treewide: remove duplicate includesVitaliy Ivanov4-5/+0
2011-05-27[SCSI] target: Convert TASK_ATTR to scsi_tcq.h definitionsNicholas Bellinger1-1/+19
2011-05-27[SCSI] target: Convert REPORT_LUNs to use int_to_scsilunNicholas Bellinger1-8/+0
2011-05-24[SCSI] target: Convert TASK_ATTR to scsi_tcq.h definitionsNicholas Bellinger1-1/+19
2011-05-24[SCSI] target: Convert REPORT_LUNs to use int_to_scsilunNicholas Bellinger1-8/+0
2011-05-17[SCSI] tcm_fc: Adding FC_FC4 provider (tcm_fc) for FCoE target (TCM - target ...Kiran Patil7-0/+2523