| Age | Commit message (Expand) | Author |
| 2026-02-24 | chore: replace {0, 0} with {DEV,KOBJ}METHOD_END | Enji Cooper |
| 2025-12-10 | nvme: remove now-redundant consumer interface | Warner Losh |
| 2025-12-10 | nvd: Connect nvme_if methods | Warner Losh |
| 2025-12-10 | nvd: Attach as a child of nvme | Warner Losh |
| 2025-12-05 | nvme: Rename NVME_NS_ADDED to NVME_NS_ALIVE and _CHANGED to _DELTA | Warner Losh |
| 2025-11-18 | nvd: handle namespace changes | Wanpeng Qian |
| 2023-11-26 | sys: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-11-15 | Add interface NVME to devstat | Alexander Motin |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2022-07-20 | Adjust nvd_{load,unload}() definitions to avoid clang 15 warnings | Dimitry Andric |
| 2022-05-13 | kerneldump: remove physical argument from d_dumper | Mitchell Horne |
| 2021-12-06 | nvd: For AHCI attached devices, report ahci bridge | Warner Losh |
| 2020-09-01 | nvd: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-08-12 | Report attachment for nvd same as reported for nda. | Alexander Motin |
| 2020-02-26 | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki |
| 2019-08-14 | Add missing break statements in r351004. | Alexander Motin |
| 2019-08-13 | Make nvd(4) report NGUID or EUI64 as GEOM::lunid. | Alexander Motin |
| 2019-08-12 | Missed part of r350523. | Alexander Motin |
| 2019-01-29 | Fix GCC build, failed due to false integer overflow in r343562. | Alexander Motin |
| 2019-01-29 | Reimplement BIO_ORDERED handling in nvd(4). | Alexander Motin |
| 2018-12-27 | Fix incorrectly inserted copyright in r342557. | Alexander Motin |
| 2018-12-27 | Reimplement nvd(4) detach handling. | Alexander Motin |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-08-04 | Make nvd vs nda choice boot-time rather than build-time | Warner Losh |
| 2017-01-12 | Report random flash storage as non-rotating to GEOM_DISK. | Alexander Motin |
| 2016-07-19 | Remove unused variable from last commit. | Scott Long |
| 2016-07-19 | Supporting flushing the dump before returning, and simplify/combine the | Scott Long |
| 2016-07-19 | Implement crashdump support on NVME | Scott Long |
| 2016-03-10 | Revert r292074 (by smh): Limit stripesize reported from nvd(4) to 4K | Alexander Motin |
| 2016-01-28 | nvd: add hw.nvd.delete_max tunable | Jim Harris |
| 2016-01-07 | nvd: submit bios directly when BIO_ORDERED not set or in flight | Jim Harris |
| 2016-01-07 | nvd: break out submission logic into separate function | Jim Harris |
| 2016-01-07 | nvd: skip BIO_ORDERED logic when bio fails submission | Jim Harris |
| 2016-01-07 | nvd: do not wait for previous bios before submitting ordered bio | Jim Harris |
| 2016-01-07 | nvd: set DISKFLAG_DIRECT_COMPLETION | Jim Harris |
| 2015-12-11 | Limit stripesize reported from nvd(4) to 4K | Steven Hartland |
| 2015-10-30 | nvd, nvme: report stripesize through GEOM disk layer | Jim Harris |
| 2015-07-21 | nvd: set d_delmaxsize to full capacity of NVMe namespace | Jim Harris |
| 2013-10-08 | Add driver-assisted striping for upcoming Intel NVMe controllers that can | Jim Harris |
| 2013-07-19 | Add message when nvd disks are attached and detached. | Jim Harris |
| 2013-07-19 | Do not call disk_create() until we have completed all initialization of our | Jim Harris |
| 2013-07-17 | Define constants for the lengths of the serial number, model number | Jim Harris |
| 2013-07-09 | Update copyright dates. | Jim Harris |
| 2013-04-01 | Add unmapped bio support to nvme(4) and nvd(4). | Jim Harris |
| 2013-03-26 | Change a number of malloc(9) calls to use M_WAITOK instead of | Jim Harris |
| 2013-03-26 | Add the ability to internally mark a controller as failed, if it is unable to | Jim Harris |
| 2013-03-26 | Have nvd(4) register for controller notifications. | Jim Harris |
| 2013-03-26 | Create struct nvme_status. | Jim Harris |
| 2013-03-26 | Add an interface for nvme shim drivers (i.e. nvd) to register for | Jim Harris |