summaryrefslogtreecommitdiff
path: root/drivers/block/nvme-core.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-02Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-24/+9
2014-03-14nvme: Use pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev1-24/+9
2014-03-07nvme: don't use PREPARE_WORKTejun Heo1-6/+12
2014-02-06Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds1-105/+505
2014-02-02NVMe: Namespace use after free on surprise removalKeith Busch1-13/+42
2014-01-29NVMe: Correct uses of INIT_WORKMatthew Wilcox1-4/+5
2014-01-28NVMe: Include device and queue numbers in interrupt nameMatthew Wilcox1-5/+9
2014-01-28NVMe: Add a pci_driver shutdown methodKeith Busch1-0/+7
2014-01-28NVMe: Disable admin queue on init failureKeith Busch1-5/+6
2014-01-28NVMe: Dynamically allocate partition numbersMatthew Wilcox1-33/+3
2014-01-28NVMe: Async IO queue deletionKeith Busch1-12/+217
2014-01-28NVMe: Surprise removal handlingKeith Busch1-3/+10
2014-01-28NVMe: Abort timed out commandsKeith Busch1-1/+67
2014-01-28NVMe: Schedule reset for failed controllersKeith Busch1-2/+19
2013-12-17NVMe: Device resume error handlingKeith Busch1-15/+93
2013-12-17NVMe: Cache dev->pci_dev in a local pointerMatthew Wilcox1-4/+4
2013-12-17NVMe: Fix lockdep warningsMatthew Wilcox1-6/+6
2013-12-17NVMe: compat SG_IO ioctlKeith Busch1-1/+17
2013-11-24block: Introduce new bio_split()Kent Overstreet1-97/+9
2013-11-24block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-14/+19
2013-11-24block: Abstract out bvec iteratorKent Overstreet1-12/+13
2013-11-19NVMe: remove deprecated IRQF_DISABLEDMichael Opdenacker1-3/+2
2013-11-19NVMe: Avoid shift operation when writing cq head doorbellHaiyan Hu1-5/+5
2013-09-22DMA-API: block: nvme-core: replace dma_set_mask()+dma_set_coherent_mask() wit...Russell King1-6/+4
2013-09-07NVMe: Merge issue on character device bring-upKeith Busch1-4/+8
2013-09-04NVMe: Handle ioremap failureKeith Busch1-8/+22
2013-09-04NVMe: Add pci suspend/resume driver callbacksKeith Busch1-15/+58
2013-09-04NVMe: Use normal shutdownKeith Busch1-0/+26
2013-09-04NVMe: Separate controller init from disk discoveryKeith Busch1-30/+47
2013-09-04NVMe: Separate queue alloc/free from create/deleteKeith Busch1-39/+94
2013-09-04NVMe: Group pci related actions in functionsKeith Busch1-46/+66
2013-09-04NVMe: Disk stats for read/write commands onlyKeith Busch1-3/+3
2013-09-04NVMe: Bring up cdev on set feature failureKeith Busch1-2/+2
2013-09-04NVMe: Fix checkpatch issuesKeith Busch1-5/+4
2013-09-04NVMe: Namespace IDs are unsignedMatthew Wilcox1-2/+5
2013-06-24NVMe: Call nvme_process_cq from submission pathMatthew Wilcox1-19/+20
2013-06-24NVMe: Remove "process_cq did something" messageMatthew Wilcox1-2/+1
2013-06-24NVMe: Return correct value from interrupt handlerMatthew Wilcox1-5/+9
2013-06-20NVMe: Disk IO statisticsKeith Busch1-0/+28
2013-06-20NVMe: Restructure MSI / MSI-X setupMatthew Wilcox1-21/+23
2013-05-31NVMe: Add MSI supportRamachandra Rao Gajula1-8/+32
2013-05-29NVMe: Use dma_set_mask() correctlyMatthew Wilcox1-2/+8
2013-05-23Return the result from user admin command IOCTL even in case of failureChayan Biswas1-1/+1
2013-05-17NVMe: Do not cancel command multiple timesKeith Busch1-0/+2
2013-05-17NVMe: fix error return code in nvme_submit_bio_queue()Wei Yongjun1-1/+2
2013-05-17NVMe: check for integer overflow in nvme_map_user_pages()Dan Carpenter1-2/+3
2013-05-10NVMe: Use user defined admin ioctl timeoutKeith Busch1-1/+5
2013-05-08NVMe: Only clear the enable bit when disabling controllerMatthew Wilcox1-1/+4
2013-05-08NVMe: Wait for device to acknowledge shutdownMatthew Wilcox1-19/+46
2013-05-02NVMe: Schedule timeout for sync commandsKeith Busch1-1/+1