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>
Showing
Documentation/bcache.txt
0 → 100644
This diff is collapsed.
drivers/md/bcache/Kconfig
0 → 100644
drivers/md/bcache/Makefile
0 → 100644
drivers/md/bcache/alloc.c
0 → 100644
This diff is collapsed.
drivers/md/bcache/bcache.h
0 → 100644
This diff is collapsed.
drivers/md/bcache/bset.c
0 → 100644
This diff is collapsed.
drivers/md/bcache/bset.h
0 → 100644
This diff is collapsed.
drivers/md/bcache/btree.c
0 → 100644
This diff is collapsed.
drivers/md/bcache/btree.h
0 → 100644
This diff is collapsed.
drivers/md/bcache/closure.c
0 → 100644
drivers/md/bcache/closure.h
0 → 100644
This diff is collapsed.
drivers/md/bcache/debug.c
0 → 100644
This diff is collapsed.
drivers/md/bcache/debug.h
0 → 100644
drivers/md/bcache/io.c
0 → 100644
This diff is collapsed.
drivers/md/bcache/journal.c
0 → 100644
This diff is collapsed.
drivers/md/bcache/journal.h
0 → 100644
drivers/md/bcache/movinggc.c
0 → 100644
This diff is collapsed.
drivers/md/bcache/request.c
0 → 100644
This diff is collapsed.
drivers/md/bcache/request.h
0 → 100644
This diff is collapsed.
drivers/md/bcache/stats.c
0 → 100644
This diff is collapsed.
drivers/md/bcache/stats.h
0 → 100644
This diff is collapsed.
drivers/md/bcache/super.c
0 → 100644
This diff is collapsed.
drivers/md/bcache/sysfs.c
0 → 100644
This diff is collapsed.
drivers/md/bcache/sysfs.h
0 → 100644
This diff is collapsed.
drivers/md/bcache/trace.c
0 → 100644
This diff is collapsed.
drivers/md/bcache/util.c
0 → 100644
This diff is collapsed.
drivers/md/bcache/util.h
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment