index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
target
/
iscsi
/
iscsi_target.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-31
iscsi-target: Fix iscsit_free_cmd() se_cmd->cmd_kref shutdown handling
Nicholas Bellinger
1
-6
/
+6
2013-05-04
iscsi-target: Make buf param of iscsit_do_crypto_hash_buf() const void *
Geert Uytterhoeven
1
-34
/
+23
2013-05-04
iscsi-target: Fix NULL pointer dereference in iscsit_send_reject
Nicholas Bellinger
1
-3
/
+3
2013-04-25
iscsi-target: Refactor TX queue logic + export response PDU creation
Nicholas Bellinger
1
-301
/
+358
2013-04-25
iscsi-target: Refactor RX PDU logic + export request PDU handling
Nicholas Bellinger
1
-179
/
+324
2013-04-25
iscsi-target: Add per transport iscsi_cmd alloc/free
Nicholas Bellinger
1
-0
/
+1
2013-04-25
iscsi-target: Initial traditional TCP conversion to iscsit_transport
Nicholas Bellinger
1
-7
/
+28
2013-03-02
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-2
/
+9
2013-02-28
target/iscsi: convert to idr_alloc()
Tejun Heo
1
-7
/
+8
2013-02-28
iscsi-target: Fix immediate queue starvation regression with DATAIN
Nicholas Bellinger
1
-2
/
+9
2013-02-20
iscsi-target: Refactor iscsit_get_np sockaddr matching into iscsit_check_np_m...
Nicholas Bellinger
1
-26
/
+39
2012-11-28
iscsit: use GFP_ATOMIC under spin lock
Wei Yongjun
1
-1
/
+1
2012-11-08
iscsi-target: Fix bug in handling of ExpStatSN ACK during u32 wrap-around
Steve Hodgson
1
-1
/
+1
2012-11-07
target: pass sense_reason as a return value
Christoph Hellwig
1
-52
/
+28
2012-11-01
iscsi-target: Fix missed wakeup race in TX thread
Roland Dreier
1
-1
/
+3
2012-10-04
iscsit: proper endianess conversions
Christoph Hellwig
1
-66
/
+55
2012-10-04
iscsit: use the itt_t abstract type
Christoph Hellwig
1
-22
/
+14
2012-10-03
iscsit: add missing endianess conversion in iscsit_check_inaddr_any
Christoph Hellwig
1
-1
/
+1
2012-10-03
iscsit: remove incorrect unlock in iscsit_build_sendtargets_resp
Christoph Hellwig
1
-1
/
+0
2012-10-03
iscsit: mark various functions static
Christoph Hellwig
1
-1
/
+1
2012-10-03
iscsi-target: Convert incoming PDU payload checks to MaxXmitDataSegmentLength
Nicholas Bellinger
1
-12
/
+12
2012-09-23
iscsi-target: Correctly set 0xffffffff field within ISCSI_OP_REJECT PDU
Nicholas Bellinger
1
-0
/
+1
2012-09-18
target: Simplify fabric sense data length handling
Roland Dreier
1
-5
/
+8
2012-07-21
iscsi-target: Drop bogus struct file usage for iSCSI/SCTP
Al Viro
1
-19
/
+3
2012-07-17
target: Remove unneeded double parentheses
Andy Grover
1
-1
/
+1
2012-07-17
iscsit: use target_execute_cmd for WRITEs
Christoph Hellwig
1
-2
/
+4
2012-05-21
iscsi-target: Fix iov_count calculation bug in iscsit_allocate_iovecs
Nicholas Bellinger
1
-1
/
+1
2012-04-15
target/iscsi: Go back to core allocating data buffer for cmd
Andy Grover
1
-71
/
+6
2012-04-15
target/iscsi: Fold _decide_list_to_build into _build_pdu_and_seq_lists
Andy Grover
1
-1
/
+1
2012-04-15
target/iscsi: Eliminate iscsi_cmd.data_length
Andy Grover
1
-14
/
+11
2012-04-15
target/iscsi: Move init_se_cmd closer to lookup_cmd_lun
Andy Grover
1
-11
/
+11
2012-04-15
target/iscsi: Inline iscsit_allocate_se_cmd and *_for_tmr
Andy Grover
1
-5
/
+101
2012-04-15
target: Rename target_allocate_tasks to target_setup_cmd_from_cdb
Andy Grover
1
-7
/
+2
2012-04-15
target/iscsi: Misc cleanups from Agrover (round 2)
Andy Grover
1
-26
/
+30
2012-04-15
target/iscsi: Refactor target_tx_thread immediate+response queue loops
Andy Grover
1
-243
/
+244
2012-04-15
target/iscsi: Remove unneeded locking from iscsi_target_tx_thread
Andy Grover
1
-10
/
+2
2012-04-15
target/iscsi: Misc cleanups from Agrover (round 1)
Andy Grover
1
-47
/
+10
2012-04-15
target/iscsi: Rename iscsi_cmd.i_list to iscsi_cmd.i_conn_node
Andy Grover
1
-13
/
+13
2012-03-22
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-27
/
+14
2012-03-22
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-0
/
+1
2012-03-16
target: remove obvious warnings
Jörn Engel
1
-11
/
+0
2012-03-14
iscsi-target: Fix reservation conflict -EBUSY response handling bug
Nicholas Bellinger
1
-1
/
+1
2012-03-11
iscsi-target: Convert to use target_put_session + sess_kref
Nicholas Bellinger
1
-3
/
+3
2012-02-26
iscsi-target: Fix iscsit_alloc_buffs() failure cases
Nicholas Bellinger
1
-8
/
+6
2012-02-26
target/iscsi: Remove unneeded wrapper functions
Andy Grover
1
-4
/
+4
2012-02-26
target: replace various cmd flags with a transport state
Christoph Hellwig
1
-1
/
+1
2012-02-14
security: trim security.h
Al Viro
1
-0
/
+1
2012-01-18
iscsi-target: Fix discovery with INADDR_ANY and IN6ADDR_ANY_INIT
Nicholas Bellinger
1
-4
/
+33
2012-01-18
iscsi-target: Fix double list_add with iscsit_alloc_buffs reject
Nicholas Bellinger
1
-1
/
+1
2011-12-14
target: remove useless casts
Jörn Engel
1
-8
/
+8
[next]