aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme-core.c
Commit message (Expand)AuthorAge
* 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
* | block: Abstract out bvec iteratorKent Overstreet2013-11-24
|/
* DMA-API: block: nvme-core: replace dma_set_mask()+dma_set_coherent_mask() wit...Russell King2013-09-21
* NVMe: Merge issue on character device bring-upKeith Busch2013-09-06
* NVMe: Handle ioremap failureKeith Busch2013-09-03
* NVMe: Add pci suspend/resume driver callbacksKeith Busch2013-09-03
* NVMe: Use normal shutdownKeith Busch2013-09-03
* NVMe: Separate controller init from disk discoveryKeith Busch2013-09-03
* NVMe: Separate queue alloc/free from create/deleteKeith Busch2013-09-03
* NVMe: Group pci related actions in functionsKeith Busch2013-09-03
* NVMe: Disk stats for read/write commands onlyKeith Busch2013-09-03
* NVMe: Bring up cdev on set feature failureKeith Busch2013-09-03
* NVMe: Fix checkpatch issuesKeith Busch2013-09-03
* NVMe: Namespace IDs are unsignedMatthew Wilcox2013-09-03
* NVMe: Call nvme_process_cq from submission pathMatthew Wilcox2013-06-24
* NVMe: Remove "process_cq did something" messageMatthew Wilcox2013-06-24
* NVMe: Return correct value from interrupt handlerMatthew Wilcox2013-06-24
* NVMe: Disk IO statisticsKeith Busch2013-06-20
* NVMe: Restructure MSI / MSI-X setupMatthew Wilcox2013-06-20
* NVMe: Add MSI supportRamachandra Rao Gajula2013-05-31
* NVMe: Use dma_set_mask() correctlyMatthew Wilcox2013-05-28
* Return the result from user admin command IOCTL even in case of failureChayan Biswas2013-05-23
* NVMe: Do not cancel command multiple timesKeith Busch2013-05-17
* NVMe: fix error return code in nvme_submit_bio_queue()Wei Yongjun2013-05-17
* NVMe: check for integer overflow in nvme_map_user_pages()Dan Carpenter2013-05-17
* NVMe: Use user defined admin ioctl timeoutKeith Busch2013-05-09
* NVMe: Only clear the enable bit when disabling controllerMatthew Wilcox2013-05-08
* NVMe: Wait for device to acknowledge shutdownMatthew Wilcox2013-05-08
* NVMe: Schedule timeout for sync commandsKeith Busch2013-05-02
* NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IOKeith Busch2013-05-02
* NVMe: Device specific stripe size handlingKeith Busch2013-05-02
* NVMe: Split non-mergeable bio requestsKeith Busch2013-05-02