aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)Author
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-12nvme: factor out a add nvme_is_write helperChristoph Hellwig
2016-06-12nvme: allow for size limitations from transport driversChristoph Hellwig
2016-06-09NVMe: Only release requested regionsJohannes Thumshirn
2016-06-08NVMe: Fix removal in case of active namespace list scanning methodSunad Bhandary
2016-06-07nvme: use UINT_MAX for max discard sectorsMinfei Huang
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-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie
2016-06-07drivers: use req op accessorMike Christie
2016-05-17nvme/host: Add missing blk_integrity tag_size + flags assignmentsNicholas Bellinger
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: Allow user initiated rescanKeith 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-06lightnvm: rename nr_pages to nr_ppas on nvm_rqJavier González
2016-05-06lightnvm: pass dma address to hardware rather than pointerArnd Bergmann
2016-05-06nvme/lightnvm: Log using the ctrl named deviceSagi Grimberg
2016-05-06lightnvm: rename dma helper functionsJavier González
2016-05-06lightnvm: enable metadata to be sent to deviceJavier González
2016-05-06lightnvm: refactor set_bb_tbl for accepting ppa listMatias Bjørling
2016-05-06lightnvm: refactor device ops->get_bb_tbl()Matias Bjørling
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