index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
target
/
tcm_fc
/
tfc_conf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target: make ->shutdown_session optional
Christoph Hellwig
2016-05-10
1
-1
/
+0
*
tcm_fc: Convert acl lookup to modern get_initiator_node_acl usage
Nicholas Bellinger
2016-01-12
1
-25
/
+0
*
target/fcoe: Add tag support to tcm_fc
Andy Grover
2016-01-07
1
-0
/
+22
*
target: use per-attribute show and store methods
Christoph Hellwig
2015-10-13
1
-26
/
+18
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2015-07-04
1
-94
/
+18
|
\
|
*
target: Drop unnecessary core_tpg_register TFO parameter
Nicholas Bellinger
2015-06-15
1
-4
/
+1
|
*
target: Convert se_tpg->acl_node_lock to ->acl_node_mutex
Nicholas Bellinger
2015-06-01
1
-2
/
+2
|
*
target: target_core_configfs.h is not needed in fabric drivers
Christoph Hellwig
2015-05-30
1
-1
/
+0
|
*
target: Move task tag into struct se_cmd + support 64-bit tags
Bart Van Assche
2015-05-30
1
-1
/
+0
|
*
target: move transport ID handling to the core
Christoph Hellwig
2015-05-30
1
-3
/
+0
|
*
target: remove the get_fabric_proto_ident method
Christoph Hellwig
2015-05-30
1
-1
/
+0
|
*
target: change core_tpg_register prototype
Christoph Hellwig
2015-05-30
1
-1
/
+1
|
*
tcm_fc: stop using se_tpg_fabric_ptr
Christoph Hellwig
2015-05-30
1
-9
/
+8
|
*
target: move node ACL allocation to core code
Christoph Hellwig
2015-05-30
1
-25
/
+1
|
*
target: refactor init/drop_nodeacl methods
Christoph Hellwig
2015-05-30
1
-42
/
+6
|
*
target: make the tpg_get_default_depth method optional
Christoph Hellwig
2015-05-30
1
-6
/
+0
*
|
target: Minimize SCSI header #include directives
Bart Van Assche
2015-06-02
1
-4
/
+0
|
/
*
target: simplify the target template registration API
Christoph Hellwig
2015-04-14
1
-65
/
+24
*
target/tcm_fc: Rename ft_{add,del}_lport to {add,del}_wwn
Andy Grover
2014-04-11
1
-6
/
+6
*
target/tcm_fc: Rename structs and list members for clarity
Andy Grover
2014-04-11
1
-29
/
+28
*
target/tcm_fc: Limit to 1 TPG per wwn
Andy Grover
2014-04-11
1
-9
/
+11
*
target/tcm_fc: Don't export ft_lport_list
Andy Grover
2014-04-11
1
-1
/
+1
*
target: Add TFO->abort_task for aborted task resources release
Nicholas Bellinger
2014-04-07
1
-0
/
+1
*
drivers: target: Mark functions and structures as static in tfc_conf.c
Rashika Kheria
2014-01-09
1
-3
/
+3
*
target: Remove TF_CIT_TMPL macro
Andy Grover
2013-10-16
1
-9
/
+9
*
target: replace strict_strto*() with kstrto*()
Jingoo Han
2013-08-12
1
-1
/
+5
*
target: Simplify fabric sense data length handling
Roland Dreier
2012-09-17
1
-6
/
+0
*
target: Remove unused target_core_fabric_ops.get_fabric_sense_len method
Roland Dreier
2012-09-17
1
-6
/
+0
*
tcm_fc: Remove use of transport_do_task_sg_chain()
Roland Dreier
2012-04-14
1
-3
/
+0
*
tcm_fc: Do not free tpg structure during wq allocation failure
Mark Rustad
2012-04-06
1
-5
/
+8
*
target: Drop unused legacy target_core_fabric_ops API callers
Nicholas Bellinger
2012-03-10
1
-4
/
+0
*
target: header reshuffle, part2
Christoph Hellwig
2011-12-14
1
-5
/
+1
*
target: Drop config_item_name usage in fabric TFO->free_wwn()
Nicholas Bellinger
2011-12-06
1
-2
/
+1
*
tcm_fc: remove custom hex_to_bin in ft_parse_wwn
Andy Shevchenko
2011-10-24
1
-7
/
+5
*
target: Remove unneeded version.h includes
Jesper Juhl
2011-10-11
1
-1
/
+0
*
tcm_fc: Work queue based approach instead of managing own thread and event ba...
Christoph Hellwig
2011-09-16
1
-4
/
+3
*
target: Convert acl_node_lock to be IRQ-disabling
Roland Dreier
2011-08-22
1
-2
/
+2
*
tcm_fc: init/exit functions should not be protected by "#ifdef MODULE"
Roland Dreier
2011-08-22
1
-2
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2011-07-25
1
-1
/
+0
|
\
|
*
treewide: remove duplicate includes
Vitaliy Ivanov
2011-06-20
1
-1
/
+0
*
|
target: Follow up core updates from AGrover and HCH (round 4)
Andy Grover
2011-07-22
1
-18
/
+15
*
|
tcm_fc: Convert to wake_up_process and schedule_timeout_interruptible
Nicholas Bellinger
2011-07-22
1
-2
/
+2
*
|
target: merge release_cmd methods
Christoph Hellwig
2011-07-22
1
-2
/
+1
*
|
target: remove the always-noop ->new_cmd_failure method
Christoph Hellwig
2011-07-22
1
-1
/
+0
*
|
target: More core cleanups from AGrover (round 2)
Andy Grover
2011-07-22
1
-1
/
+1
*
|
target: Core cleanups from AGrover (round 1)
Andy Grover
2011-07-22
1
-2
/
+2
|
/
*
[SCSI] target: Convert REPORT_LUNs to use int_to_scsilun
Nicholas Bellinger
2011-05-24
1
-8
/
+0
*
[SCSI] tcm_fc: Adding FC_FC4 provider (tcm_fc) for FCoE target (TCM - target ...
Kiran Patil
2011-05-17
1
-0
/
+677