index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
target
/
iscsi
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-31
Merge patch series "scsi: target: iscsi: Get rid of sprintf in iscsi_target_c...
Martin K. Petersen
1
-36
/
+36
2023-07-31
scsi: target: iscsi: Stop using sprintf() in iscsi_target_configfs.c
Konstantin Shelekhin
1
-9
/
+9
2023-07-31
scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show()
Konstantin Shelekhin
1
-27
/
+27
2023-07-11
scsi: target: iscsi: Remove the unused netif_timeout attribute
Maurizio Lombardi
3
-29
/
+0
2023-06-30
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-4
/
+4
2023-06-24
scsi: target: iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
1
-6
/
+9
2023-05-22
scsi: target: iscsi: Prevent login threads from racing between each other
Maurizio Lombardi
1
-1
/
+3
2023-05-22
scsi: target: iscsi: Fix hang in the iSCSI login code
Maurizio Lombardi
5
-91
/
+99
2023-05-16
scsi: target: Replace all non-returning strlcpy() with strscpy()
Azeem Shaikh
2
-4
/
+4
2023-03-31
Merge branch '6.3/scsi-fixes' into 6.4/scsi-staging
Martin K. Petersen
1
-5
/
+7
2023-03-24
scsi: target: iscsi: Handle abort for WRITE_PENDING cmds
Dmitry Bogdanov
1
-0
/
+11
2023-03-24
scsi: target: iscsit: Fix TAS handling during conn cleanup
Mike Christie
1
-7
/
+9
2023-03-24
scsi: target: iscsit: Free cmds before session free
Dmitry Bogdanov
1
-3
/
+3
2023-03-24
scsi: target: iscsit: Stop/wait on cmds during conn close
Mike Christie
1
-0
/
+10
2023-03-24
scsi: target: iscsit: isert: Alloc per conn cmd counter
Mike Christie
2
-12
/
+9
2023-03-24
scsi: target: Pass in cmd counter to use during cmd setup
Mike Christie
1
-4
/
+6
2023-03-24
scsi: target: Move cmd counter allocation
Mike Christie
1
-0
/
+10
2023-03-06
scsi: target: iscsi: Fix an error message in iscsi_check_key()
Maurizio Lombardi
1
-5
/
+7
2023-01-23
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
1
-0
/
+2
2022-12-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+10
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-2
/
+2
2022-11-24
scsi: target: iscsi: Fix a race condition between login_work and the login th...
Maurizio Lombardi
1
-2
/
+10
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-07-26
scsi: target: iscsi: Do not require target authentication
Dmitry Bogdanov
2
-6
/
+12
2022-07-26
scsi: target: iscsi: Allow AuthMethod=None
Dmitry Bogdanov
3
-2
/
+15
2022-07-26
scsi: target: iscsi: Support base64 in CHAP
Dmitry Bogdanov
3
-24
/
+94
2022-07-26
scsi: target: iscsi: Add support for extended CDB AHS
Dmitry Bogdanov
1
-3
/
+52
2022-07-18
scsi: target: iscsi: Fix clang -Wformat warnings
Justin Stitt
2
-3
/
+3
2022-06-16
scsi: target: iscsi: Fix NULL pointer dereference in iscsi_conn_auth_required()
Yang Li
1
-2
/
+1
2022-06-07
scsi: target: iscsi: Control authentication per ACL
Dmitry Bogdanov
3
-1
/
+39
2022-06-07
scsi: target: iscsi: Extract auth functions
Dmitry Bogdanov
1
-48
/
+92
2022-06-07
scsi: target: iscsi: Add upcast helpers
Dmitry Bogdanov
3
-62
/
+37
2022-05-25
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
36
-715
/
+715
2022-05-17
scsi: target: Fix incorrect use of cpumask_t
Mingzhe Zou
2
-20
/
+36
2022-05-10
scsi: target: iscsi: Rename iscsi_session to iscsit_session
Max Gurtovoy
21
-119
/
+119
2022-05-10
scsi: target: iscsi: Rename iscsi_conn to iscsit_conn
Max Gurtovoy
29
-368
/
+368
2022-05-10
scsi: target: iscsi: Rename iscsi_cmd to iscsit_cmd
Max Gurtovoy
23
-297
/
+297
2022-03-14
scsi: target: Add iscsi/cpus_allowed_list in configfs
Mingzhe Zou
3
-3
/
+114
2022-01-24
scsi: target: iscsi: Make sure the np under each tpg is unique
ZouMingzhe
1
-0
/
+3
2021-10-18
scsi: target: cxgbit: Enable Delayed ACK
Varun Prakash
2
-10
/
+26
2021-10-18
scsi: target: cxgbit: Increase max DataSegmentLength
Varun Prakash
1
-5
/
+12
2021-10-04
scsi: target: iscsi: Replace tpg enable attr with ops.enable
Dmitry Bogdanov
1
-59
/
+32
2021-07-27
scsi: target: Remove redundant assignment to variable ret
Colin Ian King
1
-1
/
+1
2021-06-18
scsi: target: iscsi: Remove redundant continue statement
Colin Ian King
1
-2
/
+0
2021-05-14
scsi: target: iscsi: Drop unnecessary container_of()
Guenter Roeck
1
-7
/
+0
2021-05-14
scsi: target: cxgbit: Unmap DMA buffer before calling target_execute_cmd()
Varun Prakash
2
-12
/
+28
2021-05-10
scsi: target: iscsi: Switch to kmemdup_nul()
Yang Yingliang
2
-6
/
+2
2021-04-12
Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging
Martin K. Petersen
1
-2
/
+2
2021-04-05
scsi: target: iscsi: Fix zero tag inside a trace event
Roman Bolshakov
1
-2
/
+1
2021-03-09
scsi: target: iscsi: Initialize arrays at declaration time
Chaitanya Kulkarni
1
-2
/
+1
[next]