index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
tcp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvme-tcp: fix possible crash in recv error flow
Sagi Grimberg
2020-04-01
1
-1
/
+1
*
nvme-tcp: don't poll a non-live queue
Sagi Grimberg
2020-03-31
1
-0
/
+3
*
nvme-tcp: fix possible crash in write_zeroes processing
Sagi Grimberg
2020-03-31
1
-6
/
+7
*
nvme-tcp: Add warning on state change failure at nvme_tcp_setup_ctrl
Israel Rukshin
2020-03-25
1
-1
/
+6
*
nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrl
Israel Rukshin
2020-03-25
1
-1
/
+0
*
nvme: Fix ctrl use-after-free during sysfs deletion
Israel Rukshin
2020-03-25
1
-2
/
+1
*
nvme-tcp: break from io_work loop if recv failed
Sagi Grimberg
2020-03-25
1
-0
/
+2
*
nvme-tcp: move send failure to nvme_tcp_try_send
Sagi Grimberg
2020-03-25
1
-15
/
+11
*
nvme-tcp: optimize queue io_cpu assignment for multiple queue maps
Sagi Grimberg
2020-03-25
1
-6
/
+56
*
nvme-tcp: Set SO_PRIORITY for all host sockets
Wunderlich, Mark
2020-03-04
1
-0
/
+21
*
nvme: prevent warning triggered by nvme_stop_keep_alive
Nigel Kirkland
2020-02-14
1
-1
/
+1
*
nvme/tcp: fix bug on double requeue when send fails
Anton Eidelman
2020-02-14
1
-1
/
+6
*
Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-11-25
1
-2
/
+2
|
\
|
*
nvme: introduce nvme_is_aen_req function
Israel Rukshin
2019-11-04
1
-2
/
+2
*
|
net: use skb_queue_empty_lockless() in busy poll contexts
Eric Dumazet
2019-10-28
1
-1
/
+1
*
|
nvme-tcp: fix possible leakage during error flow
Max Gurtovoy
2019-10-15
1
-0
/
+1
*
|
nvme-tcp: Initialize sk->sk_ll_usec only with NET_RX_BUSY_POLL
Sebastian Andrzej Siewior
2019-10-14
1
-0
/
+2
*
|
nvme: Restart request timers in resetting state
Keith Busch
2019-10-14
1
-0
/
+8
|
/
*
nvme-tcp: fix wrong stop condition in io_work
Wunderlich, Mark
2019-09-25
1
-2
/
+2
*
nvme: tcp: remove redundant assignment to variable ret
Colin Ian King
2019-09-12
1
-1
/
+1
*
nvme-tcp: fail command with NVME_SC_HOST_PATH_ERROR send failed
Sagi Grimberg
2019-09-12
1
-1
/
+1
*
nvme: make fabrics command run on a separate request queue
Sagi Grimberg
2019-08-29
1
-2
/
+17
*
nvme-tcp: Add TOS for tcp transport
Israel Rukshin
2019-08-29
1
-1
/
+14
*
nvme-tcp: Use struct nvme_ctrl directly
Israel Rukshin
2019-08-29
1
-10
/
+10
*
nvme-tcp: support simple polling
Sagi Grimberg
2019-08-29
1
-6
/
+45
*
nvme: don't pass cap to nvme_disable_ctrl
Sagi Grimberg
2019-08-29
1
-1
/
+1
*
nvme: move sqsize setting to the core
Sagi Grimberg
2019-08-29
1
-10
/
+1
*
nvme-tcp: Use protocol specific operations while reading socket
Potnuri Bharat Teja
2019-08-29
1
-2
/
+3
*
nvme-tcp: cleanup nvme_tcp_recv_pdu
Sagi Grimberg
2019-08-29
1
-8
/
+3
*
nvme: wait until all completed request's complete fn is called
Ming Lei
2019-08-05
1
-2
/
+6
*
nvme-tcp: don't use sendpage for SLAB pages
Mikhail Skorzhinskii
2019-07-09
1
-1
/
+8
*
nvme-tcp: fix queue mapping when queue count is limited
Sagi Grimberg
2019-05-30
1
-7
/
+50
*
nvme-tcp: fix possible null deref on a timed out io queue connect
Sagi Grimberg
2019-05-01
1
-1
/
+2
*
nvme-tcp: rename function to have nvme_tcp prefix
Sagi Grimberg
2019-04-25
1
-6
/
+4
*
nvme-tcp: fix a NULL deref when an admin connect times out
Sagi Grimberg
2019-04-25
1
-2
/
+6
*
nvme-tcp: fix an endianess miss-annotation
Christoph Hellwig
2019-03-28
1
-1
/
+1
*
nvme-tcp: support C2HData with SUCCESS flag
Sagi Grimberg
2019-03-13
1
-4
/
+28
*
nvme: remove the .stop_ctrl callout
Sagi Grimberg
2019-02-04
1
-7
/
+3
*
nvme-tcp: fix timeout handler
Sagi Grimberg
2019-01-24
1
-8
/
+11
*
nvme-tcp: don't ask if controller is fabrics
Sagi Grimberg
2019-01-09
1
-9
/
+6
*
nvme-tcp: remove dead code
Sagi Grimberg
2019-01-09
1
-1
/
+0
*
nvme-fabrics: allow nvmf_connect_io_queue to poll
Sagi Grimberg
2018-12-18
1
-1
/
+1
*
nvme-tcp: fix spelling mistake "attepmpt" -> "attempt"
Colin Ian King
2018-12-18
1
-1
/
+1
*
nvme-tcp: fix endianess annotations
Christoph Hellwig
2018-12-18
1
-4
/
+5
*
nvme-tcp: support separate queue maps for read and write
Sagi Grimberg
2018-12-13
1
-6
/
+41
*
nvme-tcp: add NVMe over TCP host driver
Sagi Grimberg
2018-12-13
1
-0
/
+2242