Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
f71077a4d84bbe8c7b91b7db7c4ef815755ac5e3
/
drivers
/
target
/
tcm_fc
/
tfc_conf.c
c942fdd
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
by Thomas Gleixner
· 6 years ago
f80d2f0
scsi: target/core: Remove the write_pending_status() callback function
by Bart Van Assche
· 6 years ago
59a206b
scsi: target: replace fabric_ops.name with fabric_alias
by David Disseldorp
· 6 years ago
30c7ca9
scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops
by David Disseldorp
· 6 years ago
aa090ea
scsi: target: Remove second argument from fabric_make_tpg()
by Bart Van Assche
· 7 years ago
22d1175
target: make ->shutdown_session optional
by Christoph Hellwig
· 9 years ago
7fbef3d
tcm_fc: Convert acl lookup to modern get_initiator_node_acl usage
by Nicholas Bellinger
· 9 years ago
091b706
target/fcoe: Add tag support to tcm_fc
by Andy Grover
· 9 years ago
2eafd72
target: use per-attribute show and store methods
by Christoph Hellwig
· 9 years ago
5c755fe
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 10 years ago
bc0c94b
target: Drop unnecessary core_tpg_register TFO parameter
by Nicholas Bellinger
· 10 years ago
ba92999
target: Minimize SCSI header #include directives
by Bart Van Assche
· 10 years ago
403edd7
target: Convert se_tpg->acl_node_lock to ->acl_node_mutex
by Nicholas Bellinger
· 10 years ago
7ad34a9
target: target_core_configfs.h is not needed in fabric drivers
by Christoph Hellwig
· 10 years ago
649ee05
target: Move task tag into struct se_cmd + support 64-bit tags
by Bart Van Assche
· 10 years ago
2650d71
target: move transport ID handling to the core
by Christoph Hellwig
· 10 years ago
2aeeafa
target: remove the get_fabric_proto_ident method
by Christoph Hellwig
· 10 years ago
e4aae5a
target: change core_tpg_register prototype
by Christoph Hellwig
· 10 years ago
3868e43
tcm_fc: stop using se_tpg_fabric_ptr
by Christoph Hellwig
· 10 years ago
144bc4c
target: move node ACL allocation to core code
by Christoph Hellwig
· 10 years ago
c7d6a80
target: refactor init/drop_nodeacl methods
by Christoph Hellwig
· 10 years ago
e1750d2
target: make the tpg_get_default_depth method optional
by Christoph Hellwig
· 10 years ago
9ac8928
target: simplify the target template registration API
by Christoph Hellwig
· 10 years ago
0d7cb93
target/tcm_fc: Rename ft_{add,del}_lport to {add,del}_wwn
by Andy Grover
· 11 years ago
705665d
target/tcm_fc: Rename structs and list members for clarity
by Andy Grover
· 11 years ago
d242c1d
target/tcm_fc: Limit to 1 TPG per wwn
by Andy Grover
· 11 years ago
b295e76
target/tcm_fc: Don't export ft_lport_list
by Andy Grover
· 11 years ago
131e6ab
target: Add TFO->abort_task for aborted task resources release
by Nicholas Bellinger
· 11 years ago
594c42e
drivers: target: Mark functions and structures as static in tfc_conf.c
by Rashika Kheria
· 11 years ago
d80e224d
target: Remove TF_CIT_TMPL macro
by Andy Grover
· 11 years ago
57103d7
target: replace strict_strto*() with kstrto*()
by Jingoo Han
· 12 years ago
9c58b7d
target: Simplify fabric sense data length handling
by Roland Dreier
· 12 years ago
2ed772b
target: Remove unused target_core_fabric_ops.get_fabric_sense_len method
by Roland Dreier
· 12 years ago
e182d68
tcm_fc: Remove use of transport_do_task_sg_chain()
by Roland Dreier
· 13 years ago
06383f1
tcm_fc: Do not free tpg structure during wq allocation failure
by Mark Rustad
· 13 years ago
c7ec05c
target: Drop unused legacy target_core_fabric_ops API callers
by Nicholas Bellinger
· 13 years ago
c4795fb
target: header reshuffle, part2
by Christoph Hellwig
· 13 years ago
6297b07
target: Drop config_item_name usage in fabric TFO->free_wwn()
by Nicholas Bellinger
· 13 years ago
635a2b3
tcm_fc: remove custom hex_to_bin in ft_parse_wwn
by Andy Shevchenko
· 13 years ago
9375b1b
target: Remove unneeded version.h includes
by Jesper Juhl
· 13 years ago
58fc73d
tcm_fc: Work queue based approach instead of managing own thread and event based mechanism
by Christoph Hellwig
· 13 years ago
28638887
target: Convert acl_node_lock to be IRQ-disabling
by Roland Dreier
· 13 years ago
4e0f052
tcm_fc: init/exit functions should not be protected by "#ifdef MODULE"
by Roland Dreier
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
6708bb2
target: Follow up core updates from AGrover and HCH (round 4)
by Andy Grover
· 14 years ago
2be1814
tcm_fc: Convert to wake_up_process and schedule_timeout_interruptible
by Nicholas Bellinger
· 14 years ago
3546297
target: merge release_cmd methods
by Christoph Hellwig
· 14 years ago
dc2e652
target: remove the always-noop ->new_cmd_failure method
by Christoph Hellwig
· 14 years ago
5951146d
target: More core cleanups from AGrover (round 2)
by Andy Grover
· 14 years ago
e3d6f90
target: Core cleanups from AGrover (round 1)
by Andy Grover
· 14 years ago
e44ba03
treewide: remove duplicate includes
by Vitaliy Ivanov
· 14 years ago
d60b7a0
[SCSI] target: Convert REPORT_LUNs to use int_to_scsilun
by Nicholas Bellinger
· 14 years ago
3699d92
[SCSI] tcm_fc: Adding FC_FC4 provider (tcm_fc) for FCoE target (TCM - target core) support
by Kiran Patil
· 14 years ago