aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvme/nvme_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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