index
:
linux/linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
Age
Commit message (
Expand
)
Author
12 days
nvme: fix misaccounting of nvme-mpath inflight I/O
Yu Kuai
12 days
nvme: fix endianness of command word prints in nvme_log_err_passthru()
John Garry
12 days
nvme: fix inconsistent RCU list manipulation in nvme_ns_add_to_ctrl_list()
Zheng Qixing
2025-07-10
nvme: Fix incorrect cdw15 value in passthru error logging
Alok Tiwari
2025-07-06
nvme-tcp: sanitize request list handling
Hannes Reinecke
2025-07-06
nvme-tcp: fix I/O stalls on congested sockets
Hannes Reinecke
2025-06-27
nvme: always punt polled uring_cmd end_io work to task_work
Jens Axboe
2025-06-19
nvme: fix command limits status code
Keith Busch
2025-06-04
nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 Pro
Ilya Guterman
2025-05-29
nvme-pci: add quirks for WDC Blue SN550 15b7:5009
Wentao Guan
2025-05-29
nvme-pci: add quirks for device 126f:1001
Wentao Guan
2025-05-22
nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisable
Keith Busch
2025-05-22
nvme-pci: make nvme_pci_npages_prp() __always_inline
Kees Cook
2025-05-18
nvme: unblock ctrl state transition for firmware update
Daniel Wagner
2025-05-09
nvme-tcp: select CONFIG_TLS from CONFIG_NVME_TCP_TLS
Alistair Francis
2025-05-09
nvme-tcp: fix premature queue removal and I/O failover
Michael Liang
2025-05-09
nvme-pci: fix queue unquiesce check on slot_reset
Keith Busch
2025-05-02
nvme: fixup scan failure for non-ANA multipath controllers
Hannes Reinecke
2025-05-02
nvme: multipath: fix return value of nvme_available_path
Uday Shankar
2025-05-02
nvme: re-read ANA log page after ns scan completes
Hannes Reinecke
2025-05-02
nvme: requeue namespace scan on missed AENs
Hannes Reinecke
2025-04-25
block: don't reorder requests in blk_add_rq_to_plug
Christoph Hellwig
2025-04-25
block: add a rq_list type
Christoph Hellwig
2025-04-10
nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer
Caleb Sander Mateos
2025-04-10
nvme-pci: fix stuck reset on concurrent DPC and HP
Keith Busch
2025-04-10
nvme-pci: skip CMB blocks incompatible with PCI P2P DMA
Icenowy Zheng
2025-04-10
nvme-pci: clean up CMBMSC when registering CMB fails
Icenowy Zheng
2025-04-10
nvme-tcp: fix possible UAF in nvme_tcp_poll
Sagi Grimberg
2025-03-22
nvme-fc: rely on state transitions to handle connectivity loss
Daniel Wagner
2025-03-22
block: change blk_mq_add_to_batch() third argument type to bool
Shin'ichiro Kawasaki
2025-03-22
nvme: move error logging from nvme_end_req() to __nvme_end_req()
Shin'ichiro Kawasaki
2025-03-22
nvme: only allow entering LIVE from CONNECTING state
Daniel Wagner
2025-03-22
apple-nvme: Release power domains when probe fails
Hector Martin
2025-03-22
nvme-pci: quirk Acer FA100 for non-uniqueue identifiers
Christopher Lentocha
2025-03-22
nvme-fc: do not ignore connectivity loss during connecting
Daniel Wagner
2025-03-22
nvme-fc: go straight to connecting state when initializing
Daniel Wagner
2025-03-13
nvme-tcp: Fix a C2HTermReq error message
Maurizio Lombardi
2025-03-13
nvme-tcp: fix signedness bug in nvme_tcp_init_connection()
Dan Carpenter
2025-03-13
nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()
Maurizio Lombardi
2025-03-13
nvme-tcp: add basic support for the C2HTermReq PDU
Maurizio Lombardi
2025-03-13
nvme-ioctl: fix leaked requests on mapping error
Keith Busch
2025-03-13
nvme-pci: use sgls for all user requests if possible
Keith Busch
2025-03-13
nvme-pci: add support for sgl metadata
Keith Busch
2025-02-27
nvme/ioctl: add missing space in err message
Caleb Sander Mateos
2025-02-27
nvme-tcp: fix connect failure on receiving partial ICResp PDU
Caleb Sander Mateos
2025-02-27
nvme: tcp: Fix compilation warning with W=1
Damien Le Moal
2025-02-17
nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirk
Georg Gottleuber
2025-02-17
nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirk
Georg Gottleuber
2025-02-17
nvme-fc: use ctrl state getter
Daniel Wagner
2025-02-17
nvme: make nvme_tls_attrs_group static
Keith Busch
[next]