aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nvme.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-13NVMe: Fix hot cpu notification dead lockKeith Busch1-1/+1
2014-06-03NVMe: Rename io_timeout to nvme_io_timeoutMatthew Wilcox1-2/+2
2014-05-05NVMe: Flush with data supportKeith Busch1-1/+0
2014-05-05NVMe: Configure support for block flushKeith Busch1-0/+1
2014-05-05NVMe: Update copyright headersMatthew Wilcox1-5/+1
2014-04-11Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds1-9/+12
2014-04-10NVMe: Retry failed commands with non-fatal errorsKeith Busch1-2/+2
2014-04-10NVMe: Make I/O timeout a module parameterKeith Busch1-1/+2
2014-04-10NVMe: CPU hot plug notificationKeith Busch1-0/+1
2014-04-10NVMe: per-cpu io queuesKeith Busch1-1/+5
2014-03-24NVMe: IOCTL path RCU protect queue accessKeith Busch1-4/+1
2014-03-24NVMe: RCU protected access to io queuesKeith Busch1-1/+1
2014-03-07nvme: don't use PREPARE_WORKTejun Heo1-0/+1
2014-01-27NVMe: Abort timed out commandsKeith Busch1-0/+1
2014-01-27NVMe: Schedule reset for failed controllersKeith Busch1-0/+1
2013-12-16NVMe: Device resume error handlingKeith Busch1-0/+1
2013-12-16NVMe: compat SG_IO ioctlKeith Busch1-0/+1
2013-11-18NVMe: Avoid shift operation when writing cq head doorbellHaiyan Hu1-1/+1
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