aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/nvme-core.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-04block: disable entropy contributions for nonrot devicesGravatar Mike Snitzer 1-0/+1
2014-06-15Merge git://git.infradead.org/users/willy/linux-nvmeGravatar Linus Torvalds 1-71/+132
2014-06-13NVMe: Fix hot cpu notification dead lockGravatar Keith Busch 1-10/+25
2014-06-03NVMe: Rename io_timeout to nvme_io_timeoutGravatar Matthew Wilcox 1-2/+2
2014-06-03NVMe: Adhere to request queue block accounting enable/disableGravatar Sam Bradshaw 1-14/+19
2014-06-03NVMe: Fix nvme get/put queue semanticsGravatar Keith Busch 1-8/+21
2014-06-03NVMe: Make admin timeout a module parameterGravatar Keith Busch 1-3/+7
2014-06-03NVMe: Make iod bio timeout a parameterGravatar Keith Busch 1-1/+5
2014-06-03NVMe: Prevent possible NULL pointer dereferenceGravatar Santosh Y 1-1/+4
2014-05-27NVMe: Implement PCIe reset notification callbackGravatar Keith Busch 1-0/+11
2014-05-09NVMe: Enable BUILD_BUG_ON checksGravatar Matthew Wilcox 1-0/+1
2014-05-05NVMe: Flush with data supportGravatar Keith Busch 1-20/+24
2014-05-05NVMe: Configure support for block flushGravatar Keith Busch 1-0/+3
2014-05-05NVMe: Add tracepointsGravatar Keith Busch 1-4/+9
2014-05-05NVMe: Protect against badly formatted CQEsGravatar Keith Busch 1-2/+3
2014-05-05NVMe: Improve error messagesGravatar Matthew Wilcox 1-3/+10
2014-05-05NVMe: Update copyright headersGravatar Matthew Wilcox 1-4/+0
2014-04-11Merge git://git.infradead.org/users/willy/linux-nvmeGravatar Linus Torvalds 1-204/+480
2014-04-10NVMe: Retry failed commands with non-fatal errorsGravatar Keith Busch 1-90/+145
2014-04-10NVMe: Add getgeo to block opsGravatar Keith Busch 1-0/+11
2014-04-10NVMe: Start-stop nvme_thread during device add-remove.Gravatar Dan McLeran 1-14/+42
2014-04-10NVMe: Make I/O timeout a module parameterGravatar Keith Busch 1-0/+4
2014-04-10NVMe: CPU hot plug notificationGravatar Keith Busch 1-0/+19
2014-04-10NVMe: per-cpu io queuesGravatar Keith Busch 1-37/+167
2014-04-01Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-24/+9
2014-03-24NVMe: Replace DEFINE_PCI_DEVICE_TABLEGravatar Matthew Wilcox 1-3/+3
2014-03-24NVMe: IOCTL path RCU protect queue accessGravatar Keith Busch 1-27/+55
2014-03-24NVMe: RCU protected access to io queuesGravatar Keith Busch 1-46/+45
2014-03-24NVMe: Initialize device reference count earlierGravatar Keith Busch 1-1/+1
2014-03-24NVMe: Add CONFIG_PM_SLEEP to suspend/resume functionsGravatar Jingoo Han 1-0/+2
2014-03-13nvme: Use pci_enable_msi_range() and pci_enable_msix_range()Gravatar Alexander Gordeev 1-24/+9
2014-03-07nvme: don't use PREPARE_WORKGravatar Tejun Heo 1-6/+12
2014-02-05Merge git://git.infradead.org/users/willy/linux-nvmeGravatar Linus Torvalds 1-105/+505
2014-02-02NVMe: Namespace use after free on surprise removalGravatar Keith Busch 1-13/+42
2014-01-29NVMe: Correct uses of INIT_WORKGravatar Matthew Wilcox 1-4/+5
2014-01-27NVMe: Include device and queue numbers in interrupt nameGravatar Matthew Wilcox 1-5/+9
2014-01-27NVMe: Add a pci_driver shutdown methodGravatar Keith Busch 1-0/+7
2014-01-27NVMe: Disable admin queue on init failureGravatar Keith Busch 1-5/+6
2014-01-27NVMe: Dynamically allocate partition numbersGravatar Matthew Wilcox 1-33/+3
2014-01-27NVMe: Async IO queue deletionGravatar Keith Busch 1-12/+217
2014-01-27NVMe: Surprise removal handlingGravatar Keith Busch 1-3/+10
2014-01-27NVMe: Abort timed out commandsGravatar Keith Busch 1-1/+67
2014-01-27NVMe: Schedule reset for failed controllersGravatar Keith Busch 1-2/+19
2013-12-16NVMe: Device resume error handlingGravatar Keith Busch 1-15/+93
2013-12-16NVMe: Cache dev->pci_dev in a local pointerGravatar Matthew Wilcox 1-4/+4
2013-12-16NVMe: Fix lockdep warningsGravatar Matthew Wilcox 1-6/+6
2013-12-16NVMe: compat SG_IO ioctlGravatar Keith Busch 1-1/+17
2013-11-23block: Introduce new bio_split()Gravatar Kent Overstreet 1-97/+9
2013-11-23block: Convert bio_for_each_segment() to bvec_iterGravatar Kent Overstreet 1-14/+19
2013-11-23block: Abstract out bvec iteratorGravatar Kent Overstreet 1-12/+13