summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)Author
2016-06-09NVMe: Only release requested regionsJohannes Thumshirn
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
2016-02-29nvme: replace the kthread with a per-device watchdog timerChristoph Hellwig
2016-02-29nvme: don't poll the CQ from the kthreadChristoph Hellwig
2016-02-29nvme: use a work item to submit async event requestsChristoph Hellwig
2016-02-12NVMe: Rate limit nvme IO warningsKeith Busch
2016-02-12NVMe: Poll device while still active during removeKeith Busch
2016-02-12NVMe: Requeue requests on suspended queuesKeith Busch
2016-02-10nvme: split pci module out of core moduleMing Lin
2016-02-10nvme: split dev_list_lockMing Lin
2016-02-10nvme: move timeout variables to core.cMing Lin
2016-02-10nvme/host: reference the fabric module for each bdev open calloutSagi Grimberg
2016-02-10nvme: Log the ctrl device name instead of the underlying pci device nameSagi Grimberg
2016-02-09NVMe: Fix possible queue use after freedKeith Busch
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds