summaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme-core.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-04NVMe: Passthrough IOCTL for IO commandsKeith Busch1-5/+12
2014-11-04NVMe: Add revalidate_disk callbackKeith Busch1-0/+30
2014-11-04NVMe: Fix nvmeq waitqueue entry initializationKeith Busch1-7/+4
2014-11-04NVMe: Translate NVMe status to errnoKeith Busch1-1/+13
2014-11-04NVMe: Remove duplicate compat SG_IO codeKeith Busch1-3/+1
2014-11-04NVMe: Reference count pci deviceKeith Busch1-2/+5
2014-11-04nvme: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2014-11-04NVMe: Correctly handle IOCTL_SUBMIT_IO when cpus > online queuesSam Bradshaw1-2/+2
2014-11-04NVMe: Fix filesystem sync deadlock on removalKeith Busch1-2/+2
2014-11-04NVMe: Call nvme_free_queue directlyKeith Busch1-7/+11
2014-11-04NVMe: Add shutdown timeout as module parameter.Dan McLeran1-1/+6
2014-11-04NVMe: Skip orderly shutdown on failed devicesKeith Busch1-1/+4
2014-11-04NVMe: Whitespace fixesKeith Busch1-5/+5
2014-11-04NVMe: Use pci_stop_and_remove_bus_device_locked()Keith Busch1-1/+1
2014-11-04NVMe: Handling devices incapable of I/OKeith Busch1-11/+8
2014-11-04NVMe: Change nvme_enable_ctrl to set EN and manage CC thru ctrl_config.Dan McLeran1-8/+12
2014-11-04NVMe: Mismatched host/device page size supportKeith Busch1-19/+40
2014-11-04NVMe: Async event requestKeith Busch1-0/+42
2014-11-04block: Use dma_zalloc_coherentJoe Perches1-3/+2
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer1-0/+1
2014-06-15Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds1-71/+132
2014-06-13NVMe: Fix hot cpu notification dead lockKeith Busch1-10/+25
2014-06-03NVMe: Rename io_timeout to nvme_io_timeoutMatthew Wilcox1-2/+2
2014-06-03NVMe: Adhere to request queue block accounting enable/disableSam Bradshaw1-14/+19
2014-06-03NVMe: Fix nvme get/put queue semanticsKeith Busch1-8/+21
2014-06-03NVMe: Make admin timeout a module parameterKeith Busch1-3/+7
2014-06-03NVMe: Make iod bio timeout a parameterKeith Busch1-1/+5
2014-06-03NVMe: Prevent possible NULL pointer dereferenceSantosh Y1-1/+4
2014-05-27NVMe: Implement PCIe reset notification callbackKeith Busch1-0/+11
2014-05-09NVMe: Enable BUILD_BUG_ON checksMatthew Wilcox1-0/+1
2014-05-05NVMe: Flush with data supportKeith Busch1-20/+24
2014-05-05NVMe: Configure support for block flushKeith Busch1-0/+3
2014-05-05NVMe: Add tracepointsKeith Busch1-4/+9
2014-05-05NVMe: Protect against badly formatted CQEsKeith Busch1-2/+3
2014-05-05NVMe: Improve error messagesMatthew Wilcox1-3/+10
2014-05-05NVMe: Update copyright headersMatthew Wilcox1-4/+0
2014-04-11Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds1-204/+480
2014-04-10NVMe: Retry failed commands with non-fatal errorsKeith Busch1-90/+145
2014-04-10NVMe: Add getgeo to block opsKeith Busch1-0/+11
2014-04-10NVMe: Start-stop nvme_thread during device add-remove.Dan McLeran1-14/+42
2014-04-10NVMe: Make I/O timeout a module parameterKeith Busch1-0/+4
2014-04-10NVMe: CPU hot plug notificationKeith Busch1-0/+19
2014-04-10NVMe: per-cpu io queuesKeith Busch1-37/+167
2014-04-01Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-24/+9
2014-03-24NVMe: Replace DEFINE_PCI_DEVICE_TABLEMatthew Wilcox1-3/+3
2014-03-24NVMe: IOCTL path RCU protect queue accessKeith Busch1-27/+55
2014-03-24NVMe: RCU protected access to io queuesKeith Busch1-46/+45
2014-03-24NVMe: Initialize device reference count earlierKeith Busch1-1/+1
2014-03-24NVMe: Add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-0/+2
2014-03-13nvme: Use pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev1-24/+9