summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/btree.c
Commit message (Expand)AuthorAgeFilesLines
...
* bcache: Add btree_map() functionsKent Overstreet2013-11-101-51/+123
* bcache: Convert gc to a kthreadKent Overstreet2013-11-101-16/+34
* bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet2013-11-101-15/+10
* bcache: Convert try_wait to wait_queue_head_tKent Overstreet2013-11-101-90/+60
* bcache: Move keylist out of btree_opKent Overstreet2013-11-101-1/+0
* bcache: Refactor journalling flow controlKent Overstreet2013-11-101-3/+0
* bcache: Clean up keylist codeKent Overstreet2013-11-101-6/+6
* bcache: Add explicit keylist arg to btree_insert()Kent Overstreet2013-11-101-12/+14
* bcache: Convert btree_insert_check_key() to btree_insert_node()Kent Overstreet2013-11-101-35/+47
* bcache: Insert multiple keys at a timeKent Overstreet2013-11-101-17/+16
* bcache: Add btree_insert_node()Kent Overstreet2013-11-101-66/+92
* bcache: Explicitly track btree node's parentKent Overstreet2013-11-101-4/+10
* bcache: Fix dirty_data accountingKent Overstreet2013-11-101-4/+7
* bcache: Fix a shrinker deadlockKent Overstreet2013-09-241-1/+1
* bcache: Correct printf()-style format length modifierGeert Uytterhoeven2013-09-241-1/+1
* drivers: convert shrinkers to new count/scan APIDave Chinner2013-09-101-17/+26
* bcache: Fix GC_SECTORS_USED() calculationKent Overstreet2013-07-121-1/+3
* bcache: Use standard utility codeKent Overstreet2013-07-011-5/+2
* bcache: Delete fuzz testerKent Overstreet2013-07-011-2/+2
* bcache: Document shrinker reserve betterKent Overstreet2013-07-011-0/+7
* bcache: FUA fixesKent Overstreet2013-07-011-3/+22
* bcache: Write out full stripesKent Overstreet2013-06-261-9/+10
* bcache: Track dirty data by stripeKent Overstreet2013-06-261-7/+13
* bcache: Initialize sectors_dirty when attachingKent Overstreet2013-06-261-28/+1
* bcache: Rip out pkey()/pbtree()Kent Overstreet2013-06-261-15/+6
* bcache: Fix/revamp tracepointsKent Overstreet2013-06-261-23/+24
* bcache: Refactor btree ioKent Overstreet2013-06-261-149/+125
* bcache: Convert allocator thread to kthreadKent Overstreet2013-06-261-3/+3
* bcache: Allocator cleanup/fixesKent Overstreet2013-04-301-2/+1
* bcache: Add missing #include <linux/prefetch.h>Geert Uytterhoeven2013-04-081-0/+1
* bcache: Sparse fixesKent Overstreet2013-04-081-1/+1
* bcache: Don't export utility code, prefix with bch_Kent Overstreet2013-03-281-9/+9
* bcache: Style/checkpatch fixesKent Overstreet2013-03-251-2/+2
* bcache: Build fixes from test robotKent Overstreet2013-03-251-1/+1
* bcache: A block layer cacheKent Overstreet2013-03-231-0/+2503
OpenPOWER on IntegriCloud