aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvd
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Make nvd vs nda choice boot-time rather than build-timeWarner Losh2017-08-041-0/+5
* Report random flash storage as non-rotating to GEOM_DISK.Alexander Motin2017-01-121-4/+2
* Remove unused variable from last commit.Scott Long2016-07-191-1/+0
* Supporting flushing the dump before returning, and simplify/combine theScott Long2016-07-191-8/+1
* Implement crashdump support on NVMEScott Long2016-07-191-0/+22
* Revert r292074 (by smh): Limit stripesize reported from nvd(4) to 4KAlexander Motin2016-03-101-1/+1
* nvd: add hw.nvd.delete_max tunableJim Harris2016-01-281-1/+17
* nvd: submit bios directly when BIO_ORDERED not set or in flightJim Harris2016-01-071-0/+18
* nvd: break out submission logic into separate functionJim Harris2016-01-071-12/+23
* nvd: skip BIO_ORDERED logic when bio fails submissionJim Harris2016-01-071-0/+1
* nvd: do not wait for previous bios before submitting ordered bioJim Harris2016-01-071-13/+0
* nvd: set DISKFLAG_DIRECT_COMPLETIONJim Harris2016-01-071-1/+1
* Limit stripesize reported from nvd(4) to 4KSteven Hartland2015-12-111-1/+1
* nvd, nvme: report stripesize through GEOM disk layerJim Harris2015-10-301-0/+1
* nvd: set d_delmaxsize to full capacity of NVMe namespaceJim Harris2015-07-211-0/+1
* Add driver-assisted striping for upcoming Intel NVMe controllers that canJim Harris2013-10-081-11/+0
* Add message when nvd disks are attached and detached.Jim Harris2013-07-191-8/+29
* Do not call disk_create() until we have completed all initialization of ourJim Harris2013-07-191-2/+2
* Define constants for the lengths of the serial number, model numberJim Harris2013-07-171-2/+6
* Update copyright dates.Jim Harris2013-07-091-1/+1
* Add unmapped bio support to nvme(4) and nvd(4).Jim Harris2013-04-011-0/+5
* Change a number of malloc(9) calls to use M_WAITOK instead ofJim Harris2013-03-261-2/+2
* Add the ability to internally mark a controller as failed, if it is unable toJim Harris2013-03-261-1/+21
* Have nvd(4) register for controller notifications.Jim Harris2013-03-261-17/+54
* Create struct nvme_status.Jim Harris2013-03-261-2/+2
* Add an interface for nvme shim drivers (i.e. nvd) to register forJim Harris2013-03-261-4/+6
* Add ability to queue nvme_request objects if no nvme_trackers are available.Jim Harris2012-10-181-19/+3
* Add return codes to all functions used for submitting commands to I/OJim Harris2012-10-181-1/+13
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* This is the first of several commits which will add NVM Express (NVMe)Jim Harris2012-09-171-0/+318