Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7cc386e9def8f99bb7bbe8ca06a07a7b17198684
/
drivers
/
target
/
iscsi
71e4634
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 9 years ago
21aaa23
target: Obtain se_node_acl->acl_kref during get_initiator_node_acl
by Nicholas Bellinger
· 9 years ago
d36ad77
target: Convert ACL change queue_depth se_session reference usage
by Nicholas Bellinger
· 9 years ago
26a99c1
iscsi-target: Fix potential dead-lock during node acl delete
by Nicholas Bellinger
· 9 years ago
5a34252
iscsi-target: Fix indentation + spelling + unreachable code
by Bart Van Assche
· 9 years ago
ca82c2b
iscsi-target: Fix rx_login_comp hang after login failure
by Nicholas Bellinger
· 9 years ago
82a819e
iscsi-target: return -ENOMEM instead of -1 in case of failed kmalloc()
by Luis de Bethencourt
· 9 years ago
9aa3d65
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 9 years ago
2eafd72
target: use per-attribute show and store methods
by Christoph Hellwig
· 9 years ago
673681ca
iscsi-target: Avoid OFMarker + IFMarker negotiation
by Nicholas Bellinger
· 9 years ago
05c7808
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 9 years ago
7dd03ac
target: Fix max_cmd_sn increment w/o cmdsn mutex regressions
by Roland Dreier
· 9 years ago
13a3cf0
target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storage
by Andy Grover
· 9 years ago
dc58f76
target/iscsi: Replace conn->login_ip with login_sockaddr
by Andy Grover
· 9 years ago
69d7557
target/iscsi: Keep local_ip as the actual sockaddr
by Andy Grover
· 9 years ago
76c28f1
target/iscsi: Fix np_ip bracket issue by removing np_ip
by Andy Grover
· 9 years ago
109e238
target: Drop iSCSI use of mutex around max_cmd_sn increment
by Roland Dreier
· 9 years ago
a6415cd
iscsi-target: Add tpg_enabled_sendtargets for disabled discovery
by David Disseldorp
· 9 years ago
aa75679
target/iscsi: Use proper SGL accessors for digest computation
by Alexei Potashnik
· 9 years ago
9547308
target/iscsi: Fix double free of a TUR followed by a solicited NOPOUT
by Alexei Potashnik
· 9 years ago
007d038
iscsi-target: Fix iser explicit logout TX kthread leak
by Nicholas Bellinger
· 9 years ago
e541986
iscsi-target: Fix iscsit_start_kthreads failure OOPs
by Nicholas Bellinger
· 9 years ago
417c20a
iscsi-target: Fix use-after-free during TPG session shutdown
by Nicholas Bellinger
· 9 years ago
5c755fe
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 9 years ago
e045671
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
acd5312
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 9 years ago
f2d3068
target: use 64-bit LUNs
by Hannes Reinecke
· 9 years ago
bc0c94b
target: Drop unnecessary core_tpg_register TFO parameter
by Nicholas Bellinger
· 9 years ago
ba92999
target: Minimize SCSI header #include directives
by Bart Van Assche
· 10 years ago
dda922c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
6bb8261
target: Convert se_portal_group->tpg_lun_list[] to RCU hlist
by Nicholas Bellinger
· 9 years ago
d2c27f0
iscsi-target: fix variable name typo in iscsi_check_acceptor_state()
by Christophe Vu-Brugier
· 10 years ago
7ad34a9
target: target_core_configfs.h is not needed in fabric drivers
by Christoph Hellwig
· 10 years ago
649ee05
target: Move task tag into struct se_cmd + support 64-bit tags
by Bart Van Assche
· 10 years ago
2650d71
target: move transport ID handling to the core
by Christoph Hellwig
· 10 years ago
2aeeafa
target: remove the get_fabric_proto_ident method
by Christoph Hellwig
· 10 years ago
e4aae5a
target: change core_tpg_register prototype
by Christoph Hellwig
· 10 years ago
2b6eb60
target/iscsi: stop using se_tpg_fabric_ptr
by Christoph Hellwig
· 10 years ago
144bc4c
target: move node ACL allocation to core code
by Christoph Hellwig
· 10 years ago
c7d6a80
target: refactor init/drop_nodeacl methods
by Christoph Hellwig
· 10 years ago
afc1660
target: Remove first argument of target_{get,put}_sess_cmd()
by Bart Van Assche
· 10 years ago
c04a609
iscsi-target: remove support for obsolete markers
by Christophe Vu-Brugier
· 10 years ago
5538d29
treewide: Add missing vmalloc.h inclusion.
by David S. Miller
· 9 years ago
ee7619f
target: Drop signal_pending checks after interruptible lock acquire
by Nicholas Bellinger
· 9 years ago
a928d28
ISCSI: fix minor memory leak
by Evgenii Lepikhin
· 10 years ago
c666872
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 10 years ago
9ac8928
target: simplify the target template registration API
by Christoph Hellwig
· 10 years ago
b815fc1
iscsi target: fix oops when adding reject pdu
by Mike Christie
· 10 years ago
901c04a
iscsi/iser-target: Add fabric_prot_type attribute support
by Nicholas Bellinger
· 10 years ago
1997e62
iscsi-target: TargetAddress in SendTargets should bracket ipv6 addresses
by Andy Grover
· 10 years ago
9649491
target: mark iscsit_start_kthreads static
by Christoph Hellwig
· 10 years ago
073900b
iscsi-target: Drop legacy iscsi_target_tq.c logic
by Nicholas Bellinger
· 10 years ago
88dcd2d
iscsi-target: Convert iscsi_thread_set usage to kthread.h
by Nicholas Bellinger
· 10 years ago
5bc6510
iscsi-target: don't export static symbol
by Julia Lawall
· 10 years ago
f068fbc
iscsi-target: Avoid early conn_logout_comp for iser connections
by Nicholas Bellinger
· 10 years ago
2a03ee8
Revert "iscsi-target: Avoid IN_LOGOUT failure case for iser-target"
by Nicholas Bellinger
· 10 years ago
d4ee46f
iscsi-target: Expose per endpoint dynamic_sessions attribute
by Nicholas Bellinger
· 10 years ago
e20d3ef
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 10 years ago
72859d9
iscsi-target: Avoid IN_LOGOUT failure case for iser-target
by Nicholas Bellinger
· 10 years ago
3fd7b60
iscsi-target: Drop problematic active_ts_list usage
by Nicholas Bellinger
· 10 years ago
e4f4e80
iscsi/iser-target: Support multi-sequence sendtargets text response
by Sagi Grimberg
· 10 years ago
be7dcfb6
iscsi-target: Don't over-allocate sendtargets text resp buffer
by Sagi Grimberg
· 10 years ago
c1e34b6
iscsi-target: Introduce session_get_next_ttt
by Sagi Grimberg
· 10 years ago
67f091f
iscsi-target: Move iscsi_target_[core,stat].h under linux include
by Sagi Grimberg
· 10 years ago
5cdf5a8
iscsi-target: use '%*ph' specifier to dump hex buffer
by Andy Shevchenko
· 10 years ago
8060b8d
iscsi-target: Fix typos in enum cmd_flags_table
by Andy Grover
· 10 years ago
cdce6ac
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 10 years ago
ed55635
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 10 years ago
e617457
Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus
by James Bottomley
· 10 years ago
6bf6ca7
iscsi-target: Fail connection on short sendmsg writes
by Nicholas Bellinger
· 10 years ago
a0b3b9b
iscsi-target: nullify session in failed login sequence
by Sagi Grimberg
· 10 years ago
ee8e3ad
iscsi-target: Drop left-over bogus iscsi_np->tpg_np
by Nicholas Bellinger
· 10 years ago
23a548e
iscsi,iser-target: Expose supported protection ops according to t10_pi
by Sagi Grimberg
· 10 years ago
954f237
iscsi,iser-target: Initiate termination only once
by Sagi Grimberg
· 10 years ago
e5a4b0b
switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitives
by Al Viro
· 10 years ago
68d81f4
scsi: remove MSG_*_TAG defines
by Christoph Hellwig
· 10 years ago
7f2c53b
iscsi-target: fix error path in iscsi_target_init_module()
by Lino Sanfilippo
· 10 years ago
2ed37f6
target: Deletion of unnecessary checks before the function call "module_put"
by Markus Elfring
· 10 years ago
f2774f4
iscsi-target: return the correct port in SendTargets
by Steven Allen
· 10 years ago
c3351df
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 10 years ago
fdc84d1
iscsi-target: use strlcpy in iscsit_collect_login_stats
by Joern Engel
· 10 years ago
8ae757d
iscsi-target: avoid NULL pointer in iscsi_copy_param_list failure
by Joern Engel
· 10 years ago
b53b0d99
iscsi-target: Fix memory corruption in iscsit_logout_post_handler_diffcid
by Nicholas Bellinger
· 10 years ago
94e16e9
iscsi-target: remove unnecessary check in iscsit_setup_np error path
by Joern Engel
· 10 years ago
1d30686
iscsi-target: Drop duplicate __iscsi_target_login_thread check
by Nicholas Bellinger
· 10 years ago
5c22e22
iscsi-target: simplify return statement
by Joern Engel
· 10 years ago
cb35484
iscsi-target: remove always-true conditions
by Joern Engel
· 10 years ago
fbecb65
iscsi-target: remove unused debug code
by Joern Engel
· 10 years ago
3687db8
iscsi-target: Ignore ICF_GOT_LAST_DATAOUT during Data-Out ITT lookup
by Nicholas Bellinger
· 10 years ago
81a9c5e
iscsi-target: fix iscsit_del_np deadlock on unload
by Mikulas Patocka
· 10 years ago
97c99b47
iscsi-target: Avoid rejecting incorrect ITT for Data-Out
by Nicholas Bellinger
· 10 years ago
6834975
iscsi-target: Explicily clear login response PDU in exception path
by Nicholas Bellinger
· 10 years ago
e4fae23
iscsi-target; Enforce 1024 byte maximum for CHAP_C key value
by Nicholas Bellinger
· 10 years ago
b06eef6
iscsi-target: Convert chap_server_compute_md5 to use kstrtoul
by Nicholas Bellinger
· 10 years ago
ed9ea4e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 10 years ago
22c7aaa
Target/iscsi: Fix sendtargets response pdu for iser transport
by Sagi Grimberg
· 10 years ago
bbc0504
iscsi-target: Fix ABORT_TASK + connection reset iscsi_queue_req memory leak
by Nicholas Bellinger
· 10 years ago
0bcc297
target: cleanup some boolean tests
by Christophe Vu-Brugier
· 10 years ago
1d2b60a
iscsi-target: Reject mutual authentication with reflected CHAP_C
by Nicholas Bellinger
· 10 years ago
5256ffd
iscsi-target: Remove no-op from iscsit_tpg_del_portal_group
by Nicholas Bellinger
· 10 years ago
Next »