summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2016-05-06lightnvm: move block fold outside of get_bb_tbl()Matias Bjørling
2016-05-03NVMe: Fix reset/remove raceKeith Busch
2016-05-02nvme: fix nvme_ns_remove() deadlockMing Lin
2016-05-02nvme: switch to RCU freeing the namespaceMing Lin
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: nvme_core_exit() should do cleanup in the reverse order as nvme_core_in...Wang Sheng-Hui
2016-05-02NVMe: Fix check_flush_dependency warningKeith Busch
2016-04-26NVMe: small typo in section BLK_DEV_NVME_SCSI of host/KconfigWang Sheng-Hui
2016-04-26nvme: fix cntlid typeChristoph Hellwig
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: switch to using blk_queue_write_cache()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-19nvme: lightnvm: return ppa completion statusMatias Bjorling
2016-03-19Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-03-16NVMe: Expose ns wwid through single sysfs entryKeith Busch
2016-03-08NVMe: Remove unused sq_head read in completion pathJon Derrick
2016-03-08NVMe: Create discard zero quirk white listKeith Busch
2016-03-03lightnvm: fold get bb tbl when using dual/quad plane modeMatias Bjørling
2016-03-03nvme: fix max_segments integer truncationChristoph Hellwig
2016-03-03nvme: set queue limits for the admin queueChristoph Hellwig
2016-03-03NVMe: Fix 0-length integrity payloadKeith Busch
2016-03-03NVMe: Don't allow unsupported flagsKeith 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: Use IDA for namespace disk namingKeith Busch
2016-03-03NVMe: Don't unmap controller registers on resetKeith Busch
2016-02-29nvme: expose cntlid in sysfsMing Lin
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