aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-20NVMe: Disk IO statisticsKeith Busch1-0/+28
2013-06-20NVMe: Restructure MSI / MSI-X setupMatthew Wilcox1-21/+23
2013-05-31NVMe: Add MSI supportRamachandra Rao Gajula1-8/+32
2013-05-28NVMe: Use dma_set_mask() correctlyMatthew Wilcox1-2/+8
2013-05-23Return the result from user admin command IOCTL even in case of failureChayan Biswas1-1/+1
2013-05-17NVMe: Do not cancel command multiple timesKeith Busch1-0/+2
2013-05-17NVMe: fix error return code in nvme_submit_bio_queue()Wei Yongjun1-1/+2
2013-05-17NVMe: check for integer overflow in nvme_map_user_pages()Dan Carpenter1-2/+3
2013-05-09NVMe: Use user defined admin ioctl timeoutKeith Busch1-1/+5
2013-05-08NVMe: Only clear the enable bit when disabling controllerMatthew Wilcox1-1/+4
2013-05-08NVMe: Wait for device to acknowledge shutdownMatthew Wilcox1-19/+46
2013-05-02NVMe: Schedule timeout for sync commandsKeith Busch1-1/+1
2013-05-02NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IOKeith Busch1-4/+67
2013-05-02NVMe: Device specific stripe size handlingKeith Busch1-4/+15
2013-05-02NVMe: Split non-mergeable bio requestsKeith Busch1-30/+122
2013-05-02NVMe: Remove dead code in nvme_dev_addKeith Busch1-9/+2
2013-05-02NVMe: Check for NULL memory in nvme_dev_addKeith Busch1-0/+2
2013-05-02NVMe: Fix error clean-up on nvme_alloc_queueKeith Busch1-1/+1
2013-05-02NVMe: Free admin queue on request_irq errorKeith Busch1-4/+9
2013-05-01NVMe: Set TASK_INTERRUPTIBLE before processing queuesArjan van de Ven1-2/+1
2013-04-16NVMe: Add a character device for each nvme deviceKeith Busch1-10/+64
2013-04-16NVMe: Fix endian-related problems in user I/O submission pathMatthew Wilcox1-4/+4
2013-04-16NVMe: Fix I/O cancellation status on big-endian machinesMatthew Wilcox1-1/+1
2013-04-16NVMe: Don't fail initialisation unnecessarilyMatthew Wilcox1-1/+7
2013-04-16NVMe: Abstract out sector to block number conversionMatthew Wilcox1-2/+2
2013-04-16NVMe: Use round_jiffies_relative() for the periodic, once-per-second timerArjan van de Ven1-1/+1
2013-03-28NVMe: Add nvme-scsi.cVishal Verma1-17/+20
2013-03-27NVMe: Add definitions for format commandVishal Verma1-0/+1
2013-03-27NVMe: Move structures & definitions to header fileVishal Verma1-55/+0
2013-03-26NVMe: Rename nvme.c to nvme-core.cVishal Verma1-0/+1865