aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/nvme-core.c
AgeCommit message (Expand)Author
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
2013-06-20NVMe: Disk IO statisticsKeith Busch
2013-06-20NVMe: Restructure MSI / MSI-X setupMatthew Wilcox
2013-05-31NVMe: Add MSI supportRamachandra Rao Gajula
2013-05-28NVMe: Use dma_set_mask() correctlyMatthew Wilcox
2013-05-23Return the result from user admin command IOCTL even in case of failureChayan Biswas
2013-05-17NVMe: Do not cancel command multiple timesKeith Busch
2013-05-17NVMe: fix error return code in nvme_submit_bio_queue()Wei Yongjun
2013-05-17NVMe: check for integer overflow in nvme_map_user_pages()Dan Carpenter
2013-05-09NVMe: Use user defined admin ioctl timeoutKeith Busch
2013-05-08NVMe: Only clear the enable bit when disabling controllerMatthew Wilcox
2013-05-08NVMe: Wait for device to acknowledge shutdownMatthew Wilcox
2013-05-02NVMe: Schedule timeout for sync commandsKeith Busch
2013-05-02NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IOKeith Busch
2013-05-02NVMe: Device specific stripe size handlingKeith Busch
2013-05-02NVMe: Split non-mergeable bio requestsKeith Busch