summaryrefslogtreecommitdiff
path: root/drivers/block/nvme-core.c
AgeCommit message (Expand)Author
2014-06-15Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds
2014-06-13NVMe: Fix hot cpu notification dead lockKeith Busch
2014-06-03NVMe: Rename io_timeout to nvme_io_timeoutMatthew Wilcox
2014-06-03NVMe: Adhere to request queue block accounting enable/disableSam Bradshaw
2014-06-03NVMe: Fix nvme get/put queue semanticsKeith Busch
2014-06-03NVMe: Make admin timeout a module parameterKeith Busch
2014-06-03NVMe: Make iod bio timeout a parameterKeith Busch
2014-06-03NVMe: Prevent possible NULL pointer dereferenceSantosh Y
2014-05-27NVMe: Implement PCIe reset notification callbackKeith Busch
2014-05-09NVMe: Enable BUILD_BUG_ON checksMatthew Wilcox
2014-05-05NVMe: Flush with data supportKeith Busch
2014-05-05NVMe: Configure support for block flushKeith Busch
2014-05-05NVMe: Add tracepointsKeith Busch
2014-05-05NVMe: Protect against badly formatted CQEsKeith Busch
2014-05-05NVMe: Improve error messagesMatthew Wilcox
2014-05-05NVMe: Update copyright headersMatthew Wilcox
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