summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/btree.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11drivers: convert shrinkers to new count/scan APIDave Chinner1-17/+26
2013-07-12bcache: Fix GC_SECTORS_USED() calculationKent Overstreet1-1/+3
2013-07-02bcache: Use standard utility codeKent Overstreet1-5/+2
2013-07-02bcache: Delete fuzz testerKent Overstreet1-2/+2
2013-07-02bcache: Document shrinker reserve betterKent Overstreet1-0/+7
2013-07-02bcache: FUA fixesKent Overstreet1-3/+22
2013-06-27bcache: Write out full stripesKent Overstreet1-9/+10
2013-06-27bcache: Track dirty data by stripeKent Overstreet1-7/+13
2013-06-27bcache: Initialize sectors_dirty when attachingKent Overstreet1-28/+1
2013-06-27bcache: Rip out pkey()/pbtree()Kent Overstreet1-15/+6
2013-06-27bcache: Fix/revamp tracepointsKent Overstreet1-23/+24
2013-06-27bcache: Refactor btree ioKent Overstreet1-149/+125
2013-06-27bcache: Convert allocator thread to kthreadKent Overstreet1-3/+3
2013-05-01bcache: Allocator cleanup/fixesKent Overstreet1-2/+1
2013-04-09bcache: Add missing #include <linux/prefetch.h>Geert Uytterhoeven1-0/+1
2013-04-09bcache: Sparse fixesKent Overstreet1-1/+1
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet1-9/+9
2013-03-25bcache: Style/checkpatch fixesKent Overstreet1-2/+2
2013-03-25bcache: Build fixes from test robotKent Overstreet1-1/+1
2013-03-24bcache: A block layer cacheKent Overstreet1-0/+2503