bcache: A block layer cache

Does writethrough and writeback caching, handles unclean shutdown, and
has a bunch of other nifty features motivated by real world usage.

See the wiki at http://bcache.evilpiepirate.org for more.

Signed-off-by: Kent Overstreet <koverstreet@google.com>
这个提交包含在:
Kent Overstreet
2013-03-23 16:11:31 -07:00
父节点 ea6749c705
当前提交 cafe563591
修改 36 个文件,包含 16474 行新增0 行删除

查看文件

@@ -174,6 +174,8 @@ config MD_FAULTY
In unsure, say N.
source "drivers/md/bcache/Kconfig"
config BLK_DEV_DM
tristate "Device mapper support"
---help---