summaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme-core.c
Commit message (Expand)AuthorAgeFilesLines
...
* | block: Abstract out bvec iteratorKent Overstreet2013-11-231-12/+13
|/
* DMA-API: block: nvme-core: replace dma_set_mask()+dma_set_coherent_mask() wit...Russell King2013-09-211-6/+4
* NVMe: Merge issue on character device bring-upKeith Busch2013-09-061-4/+8
* NVMe: Handle ioremap failureKeith Busch2013-09-031-8/+22
* NVMe: Add pci suspend/resume driver callbacksKeith Busch2013-09-031-15/+58
* NVMe: Use normal shutdownKeith Busch2013-09-031-0/+26
* NVMe: Separate controller init from disk discoveryKeith Busch2013-09-031-30/+47
* NVMe: Separate queue alloc/free from create/deleteKeith Busch2013-09-031-39/+94
* NVMe: Group pci related actions in functionsKeith Busch2013-09-031-46/+66
* NVMe: Disk stats for read/write commands onlyKeith Busch2013-09-031-3/+3
* NVMe: Bring up cdev on set feature failureKeith Busch2013-09-031-2/+2
* NVMe: Fix checkpatch issuesKeith Busch2013-09-031-5/+4
* NVMe: Namespace IDs are unsignedMatthew Wilcox2013-09-031-2/+5
* NVMe: Call nvme_process_cq from submission pathMatthew Wilcox2013-06-241-19/+20
* NVMe: Remove "process_cq did something" messageMatthew Wilcox2013-06-241-2/+1
* NVMe: Return correct value from interrupt handlerMatthew Wilcox2013-06-241-5/+9
* NVMe: Disk IO statisticsKeith Busch2013-06-201-0/+28
* NVMe: Restructure MSI / MSI-X setupMatthew Wilcox2013-06-201-21/+23
* NVMe: Add MSI supportRamachandra Rao Gajula2013-05-311-8/+32
* NVMe: Use dma_set_mask() correctlyMatthew Wilcox2013-05-281-2/+8
* Return the result from user admin command IOCTL even in case of failureChayan Biswas2013-05-231-1/+1
* NVMe: Do not cancel command multiple timesKeith Busch2013-05-171-0/+2
* NVMe: fix error return code in nvme_submit_bio_queue()Wei Yongjun2013-05-171-1/+2
* NVMe: check for integer overflow in nvme_map_user_pages()Dan Carpenter2013-05-171-2/+3
* NVMe: Use user defined admin ioctl timeoutKeith Busch2013-05-091-1/+5
* NVMe: Only clear the enable bit when disabling controllerMatthew Wilcox2013-05-081-1/+4
* NVMe: Wait for device to acknowledge shutdownMatthew Wilcox2013-05-081-19/+46
* NVMe: Schedule timeout for sync commandsKeith Busch2013-05-021-1/+1
* NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IOKeith Busch2013-05-021-4/+67
* NVMe: Device specific stripe size handlingKeith Busch2013-05-021-4/+15
* NVMe: Split non-mergeable bio requestsKeith Busch2013-05-021-30/+122
* NVMe: Remove dead code in nvme_dev_addKeith Busch2013-05-021-9/+2
* NVMe: Check for NULL memory in nvme_dev_addKeith Busch2013-05-021-0/+2
* NVMe: Fix error clean-up on nvme_alloc_queueKeith Busch2013-05-021-1/+1
* NVMe: Free admin queue on request_irq errorKeith Busch2013-05-021-4/+9
* NVMe: Set TASK_INTERRUPTIBLE before processing queuesArjan van de Ven2013-05-011-2/+1
* NVMe: Add a character device for each nvme deviceKeith Busch2013-04-161-10/+64
* NVMe: Fix endian-related problems in user I/O submission pathMatthew Wilcox2013-04-161-4/+4
* NVMe: Fix I/O cancellation status on big-endian machinesMatthew Wilcox2013-04-161-1/+1
* NVMe: Don't fail initialisation unnecessarilyMatthew Wilcox2013-04-161-1/+7
* NVMe: Abstract out sector to block number conversionMatthew Wilcox2013-04-161-2/+2
* NVMe: Use round_jiffies_relative() for the periodic, once-per-second timerArjan van de Ven2013-04-161-1/+1
* NVMe: Add nvme-scsi.cVishal Verma2013-03-281-17/+20
* NVMe: Add definitions for format commandVishal Verma2013-03-271-0/+1
* NVMe: Move structures & definitions to header fileVishal Verma2013-03-271-55/+0
* NVMe: Rename nvme.c to nvme-core.cVishal Verma2013-03-261-0/+1865
OpenPOWER on IntegriCloud