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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-20
nvme-tcp: log TLS handshake failures at error level
Maurizio Lombardi
1
-3
/
+8
2025-08-20
nvme-pci: try function level reset on init failure
Keith Busch
1
-2
/
+22
2025-08-15
nvmet: exit debugfs after discovery subsystem exits
Mohamed Khalfella
1
-1
/
+1
2025-08-15
nvmet: initialize discovery subsys after debugfs is initialized
Mohamed Khalfella
1
-6
/
+6
2025-08-15
nvmet: pci-epf: Do not complete commands twice if nvmet_req_init() fails
Rick Wertenbroek
1
-7
/
+16
2025-07-18
Merge tag 'block-6.16-20250718' of git://git.kernel.dk/linux
Linus Torvalds
2
-18
/
+13
2025-07-15
nvmet-tcp: fix callback lock for TLS handshake
Maurizio Lombardi
1
-2
/
+2
2025-07-15
nvme: fix misaccounting of nvme-mpath inflight I/O
Yu Kuai
1
-0
/
+4
2025-07-15
nvme: revert the cross-controller atomic write size validation
Christoph Hellwig
1
-9
/
+0
2025-07-14
nvme: fix endianness of command word prints in nvme_log_err_passthru()
John Garry
1
-6
/
+6
2025-07-14
nvme: fix inconsistent RCU list manipulation in nvme_ns_add_to_ctrl_list()
Zheng Qixing
1
-1
/
+1
2025-07-04
Merge tag 'block-6.16-20250704' of git://git.kernel.dk/linux
Linus Torvalds
4
-6
/
+28
2025-07-01
nvme-multipath: fix suspicious RCU usage warning
Geliang Tang
1
-1
/
+2
2025-06-30
nvme-pci: refresh visible attrs after being checked
Eugen Hristev
1
-2
/
+4
2025-06-30
nvmet: fix memory leak of bio integrity
Dmitry Bogdanov
1
-0
/
+2
2025-06-30
nvme: correctly account for namespace head reference counter
Nilay Shroff
2
-2
/
+19
2025-06-30
nvme: Fix incorrect cdw15 value in passthru error logging
Alok Tiwari
1
-1
/
+1
2025-06-27
Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linux
Linus Torvalds
3
-48
/
+44
2025-06-26
nvme: fix atomic write size validation
Christoph Hellwig
2
-24
/
+12
2025-06-26
nvme: refactor the atomic write unit detection
Christoph Hellwig
1
-34
/
+38
2025-06-26
nvme: reset delayed remove_work after reconnect
Keith Busch
2
-1
/
+5
2025-06-14
Merge tag 'block-6.16-20250614' of git://git.kernel.dk/linux
Linus Torvalds
1
-14
/
+7
2025-06-14
nvme: always punt polled uring_cmd end_io work to task_work
Jens Axboe
1
-14
/
+7
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-06-06
Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linux
Linus Torvalds
19
-53
/
+56
2025-06-04
nvme: spelling fixes
Yi Zhang
16
-23
/
+23
2025-06-04
nvme-tcp: fix I/O stalls on congested sockets
Hannes Reinecke
1
-1
/
+6
2025-06-04
nvme-tcp: sanitize request list handling
Hannes Reinecke
1
-1
/
+14
2025-06-04
nvme-tcp: remove tag set when second admin queue config fails
Shin'ichiro Kawasaki
1
-1
/
+1
2025-06-04
nvme: enable vectored registered bufs for passthrough cmds
Pavel Begunkov
1
-6
/
+8
2025-06-04
nvme: fix implicit bool to flags conversion
Pavel Begunkov
1
-1
/
+1
2025-06-04
nvme: fix command limits status code
Keith Busch
5
-20
/
+3
2025-06-01
Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2025-05-29
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
4
-88
/
+44
2025-05-28
crash_dump, nvme: select CONFIGFS_FS as built-in
Arnd Bergmann
1
-1
/
+1
2025-05-27
net: core: Convert inet_addr_is_any() to sockaddr_storage
Kees Cook
2
-2
/
+2
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
21
-522
/
+1169
2025-05-22
Merge tag 'block-6.15-20250522' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+28
2025-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-22
/
+59
2025-05-22
nvme-tcp: use crc32c() and skb_copy_and_crc32c_datagram_iter()
Eric Biggers
2
-86
/
+42
2025-05-21
nvme: avoid creating multipath sysfs group under namespace path devices
Nilay Shroff
1
-0
/
+28
2025-05-20
nvme: rename nvme_mpath_shutdown_disk to nvme_mpath_remove_disk
Nilay Shroff
3
-14
/
+14
2025-05-20
nvme: introduce multipath_always_on module param
Nilay Shroff
1
-6
/
+66
2025-05-20
nvme-multipath: introduce delayed removal of the multipath head node
Nilay Shroff
4
-14
/
+147
2025-05-20
nvme-pci: derive and better document max segments limits
Christoph Hellwig
1
-6
/
+16
2025-05-20
nvme-pci: use struct_size for allocation struct nvme_dev
Christoph Hellwig
1
-2
/
+2
2025-05-20
nvme-pci: add a symolic name for the small pool size
Leon Romanovsky
1
-6
/
+8
2025-05-20
nvme-pci: use a better encoding for small prp pool allocations
Christoph Hellwig
1
-43
/
+39
2025-05-20
nvme-pci: rename the descriptor pools
Christoph Hellwig
1
-42
/
+42
2025-05-20
nvme-pci: remove struct nvme_descriptor
Christoph Hellwig
1
-33
/
+24
[next]