NVM Express (NVMe) host drivers for PCIe SSDs and NVMe-over-Fabrics
NVMe is the standard protocol used by virtually all modern solid-state drives, whether they plug directly into a PCIe slot or M.2 connector, sit behind a network fabric in a data center, or live inside Apple Silicon Macs as the built-in ANS storage controller. These host drivers let Linux talk to those devices as fast block storage.
recommendation
It should stay because NVMe is the dominant interface for modern solid-state storage, and this directory holds the host-side code for every common transport: PCIe SSDs, NVMe-over-TCP, NVMe-over-RDMA, NVMe-over-Fibre-Channel, and Apple's ANS controllers in M-series Macs. Upstream development is highly active through 2025 and into 2026, and major vendors like Samsung and Solidigm continue to ship new NVMe drives.
repository signals
sources
- kernel.org
Upstream kernel documentation treats NVMe as a current first-class subsystem, covering host-side functionality and policy.
- lore-kernel.gnuweeb.org
linux-nvme mailing-list archive shows active mid-2025 development threads for admin controllers, nvme-pci fixes, and nvme-fc work rather than removal discussion.
- lore-kernel.gnuweeb.org
linux-nvme mailing-list archive shows continued late-2025 feature work, including Apple ANS2 support and block/nvme changes, indicating expanding hardware coverage.
- semiconductor.samsung.com
Samsung continued marketing PM9A3 data-center PCIe 4.0 NVMe SSDs, showing mainstream NVMe hardware remained sold new in 2025.
- solidigm.com
Solidigm continued marketing D7-P5520 PCIe 4.0 NVMe SSDs for enterprise and cloud deployments, supporting ongoing new deployment relevance.
codex reasoning notes (technical)
Real driver directory with multiple transport and platform implementations (pci, tcp, rdma, fc, apple). Local shell check (`git -c safe.directory=... log -- drivers/nvme/host`) showed active upstream changes through 2026-03-13, including nvme-pci and core fixes. Web search found active linux-nvme archive pages (gnuweeb lore mirror) showing new feature and maintenance traffic in 2025, and no visible deprecation/removal series. Web search also found current vendor product pages for Samsung and Solidigm NVMe SSDs, so hardware is still sold and broadly deployed. URLs were obtained via `web.search_query`, except the local-git activity observation which is summarized here without a URL.