Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bcache: Fix error handling in init code | Kent Overstreet | 2013-05-15 |
| | | | | | | | This code appears to have rotted... fix various bugs and do some refactoring. Signed-off-by: Kent Overstreet <koverstreet@google.com> | ||
* | bcache: Don't export utility code, prefix with bch_ | Kent Overstreet | 2013-03-28 |
| | | | | | | Signed-off-by: Kent Overstreet <koverstreet@google.com> Cc: linux-bcache@vger.kernel.org Signed-off-by: Jens Axboe <axboe@kernel.dk> | ||
* | bcache: A block layer cache | Kent Overstreet | 2013-03-23 |
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> |