summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/btree.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-10bcache: Better full stripe scanningKent Overstreet1-8/+11
2013-11-10bcache: Have btree_split() insert into parent directlyKent Overstreet1-46/+39
2013-11-10bcache: Move spinlock into struct time_statsKent Overstreet1-3/+0
2013-11-10bcache: Kill bch_next_recurse_key()Kent Overstreet1-12/+11
2013-11-10bcache: Avoid deadlocking in garbage collectionKent Overstreet1-10/+11
2013-11-10bcache: Incremental gcKent Overstreet1-163/+225
2013-11-10bcache: Add make_btree_freeing_key()Kent Overstreet1-13/+18
2013-11-10bcache: Add btree_node_write_sync()Kent Overstreet1-19/+16
2013-11-10bcache: PRECEDING_KEY()Kent Overstreet1-7/+2
2013-11-10bcache: Don't bother with bucket refcount for btree node allocationsKent Overstreet1-23/+5
2013-11-10bcache: Debug code improvementsKent Overstreet1-2/+6
2013-11-10bcache: Pull on disk data structures out into a separate headerKent Overstreet1-1/+1
2013-11-10bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet1-42/+37
2013-11-10bcache: Don't use op->insert_collisionKent Overstreet1-0/+3
2013-11-10bcache: Kill op->replaceKent Overstreet1-50/+52
2013-11-10bcache: Drop some closure stuffKent Overstreet1-3/+3
2013-11-10bcache: Kill op->clKent Overstreet1-46/+35
2013-11-10bcache: Prune struct btree_opKent Overstreet1-14/+18
2013-11-10bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Kent Overstreet1-133/+0
2013-11-10bcache: Move some stuff to btree.cKent Overstreet1-2/+93
2013-11-10bcache: Add btree_map() functionsKent Overstreet1-51/+123
2013-11-10bcache: Convert gc to a kthreadKent Overstreet1-16/+34
2013-11-10bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet1-15/+10
2013-11-10bcache: Convert try_wait to wait_queue_head_tKent Overstreet1-90/+60
2013-11-10bcache: Move keylist out of btree_opKent Overstreet1-1/+0
2013-11-10bcache: Refactor journalling flow controlKent Overstreet1-3/+0
2013-11-10bcache: Clean up keylist codeKent Overstreet1-6/+6
2013-11-10bcache: Add explicit keylist arg to btree_insert()Kent Overstreet1-12/+14
2013-11-10bcache: Convert btree_insert_check_key() to btree_insert_node()Kent Overstreet1-35/+47
2013-11-10bcache: Insert multiple keys at a timeKent Overstreet1-17/+16
2013-11-10bcache: Add btree_insert_node()Kent Overstreet1-66/+92
2013-11-10bcache: Explicitly track btree node's parentKent Overstreet1-4/+10
2013-11-10bcache: Fix dirty_data accountingKent Overstreet1-4/+7
2013-09-24bcache: Fix a shrinker deadlockKent Overstreet1-1/+1
2013-09-24bcache: Correct printf()-style format length modifierGeert Uytterhoeven1-1/+1
2013-09-10drivers: convert shrinkers to new count/scan APIDave Chinner1-17/+26
2013-07-12bcache: Fix GC_SECTORS_USED() calculationKent Overstreet1-1/+3
2013-07-01bcache: Use standard utility codeKent Overstreet1-5/+2
2013-07-01bcache: Delete fuzz testerKent Overstreet1-2/+2
2013-07-01bcache: Document shrinker reserve betterKent Overstreet1-0/+7
2013-07-01bcache: FUA fixesKent Overstreet1-3/+22
2013-06-26bcache: Write out full stripesKent Overstreet1-9/+10
2013-06-26bcache: Track dirty data by stripeKent Overstreet1-7/+13
2013-06-26bcache: Initialize sectors_dirty when attachingKent Overstreet1-28/+1
2013-06-26bcache: Rip out pkey()/pbtree()Kent Overstreet1-15/+6
2013-06-26bcache: Fix/revamp tracepointsKent Overstreet1-23/+24
2013-06-26bcache: Refactor btree ioKent Overstreet1-149/+125
2013-06-26bcache: Convert allocator thread to kthreadKent Overstreet1-3/+3
2013-04-30bcache: Allocator cleanup/fixesKent Overstreet1-2/+1
2013-04-08bcache: Add missing #include <linux/prefetch.h>Geert Uytterhoeven1-0/+1