index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
pci.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
NVMe: Add device ID's with stripe quirk
Keith Busch
2016-05-18
1
-0
/
+6
*
NVMe: Short-cut removal on surprise hot-unplug
Keith Busch
2016-05-18
1
-0
/
+4
*
NVMe: Reduce driver log spamming
Keith Busch
2016-05-18
1
-1
/
+4
*
NVMe: Unbind driver on failure
Keith Busch
2016-05-18
1
-1
/
+1
*
NVMe: Delete only created queues
Keith Busch
2016-05-18
1
-2
/
+2
*
NVMe: Allocate queues only for online cpus
Keith Busch
2016-05-18
1
-1
/
+1
*
Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-05-18
1
-162
/
+87
|
\
|
*
NVMe: Fix reset/remove race
Keith Busch
2016-05-03
1
-2
/
+1
|
*
nvme: add helper nvme_cleanup_cmd()
Ming Lin
2016-05-02
1
-2
/
+1
|
*
nvme: move AER handling to common code
Christoph Hellwig
2016-05-02
1
-40
/
+9
|
*
nvme: move namespace scanning to core
Christoph Hellwig
2016-05-02
1
-27
/
+5
|
*
nvme: tighten up state check for namespace scanning
Christoph Hellwig
2016-05-02
1
-2
/
+4
|
*
nvme: introduce a controller state machine
Christoph Hellwig
2016-05-02
1
-13
/
+12
|
*
nvme: remove the io_incapable method
Christoph Hellwig
2016-05-02
1
-8
/
+0
|
*
NVMe: Fix check_flush_dependency warning
Keith Busch
2016-05-02
1
-0
/
+1
|
*
nvme: Avoid reset work on watchdog timer function during error recovery
Guilherme G. Piccoli
2016-04-13
1
-8
/
+30
|
*
NVMe: silence warning about unused 'dev'
Jens Axboe
2016-04-13
1
-2
/
+2
|
*
nvme: Use blk-mq helper for IO termination
Sagi Grimberg
2016-04-12
1
-14
/
+5
|
*
NVMe: Skip async events for degraded controllers
Keith Busch
2016-04-12
1
-2
/
+10
|
*
nvme: add helper nvme_setup_cmd()
Ming Lin
2016-04-12
1
-46
/
+1
|
*
nvme: rewrite discard support
Ming Lin
2016-04-12
1
-29
/
+39
|
*
nvme: add helper nvme_map_len()
Ming Lin
2016-04-12
1
-8
/
+5
|
*
nvme: add missing lock nesting notation
Ming Lin
2016-04-12
1
-1
/
+7
|
*
NVMe: Always use MSI/MSI-x interrupts
Keith Busch
2016-04-12
1
-10
/
+15
*
|
NVMe: Always use MSI/MSI-x interrupts
Keith Busch
2016-04-14
1
-10
/
+15
*
|
NVMe: Fix reset/remove race
Keith Busch
2016-04-11
1
-2
/
+4
|
/
*
nvme: avoid cqe corruption when update at the same time as read
Marta Rybczynska
2016-03-22
1
-11
/
+13
*
Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-03-19
1
-157
/
+78
|
\
|
*
NVMe: Remove unused sq_head read in completion path
Jon Derrick
2016-03-08
1
-2
/
+0
|
*
NVMe: Create discard zero quirk white list
Keith Busch
2016-03-08
1
-1
/
+2
|
*
nvme: return the whole CQE through the request passthrough interface
Christoph Hellwig
2016-02-29
1
-8
/
+3
|
*
nvme: replace the kthread with a per-device watchdog timer
Christoph Hellwig
2016-02-29
1
-89
/
+23
|
*
nvme: don't poll the CQ from the kthread
Christoph Hellwig
2016-02-29
1
-12
/
+0
|
*
nvme: use a work item to submit async event requests
Christoph Hellwig
2016-02-29
1
-7
/
+18
|
*
nvme: split pci module out of core module
Ming Lin
2016-02-10
1
-12
/
+1
|
*
nvme: split dev_list_lock
Ming Lin
2016-02-10
1
-0
/
+1
|
*
nvme: move timeout variables to core.c
Ming Lin
2016-02-10
1
-12
/
+0
|
*
nvme/host: reference the fabric module for each bdev open callout
Sagi Grimberg
2016-02-10
1
-0
/
+1
|
*
nvme: Log the ctrl device name instead of the underlying pci device name
Sagi Grimberg
2016-02-10
1
-16
/
+21
|
*
NVMe: Fix possible queue use after freed
Keith Busch
2016-02-09
1
-5
/
+9
*
|
NVMe: Move error handling to failed reset handler
Keith Busch
2016-03-03
1
-1
/
+12
*
|
NVMe: Simplify device reset failure
Keith Busch
2016-03-03
1
-27
/
+21
*
|
NVMe: Fix namespace removal deadlock
Keith Busch
2016-03-03
1
-2
/
+15
*
|
NVMe: Don't unmap controller registers on reset
Keith Busch
2016-03-03
1
-29
/
+42
*
|
NVMe: Rate limit nvme IO warnings
Keith Busch
2016-02-12
1
-1
/
+1
*
|
NVMe: Poll device while still active during remove
Keith Busch
2016-02-12
1
-5
/
+1
*
|
NVMe: Requeue requests on suspended queues
Keith Busch
2016-02-12
1
-0
/
+5
|
/
*
Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-01-22
1
-1981
/
+719
|
\
|
*
NVMe: Shutdown controller only for power-off
Keith Busch
2016-01-12
1
-21
/
+19
|
*
NVMe: IO queue deletion re-write
Keith Busch
2016-01-12
1
-170
/
+81
[next]