index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
nvme-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-04
block: disable entropy contributions for nonrot devices
Mike Snitzer
1
-0
/
+1
2014-06-16
Merge git://git.infradead.org/users/willy/linux-nvme
Linus Torvalds
1
-71
/
+132
2014-06-13
NVMe: Fix hot cpu notification dead lock
Keith Busch
1
-10
/
+25
2014-06-04
NVMe: Rename io_timeout to nvme_io_timeout
Matthew Wilcox
1
-2
/
+2
2014-06-04
NVMe: Adhere to request queue block accounting enable/disable
Sam Bradshaw
1
-14
/
+19
2014-06-04
NVMe: Fix nvme get/put queue semantics
Keith Busch
1
-8
/
+21
2014-06-04
NVMe: Make admin timeout a module parameter
Keith Busch
1
-3
/
+7
2014-06-04
NVMe: Make iod bio timeout a parameter
Keith Busch
1
-1
/
+5
2014-06-04
NVMe: Prevent possible NULL pointer dereference
Santosh Y
1
-1
/
+4
2014-05-27
NVMe: Implement PCIe reset notification callback
Keith Busch
1
-0
/
+11
2014-05-10
NVMe: Enable BUILD_BUG_ON checks
Matthew Wilcox
1
-0
/
+1
2014-05-05
NVMe: Flush with data support
Keith Busch
1
-20
/
+24
2014-05-05
NVMe: Configure support for block flush
Keith Busch
1
-0
/
+3
2014-05-05
NVMe: Add tracepoints
Keith Busch
1
-4
/
+9
2014-05-05
NVMe: Protect against badly formatted CQEs
Keith Busch
1
-2
/
+3
2014-05-05
NVMe: Improve error messages
Matthew Wilcox
1
-3
/
+10
2014-05-05
NVMe: Update copyright headers
Matthew Wilcox
1
-4
/
+0
2014-04-12
Merge git://git.infradead.org/users/willy/linux-nvme
Linus Torvalds
1
-204
/
+480
2014-04-11
NVMe: Retry failed commands with non-fatal errors
Keith Busch
1
-90
/
+145
2014-04-11
NVMe: Add getgeo to block ops
Keith Busch
1
-0
/
+11
2014-04-11
NVMe: Start-stop nvme_thread during device add-remove.
Dan McLeran
1
-14
/
+42
2014-04-11
NVMe: Make I/O timeout a module parameter
Keith Busch
1
-0
/
+4
2014-04-11
NVMe: CPU hot plug notification
Keith Busch
1
-0
/
+19
2014-04-11
NVMe: per-cpu io queues
Keith Busch
1
-37
/
+167
2014-04-02
Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-24
/
+9
2014-03-24
NVMe: Replace DEFINE_PCI_DEVICE_TABLE
Matthew Wilcox
1
-3
/
+3
2014-03-24
NVMe: IOCTL path RCU protect queue access
Keith Busch
1
-27
/
+55
2014-03-24
NVMe: RCU protected access to io queues
Keith Busch
1
-46
/
+45
2014-03-24
NVMe: Initialize device reference count earlier
Keith Busch
1
-1
/
+1
2014-03-24
NVMe: Add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
1
-0
/
+2
2014-03-14
nvme: Use pci_enable_msi_range() and pci_enable_msix_range()
Alexander Gordeev
1
-24
/
+9
2014-03-07
nvme: don't use PREPARE_WORK
Tejun Heo
1
-6
/
+12
2014-02-06
Merge git://git.infradead.org/users/willy/linux-nvme
Linus Torvalds
1
-105
/
+505
2014-02-02
NVMe: Namespace use after free on surprise removal
Keith Busch
1
-13
/
+42
2014-01-29
NVMe: Correct uses of INIT_WORK
Matthew Wilcox
1
-4
/
+5
2014-01-28
NVMe: Include device and queue numbers in interrupt name
Matthew Wilcox
1
-5
/
+9
2014-01-28
NVMe: Add a pci_driver shutdown method
Keith Busch
1
-0
/
+7
2014-01-28
NVMe: Disable admin queue on init failure
Keith Busch
1
-5
/
+6
2014-01-28
NVMe: Dynamically allocate partition numbers
Matthew Wilcox
1
-33
/
+3
2014-01-28
NVMe: Async IO queue deletion
Keith Busch
1
-12
/
+217
2014-01-28
NVMe: Surprise removal handling
Keith Busch
1
-3
/
+10
2014-01-28
NVMe: Abort timed out commands
Keith Busch
1
-1
/
+67
2014-01-28
NVMe: Schedule reset for failed controllers
Keith Busch
1
-2
/
+19
2013-12-17
NVMe: Device resume error handling
Keith Busch
1
-15
/
+93
2013-12-17
NVMe: Cache dev->pci_dev in a local pointer
Matthew Wilcox
1
-4
/
+4
2013-12-17
NVMe: Fix lockdep warnings
Matthew Wilcox
1
-6
/
+6
2013-12-17
NVMe: compat SG_IO ioctl
Keith Busch
1
-1
/
+17
2013-11-24
block: Introduce new bio_split()
Kent Overstreet
1
-97
/
+9
2013-11-24
block: Convert bio_for_each_segment() to bvec_iter
Kent Overstreet
1
-14
/
+19
2013-11-24
block: Abstract out bvec iterator
Kent Overstreet
1
-12
/
+13
[next]