aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme-core.c
Commit message (Expand)AuthorAge
* Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2014-06-15
|\
| * NVMe: Fix hot cpu notification dead lockKeith Busch2014-06-13
| * NVMe: Rename io_timeout to nvme_io_timeoutMatthew Wilcox2014-06-03
| * NVMe: Adhere to request queue block accounting enable/disableSam Bradshaw2014-06-03
| * NVMe: Fix nvme get/put queue semanticsKeith Busch2014-06-03
| * NVMe: Make admin timeout a module parameterKeith Busch2014-06-03
| * NVMe: Make iod bio timeout a parameterKeith Busch2014-06-03
| * NVMe: Prevent possible NULL pointer dereferenceSantosh Y2014-06-03
| * NVMe: Enable BUILD_BUG_ON checksMatthew Wilcox2014-05-09
| * NVMe: Flush with data supportKeith Busch2014-05-05
| * NVMe: Configure support for block flushKeith Busch2014-05-05
| * NVMe: Add tracepointsKeith Busch2014-05-05
| * NVMe: Protect against badly formatted CQEsKeith Busch2014-05-05
| * NVMe: Improve error messagesMatthew Wilcox2014-05-05
| * NVMe: Update copyright headersMatthew Wilcox2014-05-05
* | NVMe: Implement PCIe reset notification callbackKeith Busch2014-05-27
|/
* Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2014-04-11
|\
| * NVMe: Retry failed commands with non-fatal errorsKeith Busch2014-04-10
| * NVMe: Add getgeo to block opsKeith Busch2014-04-10
| * NVMe: Start-stop nvme_thread during device add-remove.Dan McLeran2014-04-10
| * NVMe: Make I/O timeout a module parameterKeith Busch2014-04-10
| * NVMe: CPU hot plug notificationKeith Busch2014-04-10
| * NVMe: per-cpu io queuesKeith Busch2014-04-10
| * NVMe: Replace DEFINE_PCI_DEVICE_TABLEMatthew Wilcox2014-03-24
| * NVMe: IOCTL path RCU protect queue accessKeith Busch2014-03-24
| * NVMe: RCU protected access to io queuesKeith Busch2014-03-24
| * NVMe: Initialize device reference count earlierKeith Busch2014-03-24
| * NVMe: Add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2014-03-24
* | Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-01
|\ \
| * | nvme: Use pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev2014-03-13
| |/
* / nvme: don't use PREPARE_WORKTejun Heo2014-03-07
|/
* Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2014-02-05
|\
| * NVMe: Namespace use after free on surprise removalKeith Busch2014-02-02
| * NVMe: Correct uses of INIT_WORKMatthew Wilcox2014-01-29
| * NVMe: Include device and queue numbers in interrupt nameMatthew Wilcox2014-01-27
| * NVMe: Add a pci_driver shutdown methodKeith Busch2014-01-27
| * NVMe: Disable admin queue on init failureKeith Busch2014-01-27
| * NVMe: Dynamically allocate partition numbersMatthew Wilcox2014-01-27
| * NVMe: Async IO queue deletionKeith Busch2014-01-27
| * NVMe: Surprise removal handlingKeith Busch2014-01-27
| * NVMe: Abort timed out commandsKeith Busch2014-01-27
| * NVMe: Schedule reset for failed controllersKeith Busch2014-01-27
| * NVMe: Device resume error handlingKeith Busch2013-12-16
| * NVMe: Cache dev->pci_dev in a local pointerMatthew Wilcox2013-12-16
| * NVMe: Fix lockdep warningsMatthew Wilcox2013-12-16
| * NVMe: compat SG_IO ioctlKeith Busch2013-12-16
| * NVMe: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-11-18
| * NVMe: Avoid shift operation when writing cq head doorbellHaiyan Hu2013-11-18
* | block: Introduce new bio_split()Kent Overstreet2013-11-24
* | block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-24