summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)AuthorLines
2016-07-14nvme: Remove RCU namespace protectionKeith Busch-35/+39
2016-06-09NVMe: Only release requested regionsJohannes Thumshirn-2/+7
2016-05-17nvme/host: Add missing blk_integrity tag_size + flags assignmentsNicholas Bellinger-0/+4
2016-05-17NVMe: Add device ID's with stripe quirkKeith Busch-0/+6
2016-05-17NVMe: Short-cut removal on surprise hot-unplugKeith Busch-0/+23
2016-05-17NVMe: Allow user initiated rescanKeith Busch-0/+15
2016-05-17NVMe: Reduce driver log spammingKeith Busch-1/+4
2016-05-17NVMe: Unbind driver on failureKeith Busch-1/+1
2016-05-17NVMe: Delete only created queuesKeith Busch-2/+2
2016-05-17NVMe: Allocate queues only for online cpusKeith Busch-1/+1
2016-05-17Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-299/+397
2016-05-06lightnvm: rename nr_pages to nr_ppas on nvm_rqJavier González-2/+2
2016-05-06lightnvm: pass dma address to hardware rather than pointerArnd Bergmann-1/+1
2016-05-06nvme/lightnvm: Log using the ctrl named deviceSagi Grimberg-7/+9
2016-05-06lightnvm: rename dma helper functionsJavier González-2/+2
2016-05-06lightnvm: enable metadata to be sent to deviceJavier González-0/+1
2016-05-06lightnvm: refactor set_bb_tbl for accepting ppa listMatias Bjørling-4/+4
2016-05-06lightnvm: refactor device ops->get_bb_tbl()Matias Bjørling-4/+2
2016-05-06lightnvm: move block fold outside of get_bb_tbl()Matias Bjørling-41/+6
2016-05-03NVMe: Fix reset/remove raceKeith Busch-2/+1
2016-05-02nvme: fix nvme_ns_remove() deadlockMing Lin-2/+4
2016-05-02nvme: switch to RCU freeing the namespaceMing Lin-10/+11
2016-05-02nvme: add helper nvme_cleanup_cmd()Ming Lin-2/+7
2016-05-02nvme: move AER handling to common codeChristoph Hellwig-40/+66
2016-05-02nvme: move namespace scanning to coreChristoph Hellwig-32/+34
2016-05-02nvme: tighten up state check for namespace scanningChristoph Hellwig-2/+4
2016-05-02nvme: introduce a controller state machineChristoph Hellwig-13/+74
2016-05-02nvme: remove the io_incapable methodChristoph Hellwig-20/+0
2016-05-02NVMe: nvme_core_exit() should do cleanup in the reverse order as nvme_core_in...Wang Sheng-Hui-1/+1
2016-05-02NVMe: Fix check_flush_dependency warningKeith Busch-0/+1
2016-04-26NVMe: small typo in section BLK_DEV_NVME_SCSI of host/KconfigWang Sheng-Hui-1/+1
2016-04-26nvme: fix cntlid typeChristoph Hellwig-1/+1
2016-04-14NVMe: Always use MSI/MSI-x interruptsKeith Busch-10/+15
2016-04-13nvme: Avoid reset work on watchdog timer function during error recoveryGuilherme G. Piccoli-8/+30
2016-04-12NVMe: silence warning about unused 'dev'Jens Axboe-2/+2
2016-04-12NVMe: switch to using blk_queue_write_cache()Jens Axboe-2/+5
2016-04-12nvme: Use blk-mq helper for IO terminationSagi Grimberg-14/+5
2016-04-12NVMe: Skip async events for degraded controllersKeith Busch-2/+10
2016-04-12nvme: add helper nvme_setup_cmd()Ming Lin-97/+108
2016-04-12nvme: rewrite discard supportMing Lin-29/+39
2016-04-12nvme: add helper nvme_map_len()Ming Lin-8/+13
2016-04-12nvme: add missing lock nesting notationMing Lin-1/+7
2016-04-12NVMe: Always use MSI/MSI-x interruptsKeith Busch-10/+15
2016-04-11NVMe: Fix reset/remove raceKeith Busch-2/+4
2016-03-22nvme: avoid cqe corruption when update at the same time as readMarta Rybczynska-11/+13
2016-03-18nvme: lightnvm: return ppa completion statusMatias Bjorling-2/+15
2016-03-18Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-202/+275
2016-03-16NVMe: Expose ns wwid through single sysfs entryKeith Busch-0/+27
2016-03-08NVMe: Remove unused sq_head read in completion pathJon Derrick-2/+0
2016-03-08NVMe: Create discard zero quirk white listKeith Busch-2/+15