summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/stats.h
Commit message (Collapse)AuthorAgeFilesLines
* bcache: Break up struct searchKent Overstreet2013-11-101-5/+8
| | | | | | | | | | | | With all the recent refactoring around struct btree op struct search has gotten rather large. But we can now easily break it up in a different way - we break out struct btree_insert_op which is for inserting data into the cache, and that's now what the copying gc code uses - struct search is now specific to request.c Signed-off-by: Kent Overstreet <kmo@daterainc.com>
* bcache: A block layer cacheKent Overstreet2013-03-231-0/+58
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>
OpenPOWER on IntegriCloud