summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
Commit message (Expand)AuthorAgeFilesLines
...
| * nvme: rewrite discard supportMing Lin2016-04-121-29/+39
| * nvme: add helper nvme_map_len()Ming Lin2016-04-121-8/+5
| * 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-181-157/+78
|\
| * NVMe: Remove unused sq_head read in completion pathJon Derrick2016-03-081-2/+0
| * 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/+3
| * nvme: replace the kthread with a per-device watchdog timerChristoph Hellwig2016-02-291-89/+23
| * nvme: don't poll the CQ from the kthreadChristoph Hellwig2016-02-291-12/+0
| * 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/+1
| * nvme: split dev_list_lockMing Lin2016-02-101-0/+1
| * nvme: move timeout variables to core.cMing Lin2016-02-101-12/+0
| * 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/+21
* | 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/+1
* | 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-211-1981/+719
|\
| * NVMe: Shutdown controller only for power-offKeith Busch2016-01-121-21/+19
| * NVMe: IO queue deletion re-writeKeith Busch2016-01-121-170/+81
| * NVMe: Remove queue freezing on resetsKeith Busch2016-01-121-4/+4
| * NVMe: Use a retryable error code on resetKeith Busch2016-01-121-1/+1
| * NVMe: Fix admin queue ring wrapKeith Busch2016-01-121-1/+6
| * nvme: Move nvme_freeze/unfreeze_queues to nvme coreSagi Grimberg2016-01-121-30/+2
| * NVMe: Add pci error handlersKeith Busch2015-12-221-10/+44
| * nvme: merge iod and cmd_infoChristoph Hellwig2015-12-221-111/+73
| * nvme: meta_sg doesn't have to be an arrayChristoph Hellwig2015-12-221-6/+6
| * nvme: properly free resources for cancelled commandChristoph Hellwig2015-12-221-39/+40
| * nvme: simplify completion handlingChristoph Hellwig2015-12-221-115/+26
| * nvme: special case AEN requestsChristoph Hellwig2015-12-221-35/+40
| * nvme: switch abort to blk_execute_rq_nowaitChristoph Hellwig2015-12-221-35/+26
| * nvme: switch delete SQ/CQ to blk_execute_rq_nowaitChristoph Hellwig2015-12-221-34/+15
| * nvme: factor out a few helpers from req_completionChristoph Hellwig2015-12-221-10/+2
| * nvme: fix admin queue depthChristoph Hellwig2015-12-221-1/+1
| * NVMe: Remove device management handles on removeKeith Busch2015-12-221-0/+1
| * NVMe: Use unbounded work queue for all workKeith Busch2015-12-221-6/+6
| * NVMe: Implement namespace list scanningKeith Busch2015-12-221-0/+2
| * nvme: switch abort_limit to an atomic_tChristoph Hellwig2015-12-221-4/+5
| * nvme: remove dead controllers from a work itemChristoph Hellwig2015-12-221-13/+9
| * nvme: merge probe_work and reset_workChristoph Hellwig2015-12-221-35/+39