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