aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nvme.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-03NVMe: Use normal shutdownKeith Busch1-0/+2
2013-09-03NVMe: Namespace IDs are unsignedMatthew Wilcox1-1/+1
2013-09-03NVMe: Split header file into user-visible and kernel-visible piecesMatthew Wilcox1-456/+5
2013-06-20NVMe: Disk IO statisticsKeith Busch1-0/+1
2013-05-08NVMe: Simplify Firmware Activate code slightlyMatthew Wilcox1-0/+3
2013-05-02NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IOKeith Busch1-0/+1
2013-05-02NVMe: Device specific stripe size handlingKeith Busch1-0/+1
2013-04-16NVMe: Add a character device for each nvme deviceKeith Busch1-0/+5
2013-04-16NVMe: Fix endian-related problems in user I/O submission pathMatthew Wilcox1-2/+2
2013-04-16NVMe: Abstract out sector to block number conversionMatthew Wilcox1-0/+5
2013-03-28NVMe: Add nvme-scsi.cVishal Verma1-0/+35
2013-03-27NVMe: Add definitions for format commandVishal Verma1-0/+12
2013-03-27NVMe: Move structures & definitions to header fileVishal Verma1-0/+60
2013-03-26NVMe: Add discard support for capable devicesKeith Busch1-0/+32
2012-11-13NVMe: Define SMART logKeith Busch1-0/+28
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