summaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme-core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2014-04-111-204/+480
|\
| * NVMe: Retry failed commands with non-fatal errorsKeith Busch2014-04-101-90/+145
| * NVMe: Add getgeo to block opsKeith Busch2014-04-101-0/+11
| * NVMe: Start-stop nvme_thread during device add-remove.Dan McLeran2014-04-101-14/+42
| * NVMe: Make I/O timeout a module parameterKeith Busch2014-04-101-0/+4
| * NVMe: CPU hot plug notificationKeith Busch2014-04-101-0/+19
| * NVMe: per-cpu io queuesKeith Busch2014-04-101-37/+167
| * NVMe: Replace DEFINE_PCI_DEVICE_TABLEMatthew Wilcox2014-03-241-3/+3
| * NVMe: IOCTL path RCU protect queue accessKeith Busch2014-03-241-27/+55
| * NVMe: RCU protected access to io queuesKeith Busch2014-03-241-46/+45
| * NVMe: Initialize device reference count earlierKeith Busch2014-03-241-1/+1
| * NVMe: Add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2014-03-241-0/+2
* | Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-011-24/+9
|\ \
| * | nvme: Use pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev2014-03-131-24/+9
| |/
* | nvme: don't use PREPARE_WORKTejun Heo2014-03-071-6/+12
|/
* Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2014-02-051-105/+505
|\
| * NVMe: Namespace use after free on surprise removalKeith Busch2014-02-021-13/+42
| * NVMe: Correct uses of INIT_WORKMatthew Wilcox2014-01-291-4/+5
| * NVMe: Include device and queue numbers in interrupt nameMatthew Wilcox2014-01-271-5/+9
| * NVMe: Add a pci_driver shutdown methodKeith Busch2014-01-271-0/+7
| * NVMe: Disable admin queue on init failureKeith Busch2014-01-271-5/+6
| * NVMe: Dynamically allocate partition numbersMatthew Wilcox2014-01-271-33/+3
| * NVMe: Async IO queue deletionKeith Busch2014-01-271-12/+217
| * NVMe: Surprise removal handlingKeith Busch2014-01-271-3/+10
| * NVMe: Abort timed out commandsKeith Busch2014-01-271-1/+67
| * NVMe: Schedule reset for failed controllersKeith Busch2014-01-271-2/+19
| * NVMe: Device resume error handlingKeith Busch2013-12-161-15/+93
| * NVMe: Cache dev->pci_dev in a local pointerMatthew Wilcox2013-12-161-4/+4
| * NVMe: Fix lockdep warningsMatthew Wilcox2013-12-161-6/+6
| * NVMe: compat SG_IO ioctlKeith Busch2013-12-161-1/+17
| * NVMe: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-11-181-3/+2
| * NVMe: Avoid shift operation when writing cq head doorbellHaiyan Hu2013-11-181-5/+5
* | block: Introduce new bio_split()Kent Overstreet2013-11-231-97/+9
* | block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-231-14/+19
* | 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
OpenPOWER on IntegriCloud