summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/btree.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-08bcache: Add struct btree_keysKent Overstreet1-79/+74
2014-01-08bcache: Abstract out stuff needed for sortingKent Overstreet1-0/+6
2014-01-08bcache: Rename/shuffle various code aroundKent Overstreet1-104/+63
2014-01-08bcache: Add struct bset_sort_stateKent Overstreet1-4/+10
2014-01-08bcache: Split out sort_extent_cmp()Kent Overstreet1-2/+8
2014-01-08bcache: Bkey indexing renamingKent Overstreet1-15/+18
2014-01-08bcache: Make bch_keylist_realloc() take u64s, not nptrsKent Overstreet1-3/+3
2014-01-08bcache: Btree verify code improvementsKent Overstreet1-2/+14
2014-01-08bcache: kill index()Kent Overstreet1-3/+3
2014-01-08bcache: Do bkey_put() in btree_split() error pathKent Overstreet1-1/+4
2014-01-08bcache: Rework allocator reservesKent Overstreet1-2/+32
2014-01-08bcache: kill closure locking usageKent Overstreet1-18/+34
2014-01-08bcache: Minor btree cache fixKent Overstreet1-7/+3
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe1-2/+25
2013-12-16bcache: fix for gc and writeback raceNicholas Swenson1-0/+22
2013-12-16bcache: Fix dirty_data accountingKent Overstreet1-1/+2
2013-11-28bcache: fix sparse non static symbol warningWei Yongjun1-1/+1
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-2/+2
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-2/+2
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