aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/nvme-core.c
AgeCommit message (Expand)Author
2013-09-06NVMe: Merge issue on character device bring-upKeith Busch
2013-09-03NVMe: Handle ioremap failureKeith Busch
2013-09-03NVMe: Add pci suspend/resume driver callbacksKeith Busch
2013-09-03NVMe: Use normal shutdownKeith Busch
2013-09-03NVMe: Separate controller init from disk discoveryKeith Busch
2013-09-03NVMe: Separate queue alloc/free from create/deleteKeith Busch
2013-09-03NVMe: Group pci related actions in functionsKeith Busch
2013-09-03NVMe: Disk stats for read/write commands onlyKeith Busch
2013-09-03NVMe: Bring up cdev on set feature failureKeith Busch
2013-09-03NVMe: Fix checkpatch issuesKeith Busch
2013-09-03NVMe: Namespace IDs are unsignedMatthew Wilcox
2013-06-24NVMe: Call nvme_process_cq from submission pathMatthew Wilcox
2013-06-24NVMe: Remove "process_cq did something" messageMatthew Wilcox
2013-06-24NVMe: Return correct value from interrupt handlerMatthew Wilcox
2013-06-20NVMe: Disk IO statisticsKeith Busch
2013-06-20NVMe: Restructure MSI / MSI-X setupMatthew Wilcox
2013-05-31NVMe: Add MSI supportRamachandra Rao Gajula
2013-05-28NVMe: Use dma_set_mask() correctlyMatthew Wilcox
2013-05-23Return the result from user admin command IOCTL even in case of failureChayan Biswas
2013-05-17NVMe: Do not cancel command multiple timesKeith Busch
2013-05-17NVMe: fix error return code in nvme_submit_bio_queue()Wei Yongjun
2013-05-17NVMe: check for integer overflow in nvme_map_user_pages()Dan Carpenter
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