Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
91727b16d571155286cae941f35c752287ec49cf
/
drivers
/
target
/
iscsi
454fd35
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
676d236
net: Fix use after free by removing length arg from sk_data_ready callbacks.
by David S. Miller
· 11 years ago
e70beee
target: Pass in transport supported PI at session initialization
by Nicholas Bellinger
· 11 years ago
d444edc
iscsi-target: Fix ERL=2 ASYNC_EVENT connection pointer bug
by Nicholas Bellinger
· 11 years ago
131e6ab
target: Add TFO->abort_task for aborted task resources release
by Nicholas Bellinger
· 11 years ago
a366260
iscsi-target: Add missing NopOUT->flag (LMB) sanity check
by Arshad Hussain
· 11 years ago
8085176
Target/configfs: Expose iSCSI network portal group T10-PI support
by Sagi Grimberg
· 11 years ago
5b168dc
Target/iscsi: Add T10-PI indication for iscsi_portal_group
by Sagi Grimberg
· 11 years ago
defd884
iscsi/iser-target: Fix isert_conn->state hung shutdown issues
by Nicholas Bellinger
· 11 years ago
5159d76
iscsi/iser-target: Use list_del_init for ->i_conn_node
by Nicholas Bellinger
· 11 years ago
a2a99ce
iscsi-target: Fix iscsit_get_tpg_from_np tpg_state bug
by Nicholas Bellinger
· 11 years ago
752d868
iscsi-target: Fix SNACK Type 1 + BegRun=0 handling
by Nicholas Bellinger
· 11 years ago
4e13c5d
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 11 years ago
ee291e6
target/iscsi: Fix network portal creation race
by Andy Grover
· 11 years ago
676687c
iscsi-target: Convert gfp_t parameter to task state bitmask
by Nicholas Bellinger
· 11 years ago
555b270
iscsi-target: Fix connection reset hang with percpu_ida_alloc
by Nicholas Bellinger
· 11 years ago
6f6b5d1
percpu_ida: Make percpu_ida_alloc + callers accept task state bitmask
by Kent Overstreet
· 11 years ago
4a4caa2
iscsi-target: Pre-allocate more tags to avoid ack starvation
by Nicholas Bellinger
· 11 years ago
db6077f
iscsi-target: Fix incorrect np->np_thread NULL assignment
by Nicholas Bellinger
· 11 years ago
4454b66
iscsi-target: Fix-up all zero data-length CDBs with R/W_BIT set
by Nicholas Bellinger
· 11 years ago
2306bfb
iscsi-target: return -EINVAL on oversized configfs parameter
by Eric Seppanen
· 11 years ago
b0e3636
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 11 years ago
86784c6
iscsi-target: chap auth shouldn't match username with trailing garbage
by Eric Seppanen
· 11 years ago
369653e
iscsi-target: fix extract_param to handle buffer length corner case
by Eric Seppanen
· 11 years ago
d1fa7a1
iscsi-target: Expose default_erl as TPG attribute
by Nicholas Bellinger
· 11 years ago
ea7e32b
iscsi-target: Do not reject non-immediate CmdSNs exceeding MaxCmdSN
by Nicholas Bellinger
· 11 years ago
04f3b31
iscsi-target: Convert iscsi_session statistics to atomic_long_t
by Nicholas Bellinger
· 11 years ago
122f8af
iscsi-target: Reject unsupported multi PDU text command sequence
by Nicholas Bellinger
· 11 years ago
5e8e6b4
iscsi-target: Fix mutex_trylock usage in iscsit_increment_maxcmdsn
by Nicholas Bellinger
· 11 years ago
dbcbc95
iscsi-target: Do not generate REJECTs for zero-length DataOUT
by Nicholas Bellinger
· 11 years ago
2dd1d53
iscsi-target: Implement demo_mode_discovery logic
by Thomas Glanzmann
· 11 years ago
4c54b6c
iscsi-target: Add new TPG attribute
by Thomas Glanzmann
· 11 years ago
60bfcf8
target/iscsi: Remove macros that contain typecasts
by Andy Grover
· 11 years ago
b7eec2c
target/iscsi: Remove iscsi dereferencing macros
by Andy Grover
· 11 years ago
d80e224d
target: Remove TF_CIT_TMPL macro
by Andy Grover
· 11 years ago
9e20ae3
iscsi-target; Allow an extra tag_num / 2 number of percpu_ida tags
by Nicholas Bellinger
· 11 years ago
f56cbbb
iscsi-target: Perform release of acknowledged tags from RX context
by Nicholas Bellinger
· 11 years ago
e255a28
iscsi-target: Only perform wait_for_tasks when performing shutdown
by Nicholas Bellinger
· 11 years ago
48efe45
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 11 years ago
2999ee7
target/iscsi: Bump versions to v4.1.0
by Nicholas Bellinger
· 11 years ago
4c76251
target: Update copyright ownership/year information to 2013
by Nicholas Bellinger
· 11 years ago
837f645
iscsi-target: Bump default TCP listen backlog to 256
by Nicholas Bellinger
· 11 years ago
38f7d6e
iscsi-target; Bump default CmdSN Depth to 64
by Nicholas Bellinger
· 11 years ago
12e4101
iscsi-target: Remove unnecessary wait_for_completion in iscsi_get_thread_set
by Nicholas Bellinger
· 11 years ago
5ab41ca
iscsi-target: Add thread_set->ts_activate_sem + use common deallocate
by Nicholas Bellinger
· 11 years ago
d5705c4
iscsi-target: Fix race with thread_pre_handler flush_signals + ISCSI_THREAD_SET_DIE
by Nicholas Bellinger
· 11 years ago
988e3a8
iscsi-target: Convert to per-cpu ida_alloc + ida_free command map
by Nicholas Bellinger
· 11 years ago
d703ce2
iscsi/iser-target: Convert to command priv_size usage
by Nicholas Bellinger
· 11 years ago
ea3a179
iscsi-target: Remove left-over iscsi_target_do_login_io
by Nicholas Bellinger
· 11 years ago
bb04835
iscsi-target: Add sk->sk_state_change to cleanup after TCP failure
by Nicholas Bellinger
· 11 years ago
d381a80
iscsi-target: Add login negotiation multi-plexing support
by Nicholas Bellinger
· 11 years ago
a91eb7d
iscsi-target: Prepare login code for multi-plexing support
by Nicholas Bellinger
· 11 years ago
28aaa95
iscsi-target: Fix potential NULL pointer in solicited NOPOUT reject
by Nicholas Bellinger
· 11 years ago
c9a03c1
iscsi-target: Fix iscsit_transport reference leak during NP thread reset
by Nicholas Bellinger
· 11 years ago
9d86a2b
iscsi-target: Fix ImmediateData=Yes failure regression in >= v3.10
by Nicholas Bellinger
· 11 years ago
dfecf61
iscsi-target: ST response on IN6ADDR_ANY socket
by Chris Leech
· 11 years ago
57103d7
target: replace strict_strto*() with kstrto*()
by Jingoo Han
· 11 years ago
6d2fa9e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 11 years ago
b79fafa
target: make queue_tm_rsp() return void
by Joern Engel
· 11 years ago
11fee8a
target: remove unused codes from enum tcm_tmrsp_table
by Joern Engel
· 11 years ago
ad7babd
iscsi-target: kstrtou* configfs attribute parameter cleanups
by Jörn Engel
· 11 years ago
37b32c6
iscsi-target: Fix tfc_tpg_auth_cit configfs length overflow
by Nicholas Bellinger
· 11 years ago
0fbfc46
iscsi-target: Fix tfc_tpg_nacl_auth_cit configfs length overflow
by Jörn Engel
· 11 years ago
b2cb964
iser-target: Fix session reset bug with RDMA_CM_EVENT_DISCONNECTED
by Nicholas Bellinger
· 11 years ago
186a964
iscsi-target: Fix ISCSI_OP_SCSI_TMFUNC handling for iser
by Nicholas Bellinger
· 11 years ago
561bf15
iscsi-target: Fix iscsit_sequence_cmd reject handling for iser
by Nicholas Bellinger
· 11 years ago
ba15991
iscsi-target: Fix iscsit_add_reject* usage for iser
by Nicholas Bellinger
· 11 years ago
4f45d32
iscsi-target: missing kfree() on error path
by Dan Carpenter
· 11 years ago
3e23d02
iscsi-target: Drop left-over iscsi_conn->bad_hdr
by Nicholas Bellinger
· 11 years ago
c3e5144
iscsi-target: Add demo-mode TPG authentication context support
by Nicholas Bellinger
· 11 years ago
6665889
iscsi-target: Add IFC_SENDTARGETS_SINGLE support
by Nicholas Bellinger
· 11 years ago
9864ca9
iscsi-target: Move sendtargets parsing into iscsit_process_text_cmd
by Nicholas Bellinger
· 11 years ago
dbf738a
iscsi-target: Allow ->MaxXmitDataSegmentLength assignment for iser discovery
by Nicholas Bellinger
· 11 years ago
889c8a6
iscsi-target: Refactor ISCSI_OP_TEXT_RSP TX handling
by Nicholas Bellinger
· 11 years ago
64534aa
iscsi-target: Refactor ISCSI_OP_TEXT RX handling
by Nicholas Bellinger
· 11 years ago
778de36
iscsi/isert-target: Refactor ISCSI_OP_NOOP RX handling
by Nicholas Bellinger
· 11 years ago
58807a5
iscsi-target: Remove left over v3.10-rc debug printks
by Nicholas Bellinger
· 11 years ago
58bd0c6
target/iscsi: Fix op=disable + error handling cases in np_store_iser
by Andy Grover
· 11 years ago
b9da582
iscsi-target: Avoid unnecessary t_state_lock during unsolicited data-out check
by Nicholas Bellinger
· 11 years ago
574780f
target/iscsi: don't corrupt bh_count in iscsit_stop_time2retain_timer()
by Jörn Engel
· 11 years ago
aafc9d1
iscsi-target: Fix iscsit_free_cmd() se_cmd->cmd_kref shutdown handling
by Nicholas Bellinger
· 11 years ago
cea4dcf
iscsi-target: fix heap buffer overflow on error
by Kees Cook
· 11 years ago
af40bb0
iscsi-target: Fix typos in RDMAEXTENSIONS macro usage
by Nicholas Bellinger
· 12 years ago
3eccfdb
iscsi-target: Fix processing of OOO commands
by Shlomo Pongratz
· 12 years ago
80690fd
iscsi-target: Make buf param of iscsit_do_crypto_hash_buf() const void *
by Geert Uytterhoeven
· 12 years ago
bfbdb31
iscsi-target: Fix NULL pointer dereference in iscsit_send_reject
by Nicholas Bellinger
· 12 years ago
72438cd
iscsi-target: Add iser network portal attribute
by Nicholas Bellinger
· 12 years ago
2ec5a8c
iscsi-target: Refactor TX queue logic + export response PDU creation
by Nicholas Bellinger
· 12 years ago
3e1c81a
iscsi-target: Refactor RX PDU logic + export request PDU handling
by Nicholas Bellinger
· 12 years ago
cdb7266
iscsi-target: Add per transport iscsi_cmd alloc/free
by Nicholas Bellinger
· 12 years ago
03aa207
iscsi-target: Add iser-target parameter keys + setup during login
by Nicholas Bellinger
· 12 years ago
baa4d64
iscsi-target: Initial traditional TCP conversion to iscsit_transport
by Nicholas Bellinger
· 12 years ago
3f99306
iscsi-target: Add iscsit_transport API template
by Nicholas Bellinger
· 12 years ago
5d35806
target/iscsi: Use ISCSI_LOGIN_CURRENT/NEXT_STAGE macros
by Andy Grover
· 12 years ago
98e2eeb
target/iscsi: Remove chap_set_random()
by Andy Grover
· 12 years ago
7ac9ad1
target/iscsi: Fix mutual CHAP auth on big-endian arches
by Andy Grover
· 12 years ago
9862489
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 12 years ago
c9365bd
target/iscsi: convert to idr_alloc()
by Tejun Heo
· 12 years ago
fd3a902
iscsi-target: Fix immediate queue starvation regression with DATAIN
by Nicholas Bellinger
· 12 years ago
6e54593
iscsi-target: Enforce individual network portal export once per TargetName
by Nicholas Bellinger
· 12 years ago
Next »