summaryrefslogtreecommitdiffstats
path: root/drivers/target/tcm_fc/tfc_conf.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1Star
* scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-051-1/+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: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-021-4/+1Star
* target: make ->shutdown_session optionalChristoph Hellwig2016-05-101-1/+0Star
* tcm_fc: Convert acl lookup to modern get_initiator_node_acl usageNicholas Bellinger2016-01-131-25/+0Star
* target/fcoe: Add tag support to tcm_fcAndy Grover2016-01-071-0/+22
* target: use per-attribute show and store methodsChristoph Hellwig2015-10-141-26/+18Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-041-94/+18Star
|\
| * 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-311-1/+0Star
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-311-1/+0Star
| * 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-311-25/+1Star
| * 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-021-4/+0Star
|/
* target: simplify the target template registration APIChristoph Hellwig2015-04-141-65/+24Star
* target/tcm_fc: Rename ft_{add,del}_lport to {add,del}_wwnAndy Grover2014-04-121-6/+6
* target/tcm_fc: Rename structs and list members for clarityAndy Grover2014-04-121-29/+28Star
* target/tcm_fc: Limit to 1 TPG per wwnAndy Grover2014-04-121-9/+11
* target/tcm_fc: Don't export ft_lport_listAndy Grover2014-04-121-1/+1
* target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger2014-04-071-0/+1
* drivers: target: Mark functions and structures as static in tfc_conf.cRashika Kheria2014-01-101-3/+3
* target: Remove TF_CIT_TMPL macroAndy Grover2013-10-161-9/+9
* target: replace strict_strto*() with kstrto*()Jingoo Han2013-08-131-1/+5
* target: Simplify fabric sense data length handlingRoland Dreier2012-09-181-6/+0Star
* target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodRoland Dreier2012-09-181-6/+0Star
* tcm_fc: Remove use of transport_do_task_sg_chain()Roland Dreier2012-04-151-3/+0Star
* tcm_fc: Do not free tpg structure during wq allocation failureMark Rustad2012-04-071-5/+8
* target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger2012-03-101-4/+0Star
* target: header reshuffle, part2Christoph Hellwig2011-12-141-5/+1Star
* target: Drop config_item_name usage in fabric TFO->free_wwn()Nicholas Bellinger2011-12-061-2/+1Star
* tcm_fc: remove custom hex_to_bin in ft_parse_wwnAndy Shevchenko2011-10-241-7/+5Star
* target: Remove unneeded version.h includesJesper Juhl2011-10-111-1/+0Star
* tcm_fc: Work queue based approach instead of managing own thread and event ba...Christoph Hellwig2011-09-161-4/+3Star
* target: Convert acl_node_lock to be IRQ-disablingRoland Dreier2011-08-221-2/+2
* tcm_fc: init/exit functions should not be protected by "#ifdef MODULE"Roland Dreier2011-08-221-2/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-1/+0Star
|\
| * treewide: remove duplicate includesVitaliy Ivanov2011-06-201-1/+0Star
* | target: Follow up core updates from AGrover and HCH (round 4)Andy Grover2011-07-221-18/+15Star
* | tcm_fc: Convert to wake_up_process and schedule_timeout_interruptibleNicholas Bellinger2011-07-221-2/+2
* | target: merge release_cmd methodsChristoph Hellwig2011-07-221-2/+1Star
* | target: remove the always-noop ->new_cmd_failure methodChristoph Hellwig2011-07-221-1/+0Star
* | target: More core cleanups from AGrover (round 2)Andy Grover2011-07-221-1/+1