aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvme/nvme_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* nvme: Rename the per-I/O queue sysctl device nodesJohn Baldwin2024-11-021-4/+8
* nvme: Inject artificial failure on resetWarner Losh2024-10-151-0/+4
* nvme: Export recovery stateWarner Losh2024-10-151-0/+4
* nvme: Don't create sysctl for io queues not createdWarner Losh2024-10-081-20/+41
* nvme: Count number of alginment splitsWarner Losh2024-05-241-0/+5
* nvme: Introduce longer timeouts for admin queueAlexander Motin2023-11-061-5/+10
* nvme: Add exclusion for ISRWarner Losh2023-08-251-0/+24
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* nvme: Remove duplicate command printing routineWarner Losh2023-08-071-1/+1
* nvme: Remove duplicate completion printing routineWarner Losh2023-08-071-1/+1
* nvme: Switch to nda by defaultWarner Losh2023-06-131-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* nvme: Publish the drive's capabilitiesWarner Losh2022-04-011-0/+8
* nvme(4): Correct a typo in a sysctl descriptionGordon Bergling2021-11-301-1/+1
* nvme: count number of ignored interruptsWarner Losh2021-09-291-0/+24
* nvme: Add sanity check for phase on startup.Warner Losh2021-09-291-1/+6
* Mark some sysctls as CTLFLAG_MPSAFE.Alexander Motin2021-08-111-9/+9
* nvme: Remove compat code for older kernelsWarner Losh2020-10-241-10/+0
* nvme: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Fix various Coverity-detected errors in nvme driverDavid Bright2020-05-021-6/+7
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-17/+20
* Make nvme(4) driver some more NUMA aware.Alexander Motin2019-09-231-3/+3
* Keep track of the number of commands that exhaust their retry limit.Warner Losh2019-07-191-0/+24
* Keep track of the number of retried commands.Warner Losh2019-07-191-0/+23
* Use sysctl + CTLRWTUN for hw.nvme.verbose_cmd_dump.Warner Losh2019-07-191-0/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add new compile-time option NVME_USE_NVD that sets the default valueWarner Losh2017-08-281-1/+7
* Make nvd vs nda choice boot-time rather than build-timeWarner Losh2017-08-041-0/+6
* Revert r292074 (by smh): Limit stripesize reported from nvd(4) to 4KAlexander Motin2016-03-101-16/+0
* nvme: add hw.nvme.min_cpus_per_ioq tunableJim Harris2016-01-071-1/+5
* Limit stripesize reported from nvd(4) to 4KSteven Hartland2015-12-111-0/+16
* Update copyright dates.Jim Harris2013-07-091-1/+1
* Remove the is_started flag from struct nvme_controller.Jim Harris2013-03-261-32/+30
* Add a tunable for the I/O timeout interval. Default is still 30 seconds,Jim Harris2013-03-261-0/+24
* Preallocate a limited number of nvme_tracker objects per qpair, ratherJim Harris2012-10-181-3/+3
* Merge struct nvme_prp_list into struct nvme_tracker.Jim Harris2012-10-181-3/+0
* Count number of times each queue pair's interrupt handler is invoked.Jim Harris2012-10-101-0/+91
* This is the first of several commits which will add NVM Express (NVMe)Jim Harris2012-09-171-0/+187