summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/nvme.h
Commit message (Collapse)AuthorAgeFilesLines
* NVMe: Abort timed out commandsKeith Busch2014-01-271-0/+11
| | | | | | | | | | Send nvme abort command to io requests that have timed out on an initialized device. If the command is not returned after another timeout, schedule the controller for reset. Signed-off-by: Keith Busch <keith.busch@intel.com> [fix endianness issues] Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
* NVMe: Update nvme_id_power_state with latest specKeith Busch2013-09-031-1/+7
| | | | | Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
* NVMe: Split header file into user-visible and kernel-visible piecesMatthew Wilcox2013-09-031-0/+471
To build user programs that call the NVMe ioctls, we need to have a user header file. Catch up to the new way of doing that by splitting the header file into kernel and uapi portions. Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
OpenPOWER on IntegriCloud