aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/sysfs.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet1-1/+1
Signed-off-by: Kent Overstreet <koverstreet@google.com> Cc: linux-bcache@vger.kernel.org Signed-off-by: Jens Axboe <axboe@kernel.dk>
2013-03-23bcache: A block layer cacheKent Overstreet1-0/+110
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>