aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme-core.c
AgeCommit message (Expand)Author
2014-11-04NVMe: Fix device probe waiting on kthreadKeith Busch
2014-11-04NVMe: Passthrough IOCTL for IO commandsKeith Busch
2014-11-04NVMe: Add revalidate_disk callbackKeith Busch
2014-11-04NVMe: Fix nvmeq waitqueue entry initializationKeith Busch
2014-11-04NVMe: Translate NVMe status to errnoKeith Busch
2014-11-04NVMe: Remove duplicate compat SG_IO codeKeith Busch
2014-11-04NVMe: Reference count pci deviceKeith Busch
2014-11-04nvme: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat
2014-11-04NVMe: Correctly handle IOCTL_SUBMIT_IO when cpus > online queuesSam Bradshaw
2014-11-04NVMe: Fix filesystem sync deadlock on removalKeith Busch
2014-11-04NVMe: Call nvme_free_queue directlyKeith Busch
2014-11-04NVMe: Add shutdown timeout as module parameter.Dan McLeran
2014-11-04NVMe: Skip orderly shutdown on failed devicesKeith Busch
2014-11-04NVMe: Whitespace fixesKeith Busch
2014-11-04NVMe: Use pci_stop_and_remove_bus_device_locked()Keith Busch
2014-11-04NVMe: Handling devices incapable of I/OKeith Busch
2014-11-04NVMe: Change nvme_enable_ctrl to set EN and manage CC thru ctrl_config.Dan McLeran
2014-11-04NVMe: Mismatched host/device page size supportKeith Busch
2014-11-04NVMe: Async event requestKeith Busch
2014-11-04block: Use dma_zalloc_coherentJoe Perches
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer
2014-06-15Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds
2014-06-13NVMe: Fix hot cpu notification dead lockKeith Busch
2014-06-03NVMe: Rename io_timeout to nvme_io_timeoutMatthew Wilcox
2014-06-03NVMe: Adhere to request queue block accounting enable/disableSam Bradshaw
2014-06-03NVMe: Fix nvme get/put queue semanticsKeith Busch
2014-06-03NVMe: Make admin timeout a module parameterKeith Busch
2014-06-03NVMe: Make iod bio timeout a parameterKeith Busch
2014-06-03NVMe: Prevent possible NULL pointer dereferenceSantosh Y
2014-05-27NVMe: Implement PCIe reset notification callbackKeith Busch
2014-05-09NVMe: Enable BUILD_BUG_ON checksMatthew Wilcox
2014-05-05NVMe: Flush with data supportKeith Busch
2014-05-05NVMe: Configure support for block flushKeith Busch
2014-05-05NVMe: Add tracepointsKeith Busch
2014-05-05NVMe: Protect against badly formatted CQEsKeith Busch
2014-05-05NVMe: Improve error messagesMatthew Wilcox
2014-05-05NVMe: Update copyright headersMatthew Wilcox
2014-04-11Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds
2014-04-10NVMe: Retry failed commands with non-fatal errorsKeith Busch
2014-04-10NVMe: Add getgeo to block opsKeith Busch
2014-04-10NVMe: Start-stop nvme_thread during device add-remove.Dan McLeran
2014-04-10NVMe: Make I/O timeout a module parameterKeith Busch
2014-04-10NVMe: CPU hot plug notificationKeith Busch
2014-04-10NVMe: per-cpu io queuesKeith Busch
2014-04-01Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-03-24NVMe: Replace DEFINE_PCI_DEVICE_TABLEMatthew Wilcox
2014-03-24NVMe: IOCTL path RCU protect queue accessKeith Busch
2014-03-24NVMe: RCU protected access to io queuesKeith Busch
2014-03-24NVMe: Initialize device reference count earlierKeith Busch
2014-03-24NVMe: Add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han