aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/debug.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-06-26bcache: Rip out pkey()/pbtree()Kent Overstreet1-9/+2
Old gcc doesnt like the struct hack, and it is kind of ugly. So finish off the work to convert pr_debug() statements to tracepoints, and delete pkey()/pbtree(). Signed-off-by: Kent Overstreet <koverstreet@google.com>
2013-03-23bcache: A block layer cacheKent Overstreet1-0/+54
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>