Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-04 | NVMe: Update nvme_id_power_state with latest spec | Keith Busch | 1 | -1/+7 | |
Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> | |||||
2013-09-04 | NVMe: Split header file into user-visible and kernel-visible pieces | Matthew Wilcox | 1 | -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> |