summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
Commit message (Expand)AuthorAgeFilesLines
* NVMe: Add device ID's with stripe quirkKeith Busch2016-05-181-0/+6
* NVMe: Short-cut removal on surprise hot-unplugKeith Busch2016-05-181-0/+4
* NVMe: Reduce driver log spammingKeith Busch2016-05-181-1/+4
* NVMe: Unbind driver on failureKeith Busch2016-05-181-1/+1
* NVMe: Delete only created queuesKeith Busch2016-05-181-2/+2
* NVMe: Allocate queues only for online cpusKeith Busch2016-05-181-1/+1
* Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-05-181-162/+87Star
|\
| * NVMe: Fix reset/remove raceKeith Busch2016-05-031-2/+1Star
| * nvme: add helper nvme_cleanup_cmd()Ming Lin2016-05-021-2/+1Star
| * nvme: move AER handling to common codeChristoph Hellwig2016-05-021-40/+9Star
| * nvme: move namespace scanning to coreChristoph Hellwig2016-05-021-27/+5Star
| * nvme: tighten up state check for namespace scanningChristoph Hellwig2016-05-021-2/+4
| * nvme: introduce a controller state machineChristoph Hellwig2016-05-021-13/+12Star
| * nvme: remove the io_incapable methodChristoph Hellwig2016-05-021-8/+0Star
| * NVMe: Fix check_flush_dependency warningKeith Busch2016-05-021-0/+1
| * nvme: Avoid reset work on watchdog timer function during error recoveryGuilherme G. Piccoli2016-04-131-8/+30
| * NVMe: silence warning about unused 'dev'Jens Axboe2016-04-131-2/+2
| * nvme: Use blk-mq helper for IO terminationSagi Grimberg2016-04-121-14/+5Star
| * NVMe: Skip async events for degraded controllersKeith Busch2016-04-121-2/+10
| * nvme: add helper nvme_setup_cmd()Ming Lin2016-04-121-46/+1Star
| * nvme: rewrite discard supportMing Lin2016-04-121-29/+39
| * nvme: add helper nvme_map_len()Ming Lin2016-04-121-8/+5Star
| * nvme: add missing lock nesting notationMing Lin2016-04-121-1/+7
| * NVMe: Always use MSI/MSI-x interruptsKeith Busch2016-04-121-10/+15
* | NVMe: Always use MSI/MSI-x interruptsKeith Busch2016-04-141-10/+15
* | NVMe: Fix reset/remove raceKeith Busch2016-04-111-2/+4
|/
* nvme: avoid cqe corruption when update at the same time as readMarta Rybczynska2016-03-221-11/+13
* Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-191-157/+78Star
|\
| * NVMe: Remove unused sq_head read in completion pathJon Derrick2016-03-081-2/+0Star
| * NVMe: Create discard zero quirk white listKeith Busch2016-03-081-1/+2
| * nvme: return the whole CQE through the request passthrough interfaceChristoph Hellwig2016-02-291-8/+3Star
| * nvme: replace the kthread with a per-device watchdog timerChristoph Hellwig2016-02-291-89/+23Star
| * nvme: don't poll the CQ from the kthreadChristoph Hellwig2016-02-291-12/+0Star
| * nvme: use a work item to submit async event requestsChristoph Hellwig2016-02-291-7/+18
| * nvme: split pci module out of core moduleMing Lin2016-02-101-12/+1Star
| * nvme: split dev_list_lockMing Lin2016-02-101-0/+1
| * nvme: move timeout variables to core.cMing Lin2016-02-101-12/+0Star
| * nvme/host: reference the fabric module for each bdev open calloutSagi Grimberg2016-02-101-0/+1
| * nvme: Log the ctrl device name instead of the underlying pci device nameSagi Grimberg2016-02-101-16/+21
| * NVMe: Fix possible queue use after freedKeith Busch2016-02-091-5/+9
* | NVMe: Move error handling to failed reset handlerKeith Busch2016-03-031-1/+12
* | NVMe: Simplify device reset failureKeith Busch2016-03-031-27/+21Star
* | NVMe: Fix namespace removal deadlockKeith Busch2016-03-031-2/+15
* | NVMe: Don't unmap controller registers on resetKeith Busch2016-03-031-29/+42
* | NVMe: Rate limit nvme IO warningsKeith Busch2016-02-121-1/+1
* | NVMe: Poll device while still active during removeKeith Busch2016-02-121-5/+1Star
* | NVMe: Requeue requests on suspended queuesKeith Busch2016-02-121-0/+5
|/
* Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-221-1981/+719Star
|\
| * NVMe: Shutdown controller only for power-offKeith Busch2016-01-121-21/+19Star
| * NVMe: IO queue deletion re-writeKeith Busch2016-01-121-170/+81Star