aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme-core.c
Commit message (Expand)AuthorAge
* NVMe: Use user defined admin ioctl timeoutKeith Busch2013-05-09
* NVMe: Only clear the enable bit when disabling controllerMatthew Wilcox2013-05-08
* NVMe: Wait for device to acknowledge shutdownMatthew Wilcox2013-05-08
* NVMe: Schedule timeout for sync commandsKeith Busch2013-05-02
* NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IOKeith Busch2013-05-02
* NVMe: Device specific stripe size handlingKeith Busch2013-05-02
* NVMe: Split non-mergeable bio requestsKeith Busch2013-05-02
* NVMe: Remove dead code in nvme_dev_addKeith Busch2013-05-02
* NVMe: Check for NULL memory in nvme_dev_addKeith Busch2013-05-02
* NVMe: Fix error clean-up on nvme_alloc_queueKeith Busch2013-05-02
* NVMe: Free admin queue on request_irq errorKeith Busch2013-05-02
* NVMe: Set TASK_INTERRUPTIBLE before processing queuesArjan van de Ven2013-05-01
* NVMe: Add a character device for each nvme deviceKeith Busch2013-04-16
* NVMe: Fix endian-related problems in user I/O submission pathMatthew Wilcox2013-04-16
* NVMe: Fix I/O cancellation status on big-endian machinesMatthew Wilcox2013-04-16
* NVMe: Don't fail initialisation unnecessarilyMatthew Wilcox2013-04-16
* NVMe: Abstract out sector to block number conversionMatthew Wilcox2013-04-16
* NVMe: Use round_jiffies_relative() for the periodic, once-per-second timerArjan van de Ven2013-04-16
* NVMe: Add nvme-scsi.cVishal Verma2013-03-28
* NVMe: Add definitions for format commandVishal Verma2013-03-27
* NVMe: Move structures & definitions to header fileVishal Verma2013-03-27
* NVMe: Rename nvme.c to nvme-core.cVishal Verma2013-03-26