summaryrefslogtreecommitdiff
path: root/sys/dev/nvme/nvme_sysctl.c
AgeCommit message (Expand)Author
2025-08-28nvme: Style tweaksWarner Losh
2024-11-02nvme: Rename the per-I/O queue sysctl device nodesJohn Baldwin
2024-10-15nvme: Inject artificial failure on resetWarner Losh
2024-10-15nvme: Export recovery stateWarner Losh
2024-10-07nvme: Don't create sysctl for io queues not createdWarner Losh
2024-05-24nvme: Count number of alginment splitsWarner Losh
2023-11-06nvme: Introduce longer timeouts for admin queueAlexander Motin
2023-08-25nvme: Add exclusion for ISRWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-07nvme: Remove duplicate command printing routineWarner Losh
2023-08-07nvme: Remove duplicate completion printing routineWarner Losh
2023-06-12nvme: Switch to nda by defaultWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-03-31nvme: Publish the drive's capabilitiesWarner Losh
2021-11-30nvme(4): Correct a typo in a sysctl descriptionGordon Bergling
2021-09-28nvme: count number of ignored interruptsWarner Losh
2021-09-28nvme: Add sanity check for phase on startup.Warner Losh
2021-08-10Mark some sysctls as CTLFLAG_MPSAFE.Alexander Motin
2020-10-24nvme: Remove compat code for older kernelsWarner Losh
2020-09-01nvme: clean up empty lines in .c and .h filesMateusz Guzik
2020-05-02Fix various Coverity-detected errors in nvme driverDavid Bright
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-09-23Make nvme(4) driver some more NUMA aware.Alexander Motin
2019-07-19Keep track of the number of commands that exhaust their retry limit.Warner Losh
2019-07-19Keep track of the number of retried commands.Warner Losh
2019-07-19Use sysctl + CTLRWTUN for hw.nvme.verbose_cmd_dump.Warner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-08-28Add new compile-time option NVME_USE_NVD that sets the default valueWarner Losh
2017-08-04Make nvd vs nda choice boot-time rather than build-timeWarner Losh
2016-03-10Revert r292074 (by smh): Limit stripesize reported from nvd(4) to 4KAlexander Motin
2016-01-07nvme: add hw.nvme.min_cpus_per_ioq tunableJim Harris
2015-12-11Limit stripesize reported from nvd(4) to 4KSteven Hartland
2013-07-09Update copyright dates.Jim Harris
2013-03-26Remove the is_started flag from struct nvme_controller.Jim Harris
2013-03-26Add a tunable for the I/O timeout interval. Default is still 30 seconds,Jim Harris
2012-10-18Preallocate a limited number of nvme_tracker objects per qpair, ratherJim Harris
2012-10-18Merge struct nvme_prp_list into struct nvme_tracker.Jim Harris
2012-10-10Count number of times each queue pair's interrupt handler is invoked.Jim Harris
2012-09-17This is the first of several commits which will add NVM Express (NVMe)Jim Harris