There was an error fetching the commit references. Please try again later.
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/ABI/testing/sysfs-block-bcache 156 additions, 0 deletionsDocumentation/ABI/testing/sysfs-block-bcache
- Documentation/bcache.txt 343 additions, 0 deletionsDocumentation/bcache.txt
- MAINTAINERS 7 additions, 0 deletionsMAINTAINERS
- drivers/md/Kconfig 2 additions, 0 deletionsdrivers/md/Kconfig
- drivers/md/Makefile 1 addition, 0 deletionsdrivers/md/Makefile
- drivers/md/bcache/Kconfig 42 additions, 0 deletionsdrivers/md/bcache/Kconfig
- drivers/md/bcache/Makefile 7 additions, 0 deletionsdrivers/md/bcache/Makefile
- drivers/md/bcache/alloc.c 583 additions, 0 deletionsdrivers/md/bcache/alloc.c
- drivers/md/bcache/bcache.h 1232 additions, 0 deletionsdrivers/md/bcache/bcache.h
- drivers/md/bcache/bset.c 1190 additions, 0 deletionsdrivers/md/bcache/bset.c
- drivers/md/bcache/bset.h 379 additions, 0 deletionsdrivers/md/bcache/bset.h
- drivers/md/bcache/btree.c 2503 additions, 0 deletionsdrivers/md/bcache/btree.c
- drivers/md/bcache/btree.h 405 additions, 0 deletionsdrivers/md/bcache/btree.h
- drivers/md/bcache/closure.c 348 additions, 0 deletionsdrivers/md/bcache/closure.c
- drivers/md/bcache/closure.h 670 additions, 0 deletionsdrivers/md/bcache/closure.h
- drivers/md/bcache/debug.c 563 additions, 0 deletionsdrivers/md/bcache/debug.c
- drivers/md/bcache/debug.h 54 additions, 0 deletionsdrivers/md/bcache/debug.h
- drivers/md/bcache/io.c 390 additions, 0 deletionsdrivers/md/bcache/io.c
- drivers/md/bcache/journal.c 785 additions, 0 deletionsdrivers/md/bcache/journal.c
- drivers/md/bcache/journal.h 215 additions, 0 deletionsdrivers/md/bcache/journal.h
Please register or sign in to comment