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