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
/
iscsi
/
iscsi_target_configfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target: Drop unnecessary core_tpg_register TFO parameter
Nicholas Bellinger
2015-06-15
1
-2
/
+1
*
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
-9
/
+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
*
target/iscsi: stop using se_tpg_fabric_ptr
Christoph Hellwig
2015-05-30
1
-28
/
+15
*
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
-39
/
+10
*
target: Remove first argument of target_{get,put}_sess_cmd()
Bart Van Assche
2015-05-30
1
-1
/
+1
*
target: simplify the target template registration API
Christoph Hellwig
2015-04-14
1
-121
/
+59
*
iscsi/iser-target: Add fabric_prot_type attribute support
Nicholas Bellinger
2015-04-07
1
-0
/
+22
*
iscsi-target: Expose per endpoint dynamic_sessions attribute
Nicholas Bellinger
2015-03-06
1
-0
/
+10
*
iscsi-target: Move iscsi_target_[core,stat].h under linux include
Sagi Grimberg
2015-01-30
1
-2
/
+2
*
iscsi-target: use '%*ph' specifier to dump hex buffer
Andy Shevchenko
2015-01-15
1
-9
/
+4
*
iscsi-target: remove always-true conditions
Joern Engel
2014-09-17
1
-6
/
+4
*
target: Add TFO->abort_task for aborted task resources release
Nicholas Bellinger
2014-04-07
1
-0
/
+8
*
Target/configfs: Expose iSCSI network portal group T10-PI support
Sagi Grimberg
2014-04-07
1
-0
/
+6
*
iscsi-target: return -EINVAL on oversized configfs parameter
Eric Seppanen
2013-12-11
1
-1
/
+2
*
iscsi-target: Expose default_erl as TPG attribute
Nicholas Bellinger
2013-11-20
1
-1
/
+10
*
iscsi-target: Fix mutex_trylock usage in iscsit_increment_maxcmdsn
Nicholas Bellinger
2013-11-12
1
-0
/
+5
*
iscsi-target: Add new TPG attribute
Thomas Glanzmann
2013-10-23
1
-0
/
+6
*
target/iscsi: Remove iscsi dereferencing macros
Andy Grover
2013-10-16
1
-21
/
+21
*
target: Remove TF_CIT_TMPL macro
Andy Grover
2013-10-16
1
-11
/
+11
*
target: Update copyright ownership/year information to 2013
Nicholas Bellinger
2013-09-10
1
-4
/
+2
*
iscsi/iser-target: Convert to command priv_size usage
Nicholas Bellinger
2013-09-09
1
-1
/
+1
*
target: replace strict_strto*() with kstrto*()
Jingoo Han
2013-08-12
1
-4
/
+4
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2013-07-11
1
-24
/
+160
|
\
|
*
target: make queue_tm_rsp() return void
Joern Engel
2013-07-07
1
-2
/
+1
|
*
iscsi-target: kstrtou* configfs attribute parameter cleanups
Jörn Engel
2013-07-07
1
-21
/
+32
|
*
iscsi-target: Fix tfc_tpg_auth_cit configfs length overflow
Nicholas Bellinger
2013-07-07
1
-1
/
+1
|
*
iscsi-target: Fix tfc_tpg_nacl_auth_cit configfs length overflow
Jörn Engel
2013-07-07
1
-1
/
+1
|
*
iscsi-target: Add demo-mode TPG authentication context support
Nicholas Bellinger
2013-07-03
1
-0
/
+126
*
|
iscsi-target: Remove left over v3.10-rc debug printks
Nicholas Bellinger
2013-06-20
1
-2
/
+0
*
|
target/iscsi: Fix op=disable + error handling cases in np_store_iser
Andy Grover
2013-06-20
1
-11
/
+14
|
/
*
iscsi-target: Add iser network portal attribute
Nicholas Bellinger
2013-04-25
1
-0
/
+79
*
iscsi-target: Refactor TX queue logic + export response PDU creation
Nicholas Bellinger
2013-04-25
1
-2
/
+5
*
iscsi-target: Refactor RX PDU logic + export request PDU handling
Nicholas Bellinger
2013-04-25
1
-1
/
+8
*
iscsi-target: Add per transport iscsi_cmd alloc/free
Nicholas Bellinger
2013-04-25
1
-1
/
+2
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2012-12-15
1
-2
/
+26
|
\
|
*
target/iscsi_target: Add NodeACL tags for initiator group support
Andy Grover
2012-12-13
1
-0
/
+24
|
*
target/configfs: use kmalloc() instead of kzalloc() for default groups
Sebastian Andrzej Siewior
2012-11-27
1
-2
/
+2
|
*
target/configfs: allocate pointers instead of full struct for default_groups
Sebastian Andrzej Siewior
2012-11-27
1
-2
/
+2
*
|
target: iscsi: fix comment typos in target/iscsi drivers
Masanari Iida
2012-11-19
1
-1
/
+1
|
/
*
iscsit: use the itt_t abstract type
Christoph Hellwig
2012-10-03
1
-1
/
+2
*
iscsit: mark various functions static
Christoph Hellwig
2012-10-02
1
-5
/
+5
*
iscsi-target: Add base MaxXmitDataSegmentLength code
Nicholas Bellinger
2012-10-02
1
-0
/
+4
*
target: Simplify fabric sense data length handling
Roland Dreier
2012-09-17
1
-16
/
+0
*
target: Remove unused target_core_fabric_ops.get_fabric_sense_len method
Roland Dreier
2012-09-17
1
-9
/
+0
*
target/iscsi: Remove dead code in lio_get_tpg_from_tpg_item()
Roland Dreier
2012-07-16
1
-22
/
+0
[next]