aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/tcm_fc/tfc_conf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche1-1/+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-07-02scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche1-4/+1
2016-05-10target: make ->shutdown_session optionalChristoph Hellwig1-1/+0
2016-01-12tcm_fc: Convert acl lookup to modern get_initiator_node_acl usageNicholas Bellinger1-25/+0
2016-01-07target/fcoe: Add tag support to tcm_fcAndy Grover1-0/+22
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig1-26/+18
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-94/+18
2015-06-15target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger1-4/+1
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche1-4/+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 Hellwig1-1/+0
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche1-1/+0
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 Hellwig1-25/+1
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-14target: simplify the target template registration APIChristoph Hellwig1-65/+24
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 Grover1-29/+28
2014-04-11target/tcm_fc: Limit to 1 TPG per wwnAndy Grover1-9/+11
2014-04-11target/tcm_fc: Don't export ft_lport_listAndy Grover1-1/+1
2014-04-07target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger1-0/+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-08-12target: replace strict_strto*() with kstrto*()Jingoo Han1-1/+5
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-04-14tcm_fc: Remove use of transport_do_task_sg_chain()Roland Dreier1-3/+0
2012-04-06tcm_fc: Do not free tpg structure during wq allocation failureMark Rustad1-5/+8
2012-03-10target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger1-4/+0
2011-12-14target: header reshuffle, part2Christoph Hellwig1-5/+1
2011-12-06target: Drop config_item_name usage in fabric TFO->free_wwn()Nicholas Bellinger1-2/+1
2011-10-24tcm_fc: remove custom hex_to_bin in ft_parse_wwnAndy Shevchenko1-7/+5
2011-10-11target: Remove unneeded version.h includesJesper Juhl1-1/+0
2011-09-16tcm_fc: Work queue based approach instead of managing own thread and event based mechanismChristoph Hellwig1-4/+3
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-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2011-07-22target: Follow up core updates from AGrover and HCH (round 4)Andy Grover1-18/+15
2011-07-22tcm_fc: Convert to wake_up_process and schedule_timeout_interruptibleNicholas Bellinger1-2/+2
2011-07-22target: merge release_cmd methodsChristoph Hellwig1-2/+1
2011-07-22target: remove the always-noop ->new_cmd_failure methodChristoph Hellwig1-1/+0
2011-07-22target: More core cleanups from AGrover (round 2)Andy Grover1-1/+1
2011-07-22target: Core cleanups from AGrover (round 1)Andy Grover1-2/+2