summaryrefslogtreecommitdiffstats
path: root/drivers/target/tcm_fc/tfc_conf.c
Commit message (Expand)AuthorAgeFilesLines
* target: make ->shutdown_session optionalChristoph Hellwig2016-05-101-1/+0
* tcm_fc: Convert acl lookup to modern get_initiator_node_acl usageNicholas Bellinger2016-01-121-25/+0
* target/fcoe: Add tag support to tcm_fcAndy Grover2016-01-071-0/+22
* target: use per-attribute show and store methodsChristoph Hellwig2015-10-131-26/+18
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-041-94/+18
|\
| * target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-151-4/+1
| * 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-301-1/+0
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-301-1/+0
| * target: move transport ID handling to the coreChristoph Hellwig2015-05-301-3/+0
| * target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-301-1/+0
| * target: change core_tpg_register prototypeChristoph Hellwig2015-05-301-1/+1
| * tcm_fc: stop using se_tpg_fabric_ptrChristoph Hellwig2015-05-301-9/+8
| * target: move node ACL allocation to core codeChristoph Hellwig2015-05-301-25/+1
| * target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-301-42/+6
| * target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-301-6/+0
* | target: Minimize SCSI header #include directivesBart Van Assche2015-06-021-4/+0
|/
* target: simplify the target template registration APIChristoph Hellwig2015-04-141-65/+24
* target/tcm_fc: Rename ft_{add,del}_lport to {add,del}_wwnAndy Grover2014-04-111-6/+6
* target/tcm_fc: Rename structs and list members for clarityAndy Grover2014-04-111-29/+28
* target/tcm_fc: Limit to 1 TPG per wwnAndy Grover2014-04-111-9/+11
* target/tcm_fc: Don't export ft_lport_listAndy Grover2014-04-111-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-091-3/+3
* target: Remove TF_CIT_TMPL macroAndy Grover2013-10-161-9/+9
* target: replace strict_strto*() with kstrto*()Jingoo Han2013-08-121-1/+5
* target: Simplify fabric sense data length handlingRoland Dreier2012-09-171-6/+0
* target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodRoland Dreier2012-09-171-6/+0
* tcm_fc: Remove use of transport_do_task_sg_chain()Roland Dreier2012-04-141-3/+0
* tcm_fc: Do not free tpg structure during wq allocation failureMark Rustad2012-04-061-5/+8
* target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger2012-03-101-4/+0
* target: header reshuffle, part2Christoph Hellwig2011-12-141-5/+1
* target: Drop config_item_name usage in fabric TFO->free_wwn()Nicholas Bellinger2011-12-061-2/+1
* tcm_fc: remove custom hex_to_bin in ft_parse_wwnAndy Shevchenko2011-10-241-7/+5
* target: Remove unneeded version.h includesJesper Juhl2011-10-111-1/+0
* tcm_fc: Work queue based approach instead of managing own thread and event ba...Christoph Hellwig2011-09-161-4/+3
* 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/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-1/+0
|\
| * treewide: remove duplicate includesVitaliy Ivanov2011-06-201-1/+0
* | target: Follow up core updates from AGrover and HCH (round 4)Andy Grover2011-07-221-18/+15
* | 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/+1
* | target: remove the always-noop ->new_cmd_failure methodChristoph Hellwig2011-07-221-1/+0
* | target: More core cleanups from AGrover (round 2)Andy Grover2011-07-221-1/+1
* | target: Core cleanups from AGrover (round 1)Andy Grover2011-07-221-2/+2
|/
* [SCSI] target: Convert REPORT_LUNs to use int_to_scsilunNicholas Bellinger2011-05-241-8/+0
* [SCSI] tcm_fc: Adding FC_FC4 provider (tcm_fc) for FCoE target (TCM - target ...Kiran Patil2011-05-171-0/+677
OpenPOWER on IntegriCloud