aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvme/nvme_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* nvme(4): Correct a typo in a sysctl descriptionGordon Bergling2021-12-031-1/+1
* nvme: Remove compat code for older kernelsWarner Losh2021-07-311-10/+0
* MFC r360568:David Bright2020-05-141-6/+7
* MFC r352630: Make nvme(4) driver some more NUMA aware.Alexander Motin2019-10-251-3/+3
* MFC r350147 (by imp): Keep track of the number of commands that exhaust their...Alexander Motin2019-08-121-0/+24
* MFC r350146 (by imp): Keep track of the number of retried commands.Alexander Motin2019-08-121-0/+23
* MFC r350120 (by imp): Use sysctl + CTLRWTUN for hw.nvme.verbose_cmd_dump.Alexander Motin2019-08-121-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-27/+25
* 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