summaryrefslogtreecommitdiff
path: root/include/uapi/linux/nvme.h
AgeCommit message (Collapse)AuthorFilesLines
2014-01-28NVMe: Abort timed out commandsKeith Busch1-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>
2013-09-04NVMe: Update nvme_id_power_state with latest specKeith Busch1-1/+7
Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
2013-09-04NVMe: Split header file into user-visible and kernel-visible piecesMatthew Wilcox1-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>