summaryrefslogtreecommitdiffstats
path: root/include/linux/nvme.h
Commit message (Expand)AuthorAgeFilesLines
* NVMe: Simplify Firmware Activate code slightlyMatthew Wilcox2013-05-081-0/+3
* NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IOKeith Busch2013-05-021-0/+1
* NVMe: Device specific stripe size handlingKeith Busch2013-05-021-0/+1
* NVMe: Add a character device for each nvme deviceKeith Busch2013-04-161-0/+5
* NVMe: Fix endian-related problems in user I/O submission pathMatthew Wilcox2013-04-161-2/+2
* NVMe: Abstract out sector to block number conversionMatthew Wilcox2013-04-161-0/+5
* NVMe: Add nvme-scsi.cVishal Verma2013-03-281-0/+35
* NVMe: Add definitions for format commandVishal Verma2013-03-271-0/+12
* NVMe: Move structures & definitions to header fileVishal Verma2013-03-271-0/+60
* NVMe: Add discard support for capable devicesKeith Busch2013-03-261-0/+32
* NVMe: Define SMART logKeith Busch2012-11-131-0/+28
* NVMe: Do not set IO queue depth beyond device maxKeith Busch2012-07-271-0/+1
* NVMe: Set block queue max sectorsKeith Busch2012-07-261-0/+1
* NVMe: Update Identify Controller data structureMatthew Wilcox2011-11-041-5/+22
* NVMe: Implement doorbell stride capabilityMatthew Wilcox2011-11-041-0/+1
* NVMe: Rework ioctlsMatthew Wilcox2011-11-041-11/+23
* NVMe: Time out initialisation after a few secondsMatthew Wilcox2011-11-041-0/+2
* NVMe: Correct the Controller Configuration settingsMatthew Wilcox2011-11-041-4/+6
* NVMe: Change the definition of nvme_user_ioMatthew Wilcox2011-11-041-5/+3
* NVMe: Correct the definitions of two ioctlsMatthew Wilcox2011-11-041-2/+2
* NVMe: Remove outdated commentsMatthew Wilcox2011-11-041-1/+0
* NVMe: Update admin opcodes to match the 1.0RC specKrzysztof Wierzbicki2011-11-041-7/+7
* NVMe: Update BAR structure to match the current specMatthew Wilcox2011-11-041-2/+4
* NVMe: Add download / activate firmware ioctlsMatthew Wilcox2011-11-041-6/+27
* NVMe: Add remaining status codesMatthew Wilcox2011-11-041-0/+15
* NVMe: Add NVME_IOCTL_SUBMIT_IOMatthew Wilcox2011-11-041-0/+18
* NVMe: Make nvme_common_command more featurefulMatthew Wilcox2011-11-041-8/+12
* NVMe: New driverMatthew Wilcox2011-11-041-0/+343