index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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-12
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-18
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-21
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
|
*
NVMe: Remove queue freezing on resets
Keith Busch
2016-01-12
1
-4
/
+4
|
*
NVMe: Use a retryable error code on reset
Keith Busch
2016-01-12
1
-1
/
+1
|
*
NVMe: Fix admin queue ring wrap
Keith Busch
2016-01-12
1
-1
/
+6
|
*
nvme: Move nvme_freeze/unfreeze_queues to nvme core
Sagi Grimberg
2016-01-12
1
-30
/
+2
|
*
NVMe: Add pci error handlers
Keith Busch
2015-12-22
1
-10
/
+44
|
*
nvme: merge iod and cmd_info
Christoph Hellwig
2015-12-22
1
-111
/
+73
|
*
nvme: meta_sg doesn't have to be an array
Christoph Hellwig
2015-12-22
1
-6
/
+6
|
*
nvme: properly free resources for cancelled command
Christoph Hellwig
2015-12-22
1
-39
/
+40
[prev]
[next]