summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-12/+3
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-32/+36
2016-07-20nvme/pci: Provide SR-IOV supportKeith Busch1-0/+19
2016-07-13nvme: avoid crashes when node 0 is memoryless node.Masayoshi Mizuma1-1/+1
2016-07-12nvme: Limit command retriesKeith Busch1-0/+6
2016-07-12nvme/quirk: Add a delay before checking for adapter readinessGuilherme G. Piccoli1-0/+2
2016-07-05nvme.h: add NVMe over Fabrics definitionsChristoph Hellwig1-2/+2
2016-07-05nvme: add fabrics sysfs attributesMing Lin1-0/+1
2016-07-05nvme: Modify and export sync command submission for fabricsChristoph Hellwig1-2/+2
2016-06-21NVMe: Use pci_(request|release)_mem_regionsJohannes Thumshirn1-7/+3
2016-06-12nvme: move the workaround for I/O queue-less controllers from PCIe to coreChristoph Hellwig1-9/+1
2016-06-09NVMe: Only release requested regionsJohannes Thumshirn1-2/+7
2016-06-07nvme: move nvme_cancel_request() to common codeMing Lin1-16/+0
2016-06-07nvme: update and rename nvme_cancel_io to nvme_cancel_requestMing Lin1-4/+4
2016-05-17NVMe: Add device ID's with stripe quirkKeith Busch1-0/+6
2016-05-17NVMe: Short-cut removal on surprise hot-unplugKeith Busch1-0/+4
2016-05-17NVMe: Reduce driver log spammingKeith Busch1-1/+4
2016-05-17NVMe: Unbind driver on failureKeith Busch1-1/+1
2016-05-17NVMe: Delete only created queuesKeith Busch1-2/+2
2016-05-17NVMe: Allocate queues only for online cpusKeith Busch1-1/+1
2016-05-17Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-162/+87
2016-05-03NVMe: Fix reset/remove raceKeith Busch1-2/+1
2016-05-02nvme: add helper nvme_cleanup_cmd()Ming Lin1-2/+1
2016-05-02nvme: move AER handling to common codeChristoph Hellwig1-40/+9
2016-05-02nvme: move namespace scanning to coreChristoph Hellwig1-27/+5
2016-05-02nvme: tighten up state check for namespace scanningChristoph Hellwig1-2/+4
2016-05-02nvme: introduce a controller state machineChristoph Hellwig1-13/+12
2016-05-02nvme: remove the io_incapable methodChristoph Hellwig1-8/+0
2016-05-02NVMe: Fix check_flush_dependency warningKeith Busch1-0/+1
2016-04-14NVMe: Always use MSI/MSI-x interruptsKeith Busch1-10/+15
2016-04-13nvme: Avoid reset work on watchdog timer function during error recoveryGuilherme G. Piccoli1-8/+30
2016-04-12NVMe: silence warning about unused 'dev'Jens Axboe1-2/+2
2016-04-12nvme: Use blk-mq helper for IO terminationSagi Grimberg1-14/+5
2016-04-12NVMe: Skip async events for degraded controllersKeith Busch1-2/+10
2016-04-12nvme: add helper nvme_setup_cmd()Ming Lin1-46/+1
2016-04-12nvme: rewrite discard supportMing Lin1-29/+39
2016-04-12nvme: add helper nvme_map_len()Ming Lin1-8/+5
2016-04-12nvme: add missing lock nesting notationMing Lin1-1/+7
2016-04-12NVMe: Always use MSI/MSI-x interruptsKeith Busch1-10/+15
2016-04-11NVMe: Fix reset/remove raceKeith Busch1-2/+4
2016-03-22nvme: avoid cqe corruption when update at the same time as readMarta Rybczynska1-11/+13
2016-03-18Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-157/+78
2016-03-08NVMe: Remove unused sq_head read in completion pathJon Derrick1-2/+0
2016-03-08NVMe: Create discard zero quirk white listKeith Busch1-1/+2
2016-03-03NVMe: Move error handling to failed reset handlerKeith Busch1-1/+12
2016-03-03NVMe: Simplify device reset failureKeith Busch1-27/+21
2016-03-03NVMe: Fix namespace removal deadlockKeith Busch1-2/+15
2016-03-03NVMe: Don't unmap controller registers on resetKeith Busch1-29/+42
2016-02-29nvme: return the whole CQE through the request passthrough interfaceChristoph Hellwig1-8/+3
2016-02-29nvme: replace the kthread with a per-device watchdog timerChristoph Hellwig1-89/+23