summaryrefslogtreecommitdiffstats
path: root/sys/dev/nvme/nvme_ns.c
Commit message (Expand)AuthorAgeFilesLines
* Create a unique unit number for each controller and namespace cdev.jimharris2013-11-011-2/+9
* Fix the LINT build.jimharris2013-10-081-0/+1
* Add driver-assisted striping for upcoming Intel NVMe controllers that canjimharris2013-10-081-0/+223
* Change the way that unmapped I/O capability is advertised.ken2013-08-151-4/+3
* Fix nvme(4) and nvd(4) to support non 512-byte sector sizes.jimharris2013-07-191-1/+11
* Update copyright dates.jimharris2013-07-091-1/+1
* Remove the NVME_IDENTIFY_CONTROLLER and NVME_IDENTIFY_NAMESPACE IOCTLs and re...jimharris2013-04-121-22/+0
* Add support for passthrough NVMe commands.jimharris2013-04-121-0/+5
* Remove the NVMe-specific physio and associated routines.jimharris2013-04-121-4/+2
* Add a mutex to each namespace, for general locking operations on the namespace.jimharris2013-04-121-0/+11
* Add unmapped bio support to nvme(4) and nvd(4).jimharris2013-04-011-10/+10
* Remove obsolete comment. This code has now been tested with the QEMUjimharris2013-03-281-4/+0
* Clean up debug prints.jimharris2013-03-261-1/+1
* Change a number of malloc(9) calls to use M_WAITOK instead ofjimharris2013-03-261-1/+1
* Replace usages of mtx_pool_find used for admin commands with a pollingjimharris2013-03-261-38/+14
* Create struct nvme_status.jimharris2013-03-261-4/+4
* Add API for nvme consumers to access controller and namespace identify data.jimharris2013-03-261-0/+7
* Add controller reset capability to nvme(4) and ability to explicitlyjimharris2013-03-261-2/+15
* Do not look at the namespace's thin provisioning field to determine if DSMjimharris2013-03-261-1/+1
* Add return codes to all functions used for submitting commands to I/Ojimharris2012-10-181-14/+19
* This is the first of several commits which will add NVM Express (NVMe)jimharris2012-09-171-0/+364
OpenPOWER on IntegriCloud