index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
target
/
target_core_configfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target: make close_session optional
Christoph Hellwig
2016-05-10
1
-4
/
+0
*
target: make ->shutdown_session optional
Christoph Hellwig
2016-05-10
1
-4
/
+0
*
target: make target db location configurable
Lee Duncan
2016-05-09
1
-0
/
+62
*
configfs: switch ->default groups to a linked list
Christoph Hellwig
2016-03-06
1
-163
/
+40
*
target: Fix incorrect unmap_zeroes_data_store return
Nicholas Bellinger
2016-02-10
1
-1
/
+1
*
target: Fix a memory leak in target_dev_lba_map_store()
Bart Van Assche
2016-01-07
1
-3
/
+3
*
target: Fix indentation in target_core_configfs.c
Bart Van Assche
2016-01-07
1
-1
/
+1
*
target: fix deprecated attribute names in dmesg
Christophe Vu-Brugier
2016-01-06
1
-1
/
+2
*
target/sbc: Add LBPRZ attribute + control CDB emulation
Jamie Pocas
2016-01-06
1
-0
/
+36
*
fs: configfs: Drop unused parameter from configfs_undepend_item()
Krzysztof Opasiak
2015-12-20
1
-1
/
+1
*
target: use per-attribute show and store methods
Christoph Hellwig
2015-10-13
1
-768
/
+441
*
target: Perform RCU callback barrier before backend/fabric unload
Nicholas Bellinger
2015-07-30
1
-1
/
+8
*
target/configfs: handle match_int() errors
David Disseldorp
2015-07-23
1
-8
/
+24
*
target: Do not return 0 from aptpl and alua configfs store functions
Andy Grover
2015-07-23
1
-3
/
+3
*
target: Indicate success if writing 0 to pi_prot_type
Andy Grover
2015-07-23
1
-1
/
+1
*
target: remove target_core_configfs.h
Christoph Hellwig
2015-06-23
1
-1
/
+0
*
target: consolidate version defines
Christoph Hellwig
2015-06-23
1
-3
/
+3
*
target: use 64-bit LUNs
Hannes Reinecke
2015-06-15
1
-6
/
+6
*
target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lun
Christoph Hellwig
2015-06-01
1
-8
/
+3
*
target: simplify backend attribute implementation
Christoph Hellwig
2015-06-01
1
-66
/
+486
*
target: consolidate backend attribute implementations
Christoph Hellwig
2015-06-01
1
-0
/
+169
*
target: simplify backend driver registration
Christoph Hellwig
2015-06-01
1
-32
/
+36
*
target/pr: Change alloc_registration to avoid pr_reg_tg_pt_lun
Nicholas Bellinger
2015-06-01
1
-4
/
+2
*
target: remove struct target_fabric_configfs_template
Christoph Hellwig
2015-05-30
1
-4
/
+3
*
target: put struct target_fabric_configfs on a diet
Christoph Hellwig
2015-05-30
1
-20
/
+4
*
target: don't copy fabric ops
Christoph Hellwig
2015-05-30
1
-1
/
+1
*
target: Remove set-but-not-used-variables
Bart Van Assche
2015-05-30
1
-4
/
+2
*
target: Move task tag into struct se_cmd + support 64-bit tags
Bart Van Assche
2015-05-30
1
-4
/
+0
*
target: move transport ID handling to the core
Christoph Hellwig
2015-05-30
1
-8
/
+0
*
target: remove the get_fabric_proto_ident method
Christoph Hellwig
2015-05-30
1
-4
/
+0
*
target: move node ACL allocation to core code
Christoph Hellwig
2015-05-30
1
-8
/
+0
*
target: make the tpg_get_default_depth method optional
Christoph Hellwig
2015-05-30
1
-4
/
+0
*
target: Use a PASSTHROUGH flag instead of transport_types
Andy Grover
2015-05-30
1
-5
/
+5
*
target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystem
Christoph Hellwig
2015-05-30
1
-16
/
+14
*
target: simplify the target template registration API
Christoph Hellwig
2015-04-14
1
-129
/
+47
*
target: Convert fabric module autoload failures to pr_debug
Nicholas Bellinger
2015-03-20
1
-8
/
+8
*
target: Drop left-over internal dev attribute code
Nicholas Bellinger
2014-12-01
1
-175
/
+1
*
target: Move dev_stat_cit to struct se_subsystem_api
Nicholas Bellinger
2014-12-01
1
-7
/
+5
*
target: Move dev_alua_tg_pt_gps_cit to struct se_subsystem_api
Nicholas Bellinger
2014-12-01
1
-7
/
+5
*
target: Move dev_wwn_cit to struct se_subsystem_api
Nicholas Bellinger
2014-12-01
1
-8
/
+5
*
target: Move dev_pr_cit to struct se_subsystem_api
Nicholas Bellinger
2014-12-01
1
-8
/
+5
*
target: Move dev_attrib_cit to struct se_subsystem_api
Nicholas Bellinger
2014-12-01
1
-8
/
+6
*
target: Move dev_cit to struct se_subsystem_api
Nicholas Bellinger
2014-12-01
1
-9
/
+24
*
target: Fix target_core_register_fabric() for built-in fabric modules
Roland Dreier
2014-12-01
1
-33
/
+42
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2014-10-21
1
-14
/
+12
|
\
|
*
target: Add force_pr_aptpl device attribute
Nicholas Bellinger
2014-10-04
1
-0
/
+4
|
*
target: Fix possible memory leak in aptpl_metadata parsing
Joern Engel
2014-09-17
1
-14
/
+8
*
|
target: Fix inverted logic in SE_DEV_ALUA_SUPPORT_STATE_STORE
Sebastian Herbszt
2014-09-17
1
-1
/
+1
|
/
*
target: Fix alua_access_state attribute OOPs for un-configured devices
Nicholas Bellinger
2014-06-06
1
-0
/
+5
*
target: Add TFO->abort_task for aborted task resources release
Nicholas Bellinger
2014-04-07
1
-0
/
+4
[next]