aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/nvme-core.c
AgeCommit message (Expand)Author
2014-04-11Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds
2014-04-10NVMe: Retry failed commands with non-fatal errorsKeith Busch
2014-04-10NVMe: Add getgeo to block opsKeith Busch
2014-04-10NVMe: Start-stop nvme_thread during device add-remove.Dan McLeran
2014-04-10NVMe: Make I/O timeout a module parameterKeith Busch
2014-04-10NVMe: CPU hot plug notificationKeith Busch
2014-04-10NVMe: per-cpu io queuesKeith Busch
2014-04-01Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-03-24NVMe: Replace DEFINE_PCI_DEVICE_TABLEMatthew Wilcox
2014-03-24NVMe: IOCTL path RCU protect queue accessKeith Busch
2014-03-24NVMe: RCU protected access to io queuesKeith Busch
2014-03-24NVMe: Initialize device reference count earlierKeith Busch
2014-03-24NVMe: Add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2014-03-13nvme: Use pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev
2014-03-07nvme: don't use PREPARE_WORKTejun Heo
2014-02-05Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds
2014-02-02NVMe: Namespace use after free on surprise removalKeith Busch
2014-01-29NVMe: Correct uses of INIT_WORKMatthew Wilcox
2014-01-27NVMe: Include device and queue numbers in interrupt nameMatthew Wilcox
2014-01-27NVMe: Add a pci_driver shutdown methodKeith Busch
2014-01-27NVMe: Disable admin queue on init failureKeith Busch
2014-01-27NVMe: Dynamically allocate partition numbersMatthew Wilcox
2014-01-27NVMe: Async IO queue deletionKeith Busch
2014-01-27NVMe: Surprise removal handlingKeith Busch
2014-01-27NVMe: Abort timed out commandsKeith Busch
2014-01-27NVMe: Schedule reset for failed controllersKeith Busch
2013-12-16NVMe: Device resume error handlingKeith Busch
2013-12-16NVMe: Cache dev->pci_dev in a local pointerMatthew Wilcox
2013-12-16NVMe: Fix lockdep warningsMatthew Wilcox
2013-12-16NVMe: compat SG_IO ioctlKeith Busch
2013-11-23block: Introduce new bio_split()Kent Overstreet
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-18NVMe: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-11-18NVMe: Avoid shift operation when writing cq head doorbellHaiyan Hu
2013-09-21DMA-API: block: nvme-core: replace dma_set_mask()+dma_set_coherent_mask() wit...Russell King
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