index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
nvme-core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.infradead.org/users/willy/linux-nvme
Linus Torvalds
2014-06-15
1
-71
/
+132
|
\
|
*
NVMe: Fix hot cpu notification dead lock
Keith Busch
2014-06-13
1
-10
/
+25
|
*
NVMe: Rename io_timeout to nvme_io_timeout
Matthew Wilcox
2014-06-03
1
-2
/
+2
|
*
NVMe: Adhere to request queue block accounting enable/disable
Sam Bradshaw
2014-06-03
1
-14
/
+19
|
*
NVMe: Fix nvme get/put queue semantics
Keith Busch
2014-06-03
1
-8
/
+21
|
*
NVMe: Make admin timeout a module parameter
Keith Busch
2014-06-03
1
-3
/
+7
|
*
NVMe: Make iod bio timeout a parameter
Keith Busch
2014-06-03
1
-1
/
+5
|
*
NVMe: Prevent possible NULL pointer dereference
Santosh Y
2014-06-03
1
-1
/
+4
|
*
NVMe: Enable BUILD_BUG_ON checks
Matthew Wilcox
2014-05-09
1
-0
/
+1
|
*
NVMe: Flush with data support
Keith Busch
2014-05-05
1
-20
/
+24
|
*
NVMe: Configure support for block flush
Keith Busch
2014-05-05
1
-0
/
+3
|
*
NVMe: Add tracepoints
Keith Busch
2014-05-05
1
-4
/
+9
|
*
NVMe: Protect against badly formatted CQEs
Keith Busch
2014-05-05
1
-2
/
+3
|
*
NVMe: Improve error messages
Matthew Wilcox
2014-05-05
1
-3
/
+10
|
*
NVMe: Update copyright headers
Matthew Wilcox
2014-05-05
1
-4
/
+0
*
|
NVMe: Implement PCIe reset notification callback
Keith Busch
2014-05-27
1
-0
/
+11
|
/
*
Merge git://git.infradead.org/users/willy/linux-nvme
Linus Torvalds
2014-04-11
1
-204
/
+480
|
\
|
*
NVMe: Retry failed commands with non-fatal errors
Keith Busch
2014-04-10
1
-90
/
+145
|
*
NVMe: Add getgeo to block ops
Keith Busch
2014-04-10
1
-0
/
+11
|
*
NVMe: Start-stop nvme_thread during device add-remove.
Dan McLeran
2014-04-10
1
-14
/
+42
|
*
NVMe: Make I/O timeout a module parameter
Keith Busch
2014-04-10
1
-0
/
+4
|
*
NVMe: CPU hot plug notification
Keith Busch
2014-04-10
1
-0
/
+19
|
*
NVMe: per-cpu io queues
Keith Busch
2014-04-10
1
-37
/
+167
|
*
NVMe: Replace DEFINE_PCI_DEVICE_TABLE
Matthew Wilcox
2014-03-24
1
-3
/
+3
|
*
NVMe: IOCTL path RCU protect queue access
Keith Busch
2014-03-24
1
-27
/
+55
|
*
NVMe: RCU protected access to io queues
Keith Busch
2014-03-24
1
-46
/
+45
|
*
NVMe: Initialize device reference count earlier
Keith Busch
2014-03-24
1
-1
/
+1
|
*
NVMe: Add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
2014-03-24
1
-0
/
+2
*
|
Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-04-01
1
-24
/
+9
|
\
\
|
*
|
nvme: Use pci_enable_msi_range() and pci_enable_msix_range()
Alexander Gordeev
2014-03-13
1
-24
/
+9
|
|
/
*
|
nvme: don't use PREPARE_WORK
Tejun Heo
2014-03-07
1
-6
/
+12
|
/
*
Merge git://git.infradead.org/users/willy/linux-nvme
Linus Torvalds
2014-02-05
1
-105
/
+505
|
\
|
*
NVMe: Namespace use after free on surprise removal
Keith Busch
2014-02-02
1
-13
/
+42
|
*
NVMe: Correct uses of INIT_WORK
Matthew Wilcox
2014-01-29
1
-4
/
+5
|
*
NVMe: Include device and queue numbers in interrupt name
Matthew Wilcox
2014-01-27
1
-5
/
+9
|
*
NVMe: Add a pci_driver shutdown method
Keith Busch
2014-01-27
1
-0
/
+7
|
*
NVMe: Disable admin queue on init failure
Keith Busch
2014-01-27
1
-5
/
+6
|
*
NVMe: Dynamically allocate partition numbers
Matthew Wilcox
2014-01-27
1
-33
/
+3
|
*
NVMe: Async IO queue deletion
Keith Busch
2014-01-27
1
-12
/
+217
|
*
NVMe: Surprise removal handling
Keith Busch
2014-01-27
1
-3
/
+10
|
*
NVMe: Abort timed out commands
Keith Busch
2014-01-27
1
-1
/
+67
|
*
NVMe: Schedule reset for failed controllers
Keith Busch
2014-01-27
1
-2
/
+19
|
*
NVMe: Device resume error handling
Keith Busch
2013-12-16
1
-15
/
+93
|
*
NVMe: Cache dev->pci_dev in a local pointer
Matthew Wilcox
2013-12-16
1
-4
/
+4
|
*
NVMe: Fix lockdep warnings
Matthew Wilcox
2013-12-16
1
-6
/
+6
|
*
NVMe: compat SG_IO ioctl
Keith Busch
2013-12-16
1
-1
/
+17
|
*
NVMe: remove deprecated IRQF_DISABLED
Michael Opdenacker
2013-11-18
1
-3
/
+2
|
*
NVMe: Avoid shift operation when writing cq head doorbell
Haiyan Hu
2013-11-18
1
-5
/
+5
*
|
block: Introduce new bio_split()
Kent Overstreet
2013-11-23
1
-97
/
+9
*
|
block: Convert bio_for_each_segment() to bvec_iter
Kent Overstreet
2013-11-23
1
-14
/
+19
[next]