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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-28
target/iscsi: convert to idr_alloc()
Tejun Heo
2
-16
/
+14
2013-02-20
iscsi-target: Enforce individual network portal export once per TargetName
Nicholas Bellinger
1
-0
/
+39
2013-02-20
iscsi-target: Refactor iscsit_get_np sockaddr matching into iscsit_check_np_m...
Nicholas Bellinger
2
-26
/
+41
2013-02-13
target: don't truncate the fail intr address
Dan Carpenter
1
-6
/
+9
2013-02-13
target: don't always say "ipv6" as address type
Dan Carpenter
1
-4
/
+6
2013-02-13
iscsi-target: make some temporary buffers larger
Dan Carpenter
1
-4
/
+4
2013-01-11
iscsi-target: Fix CmdSN comparison (use cmd->cmd_sn instead of cmd->stat_sn)
Roland Dreier
1
-1
/
+1
2012-12-16
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
11
-97
/
+89
2012-12-14
target/iscsi_target: Add NodeACL tags for initiator group support
Andy Grover
1
-0
/
+24
2012-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
4
-5
/
+6
2012-12-08
iscsi-target: use kstrdup() for iscsi_param
Sebastian Andrzej Siewior
1
-13
/
+3
2012-11-28
target/configfs: use kmalloc() instead of kzalloc() for default groups
Sebastian Andrzej Siewior
1
-2
/
+2
2012-11-28
target/configfs: allocate pointers instead of full struct for default_groups
Sebastian Andrzej Siewior
1
-2
/
+2
2012-11-28
iscsit: use GFP_ATOMIC under spin lock
Wei Yongjun
1
-1
/
+1
2012-11-28
iscsi_target: Remove redundant null check before kfree
Sachin Kamat
1
-4
/
+2
2012-11-19
target: iscsi: fix comment typos in target/iscsi drivers
Masanari Iida
3
-5
/
+5
2012-11-08
iscsi-target: Always send a response before terminating iSCSI connection
Roland Dreier
2
-6
/
+12
2012-11-08
iscsi-target: Fix bug in handling of ExpStatSN ACK during u32 wrap-around
Steve Hodgson
3
-4
/
+4
2012-11-08
iscsi-target: Fix potential deadlock on lock taken in timer
Roland Dreier
1
-2
/
+2
2012-11-07
target: pass sense_reason as a return value
Christoph Hellwig
3
-59
/
+34
2012-11-07
iscsi-target: Use list_first_entry() where appropriate
Roland Dreier
2
-6
/
+5
2012-11-01
iscsi-target: Fix missed wakeup race in TX thread
Roland Dreier
5
-3
/
+26
2012-10-28
Merge branch 'master' into for-next
Jiri Kosina
20
-300
/
+335
2012-10-16
iscsi: fix check keys
Alan Cox
1
-0
/
+1
2012-10-10
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
20
-300
/
+335
2012-10-04
iscsi-target: Bump defaults for nopin_timeout + nopin_response_timeout values
Nicholas Bellinger
1
-2
/
+2
2012-10-04
iscsit: proper endianess conversions
Christoph Hellwig
10
-138
/
+122
2012-10-04
iscsit: use the itt_t abstract type
Christoph Hellwig
10
-46
/
+37
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
10
-25
/
+23
2012-10-03
target/iscsi: precedence bug in iscsit_set_dataout_sequence_values()
Dan Carpenter
1
-3
/
+3
2012-10-03
iscsi-target: Add explicit set of cache_dynamic_acls=1 for TPG demo-mode
Nicholas Bellinger
1
-0
/
+12
2012-10-03
iscsi-target: Change iscsi_target_seq_pdu_list.c to honor MaxXmitDataSegmentL...
Nicholas Bellinger
1
-30
/
+31
2012-10-03
iscsi-target: Add MaxXmitDataSegmentLength connection recovery check
Nicholas Bellinger
3
-1
/
+10
2012-10-03
iscsi-target: Convert incoming PDU payload checks to MaxXmitDataSegmentLength
Nicholas Bellinger
1
-12
/
+12
2012-10-03
iscsi-target: Enable MaxXmitDataSegmentLength operation in login path
Nicholas Bellinger
3
-12
/
+44
2012-10-03
iscsi-target: Add base MaxXmitDataSegmentLength code
Nicholas Bellinger
4
-0
/
+31
2012-10-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+2
2012-09-23
iscsi-target: Correctly set 0xffffffff field within ISCSI_OP_REJECT PDU
Nicholas Bellinger
1
-0
/
+1
2012-09-18
target/iscsi: Don't log "iSCSI Login negotiation failed." twice
Roland Dreier
1
-1
/
+0
2012-09-18
target: Simplify fabric sense data length handling
Roland Dreier
2
-21
/
+8
2012-09-18
target: Remove unused target_core_fabric_ops.get_fabric_sense_len method
Roland Dreier
1
-9
/
+0
2012-09-01
scsi: fix various printk and comment typos
Masanari Iida
1
-2
/
+2
2012-08-27
target: Check idr_get_new return value in iscsi_login_zero_tsih_s1
Benjamin Wang
1
-1
/
+10
2012-07-21
iscsi-target: Drop bogus struct file usage for iSCSI/SCTP
Al Viro
3
-78
/
+6
2012-07-17
target: Misc retval cleanups
Andy Grover
2
-11
/
+16
2012-07-17
target: Remove unneeded double parentheses
Andy Grover
3
-5
/
+5
2012-07-17
iscsit: use target_execute_cmd for WRITEs
Christoph Hellwig
3
-5
/
+8
2012-07-17
target/iscsi: Remove dead code in lio_get_tpg_from_tpg_item()
Roland Dreier
1
-22
/
+0
[next]