summaryrefslogtreecommitdiffstats
path: root/sys/dev/nvme/nvme.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r292074 (by smh): Limit stripesize reported from nvd(4) to 4Kmav2016-03-101-1/+0
* Implement power command to list all power modes, find out the powerimp2016-01-301-1/+29
* Limit stripesize reported from nvd(4) to 4Ksmh2015-12-111-0/+1
* nvd, nvme: report stripesize through GEOM disk layerjimharris2015-10-301-0/+1
* Extend some 32-bit fields and variables to 64-bit to prevent overflowjimharris2013-10-081-1/+1
* Add driver-assisted striping for upcoming Intel NVMe controllers that canjimharris2013-10-081-1/+1
* Send a shutdown notification in the driver unload path, to ensurejimharris2013-08-131-11/+14
* Add message when nvd disks are attached and detached.jimharris2013-07-191-2/+4
* Define constants for the lengths of the serial number, model numberjimharris2013-07-171-3/+7
* Fix a poorly worded comment in nvme(4).jimharris2013-07-111-3/+3
* Update copyright dates.jimharris2013-07-091-1/+1
* Add firmware replacement and activation support to nvmecontrol(8) throughjimharris2013-06-271-0/+6
* Use MAXPHYS to specify the maximum I/O size for nvme(4).jimharris2013-06-261-0/+4
* Remove the NVME_IDENTIFY_CONTROLLER and NVME_IDENTIFY_NAMESPACE IOCTLs and re...jimharris2013-04-121-6/+5
* Add support for passthrough NVMe commands.jimharris2013-04-121-0/+59
* Add unmapped bio support to nvme(4) and nvd(4).jimharris2013-04-011-0/+4
* Add the ability to internally mark a controller as failed, if it is unable tojimharris2013-03-261-1/+3
* Pass associated log page data to async event consumers, if requested.jimharris2013-03-261-1/+2
* Add structure definitions and controller command function for firmwarejimharris2013-03-261-0/+12
* Add structure definitions and a controller command function forjimharris2013-03-261-0/+13
* Create struct nvme_status.jimharris2013-03-261-11/+19
* Add API for nvme consumers to access controller and namespace identify data.jimharris2013-03-261-0/+4
* Add controller reset capability to nvme(4) and ability to explicitlyjimharris2013-03-261-0/+1
* Create a generic nvme_ctrlr_cmd_get_log_page function, and change thejimharris2013-03-261-0/+4
* Expose the get/set features API to nvme consumers.jimharris2013-03-261-0/+10
* Add an interface for nvme shim drivers (i.e. nvd) to register forjimharris2013-03-261-3/+11
* Enable asynchronous event requests on non-Chatham devices.jimharris2013-03-261-1/+1
* Add ability to queue nvme_request objects if no nvme_trackers are available.jimharris2012-10-181-3/+0
* Add return codes to all functions used for submitting commands to I/Ojimharris2012-10-181-4/+4
* Add __aligned(4) to NVMe defined data structures.jimharris2012-09-181-3/+3
* This is the first of several commits which will add NVM Express (NVMe)jimharris2012-09-171-0/+738
OpenPOWER on IntegriCloud