aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lightnvm/Kconfig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-03NVMe: Fix reset/remove raceKeith Busch1-2/+1
2016-05-02nvme: fix nvme_ns_remove() deadlockMing Lin1-2/+4
2016-05-02nvme: switch to RCU freeing the namespaceMing Lin1-10/+11
2016-05-02NVMe: correct comment for offset enum of controller registers in nvme.hWang Sheng-Hui1-2/+2
2016-05-02nvme: add helper nvme_cleanup_cmd()Ming Lin2-2/+7
2016-05-02nvme: move AER handling to common codeChristoph Hellwig3-40/+66
2016-05-02nvme: move namespace scanning to coreChristoph Hellwig3-32/+34
2016-05-02nvme: tighten up state check for namespace scanningChristoph Hellwig1-2/+4
2016-05-02nvme: introduce a controller state machineChristoph Hellwig3-13/+74
2016-05-02nvme: remove the io_incapable methodChristoph Hellwig2-20/+0
2016-05-02NVMe: nvme_core_exit() should do cleanup in the reverse order as nvme_core_init doesWang Sheng-Hui1-1/+1
2016-05-02NVMe: Fix check_flush_dependency warningKeith Busch1-0/+1
2016-04-26NVMe: small typo in section BLK_DEV_NVME_SCSI of host/KconfigWang Sheng-Hui1-1/+1
2016-04-26nvme: fix cntlid typeChristoph Hellwig1-1/+1
2016-04-25skd: remove broken discard supportJeff Moyer1-58/+1
2016-04-13block: kill off q->flush_flagsJens Axboe8-28/+32
2016-04-13nvme: Avoid reset work on watchdog timer function during error recoveryGuilherme G. Piccoli1-8/+30
2016-04-12NVMe: silence warning about unused 'dev'Jens Axboe1-2/+2
2016-04-12block: kill blk_queue_flush()Jens Axboe3-23/+2
2016-04-12um: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-04-12mtd: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-04-12mmc/block: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-04-12md: update to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-04-12ide-disk: update to using blk_queue_write_cache()Jens Axboe1-3/+3
2016-04-12xen-blkfront: switch to using blk_queue_write_cache()Jens Axboe1-1/+2
2016-04-12dm: switch to using blk_queue_write_cache()Jens Axboe1-4/+4
2016-04-12bcache: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-04-12virtio_blk: switch to using blk_queue_write_cache()Jens Axboe1-5/+1
2016-04-12ps3disk: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-04-12skd_main: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-04-12osdblk: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-04-12nbd: switch to using blk_queue_write_cache()Jens Axboe1-2/+2
2016-04-12mtip32xx: remove call to blk_queue_flush()Jens Axboe1-6/+0
2016-04-12loop: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-04-12drbd: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-04-12NVMe: switch to using blk_queue_write_cache()Jens Axboe1-2/+5
2016-04-12sd: switch to using blk_queue_write_cache()Jens Axboe1-4/+4
2016-04-12block: add ability to flag write back caching on a deviceJens Axboe4-0/+77
2016-04-12blk-mq: Make blk_mq_all_tag_busy_iter staticSagi Grimberg2-5/+2
2016-04-12mtip32xx: Convert to use blk_mq_tagset_busy_iterKeith Busch1-3/+3
2016-04-12nvme: Use blk-mq helper for IO terminationSagi Grimberg1-14/+5
2016-04-12NVMe: Skip async events for degraded controllersKeith Busch1-2/+10
2016-04-12nvme: add helper nvme_setup_cmd()Ming Lin3-97/+108
2016-04-12nvme: rewrite discard supportMing Lin1-29/+39
2016-04-12nvme: add helper nvme_map_len()Ming Lin2-8/+13
2016-04-12nvme: add missing lock nesting notationMing Lin1-1/+7
2016-04-12NVMe: Always use MSI/MSI-x interruptsKeith Busch1-10/+15
2016-04-12blk-mq: Export tagset iter functionSagi Grimberg2-0/+14
2016-04-12block: add offset in blk_add_request_payload()Ming Lin4-5/+6
2016-04-12writeback: Fix performance regression in wb_over_bg_thresh()Howard Cochran1-2/+4