aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nvme.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-27NVMe: Do not set IO queue depth beyond device maxKeith Busch1-0/+1
2012-07-26NVMe: Set block queue max sectorsKeith Busch1-0/+1
2011-11-04NVMe: Update Identify Controller data structureMatthew Wilcox1-5/+22
2011-11-04NVMe: Implement doorbell stride capabilityMatthew Wilcox1-0/+1
2011-11-04NVMe: Rework ioctlsMatthew Wilcox1-11/+23
2011-11-04NVMe: Time out initialisation after a few secondsMatthew Wilcox1-0/+2
2011-11-04NVMe: Correct the Controller Configuration settingsMatthew Wilcox1-4/+6
2011-11-04NVMe: Change the definition of nvme_user_ioMatthew Wilcox1-5/+3
2011-11-04NVMe: Correct the definitions of two ioctlsMatthew Wilcox1-2/+2
2011-11-04NVMe: Remove outdated commentsMatthew Wilcox1-1/+0
2011-11-04NVMe: Update admin opcodes to match the 1.0RC specKrzysztof Wierzbicki1-7/+7
2011-11-04NVMe: Update BAR structure to match the current specMatthew Wilcox1-2/+4
2011-11-04NVMe: Add download / activate firmware ioctlsMatthew Wilcox1-6/+27
2011-11-04NVMe: Add remaining status codesMatthew Wilcox1-0/+15
2011-11-04NVMe: Add NVME_IOCTL_SUBMIT_IOMatthew Wilcox1-0/+18
2011-11-04NVMe: Make nvme_common_command more featurefulMatthew Wilcox1-8/+12
2011-11-04NVMe: New driverMatthew Wilcox1-0/+343