index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
tcp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-18
nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeout
Chao Leng
1
-4
/
+10
2021-01-14
nvme-tcp: fix possible data corruption with bio merges
Sagi Grimberg
1
-1
/
+1
2021-01-14
nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPT
Sagi Grimberg
1
-1
/
+1
2021-01-06
nvme-tcp: Fix possible race of io_work and direct send
Sagi Grimberg
1
-1
/
+11
2020-12-01
nvme: use consistent macro name for timeout
Chaitanya Kulkarni
1
-1
/
+1
2020-11-03
nvme-tcp: avoid repeated request completion
Sagi Grimberg
1
-1
/
+1
2020-11-03
nvme-tcp: avoid race between time out and tear down
Chao Leng
1
-11
/
+3
2020-10-03
nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
Coly Li
1
-4
/
+3
2020-09-11
Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2020-09-08
nvme-tcp: cancel async events before freeing event struct
David Milburn
1
-0
/
+1
2020-09-04
Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-23
/
+57
2020-08-29
nvme-tcp: fix reset hang if controller died in the middle of a reset
Sagi Grimberg
1
-1
/
+12
2020-08-29
nvme-tcp: fix timeout handler
Sagi Grimberg
1
-20
/
+36
2020-08-29
nvme-tcp: serialize controller teardown sequences
Sagi Grimberg
1
-2
/
+9
2020-08-24
Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+0
2020-08-22
nvme: rename and document nvme_end_request
Christoph Hellwig
1
-2
/
+2
2020-08-05
Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-27
/
+73
2020-08-03
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+4
2020-07-29
nvme-tcp: fix controller reset hang during traffic
Sagi Grimberg
1
-3
/
+9
2020-07-29
nvme: fix deadlock in disconnect during scan_work and/or ana_work
Sagi Grimberg
1
-6
/
+9
2020-07-26
nvme-tcp: fix possible hang waiting for icresp response
Sagi Grimberg
1
-0
/
+3
2020-07-08
nvme-tcp: optimize network stack with setting msg flags according to batch size
Sagi Grimberg
1
-3
/
+17
2020-07-08
nvme-tcp: leverage request plugging
Sagi Grimberg
1
-5
/
+14
2020-07-08
nvme-tcp: have queue prod/cons send list become a llist
Sagi Grimberg
1
-10
/
+24
2020-07-08
Merge tag 'v5.8-rc4' into for-5.9/drivers
Jens Axboe
1
-2
/
+2
2020-06-24
nvme-tcp: initialize tagset numa value to the value of the ctrl
Max Gurtovoy
1
-2
/
+2
2020-06-24
nvme: use blk_mq_complete_request_remote to avoid an indirect function call
Christoph Hellwig
1
-2
/
+4
2020-06-12
Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+4
2020-06-11
nvme-tcp: constify nvme_tcp_mq_ops and nvme_tcp_admin_mq_ops
Rikard Falkeborn
1
-4
/
+4
2020-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-45
/
+8
2020-05-28
ipv4: add ip_sock_set_tos
Christoph Hellwig
1
-11
/
+3
2020-05-28
tcp: add tcp_sock_set_syncnt
Christoph Hellwig
1
-8
/
+1
2020-05-28
tcp: add tcp_sock_set_nodelay
Christoph Hellwig
1
-8
/
+1
2020-05-28
net: add sock_set_priority
Christoph Hellwig
1
-10
/
+2
2020-05-28
net: add sock_no_linger
Christoph Hellwig
1
-8
/
+1
2020-05-27
nvme-tcp: set MSG_SENDPAGE_NOTLAST with MSG_MORE when we have more to send
Sagi Grimberg
1
-3
/
+8
2020-05-10
nvme-tcp: try to send request in queue_rq context
Sagi Grimberg
1
-11
/
+32
2020-05-10
nvme-tcp: avoid scheduling io_work if we are already polling
Sagi Grimberg
1
-1
/
+5
2020-05-10
nvme-tcp: use bh_lock in data_ready
Sagi Grimberg
1
-2
/
+2
2020-04-01
nvme-tcp: fix possible crash in recv error flow
Sagi Grimberg
1
-1
/
+1
2020-03-31
nvme-tcp: don't poll a non-live queue
Sagi Grimberg
1
-0
/
+3
2020-03-31
nvme-tcp: fix possible crash in write_zeroes processing
Sagi Grimberg
1
-6
/
+7
2020-03-25
nvme-tcp: Add warning on state change failure at nvme_tcp_setup_ctrl
Israel Rukshin
1
-1
/
+6
2020-03-25
nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrl
Israel Rukshin
1
-1
/
+0
2020-03-25
nvme: Fix ctrl use-after-free during sysfs deletion
Israel Rukshin
1
-2
/
+1
2020-03-25
nvme-tcp: break from io_work loop if recv failed
Sagi Grimberg
1
-0
/
+2
2020-03-25
nvme-tcp: move send failure to nvme_tcp_try_send
Sagi Grimberg
1
-15
/
+11
2020-03-25
nvme-tcp: optimize queue io_cpu assignment for multiple queue maps
Sagi Grimberg
1
-6
/
+56
2020-03-04
nvme-tcp: Set SO_PRIORITY for all host sockets
Wunderlich, Mark
1
-0
/
+21
[next]