summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/btree.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-11bcache: Avoid deadlocking in garbage collectionKent Overstreet1-1/+1
2013-11-11bcache: Incremental gcKent Overstreet1-1/+1
2013-11-11bcache: bch_(btree|extent)_ptr_invalid()Kent Overstreet1-5/+8
2013-11-11bcache: Don't bother with bucket refcount for btree node allocationsKent Overstreet1-1/+1
2013-11-11bcache: Debug code improvementsKent Overstreet1-8/+0
2013-11-11bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet1-2/+2
2013-11-11bcache: Kill op->replaceKent Overstreet1-9/+1
2013-11-11bcache: Kill op->clKent Overstreet1-3/+5
2013-11-11bcache: Prune struct btree_opKent Overstreet1-18/+3
2013-11-11bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Kent Overstreet1-3/+0
2013-11-11bcache: Move some stuff to btree.cKent Overstreet1-81/+1
2013-11-11bcache: Add btree_map() functionsKent Overstreet1-2/+35
2013-11-11bcache: Convert gc to a kthreadKent Overstreet1-2/+8
2013-11-11bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet1-3/+3
2013-11-11bcache: Convert try_wait to wait_queue_head_tKent Overstreet1-3/+7
2013-11-11bcache: Move keylist out of btree_opKent Overstreet1-4/+0
2013-11-11bcache: Refactor request_write()Kent Overstreet1-1/+1
2013-11-11bcache: Add explicit keylist arg to btree_insert()Kent Overstreet1-1/+1
2013-11-11bcache: Convert btree_insert_check_key() to btree_insert_node()Kent Overstreet1-2/+4
2013-11-11bcache: Explicitly track btree node's parentKent Overstreet1-6/+10
2013-11-11bcache: Remove unnecessary check in should_split()Kent Overstreet1-3/+2
2013-07-02bcache: Delete fuzz testerKent Overstreet1-2/+0
2013-06-27bcache: Write out full stripesKent Overstreet1-4/+5
2013-06-27bcache: Rip out pkey()/pbtree()Kent Overstreet1-0/+7
2013-06-27bcache: Refactor btree ioKent Overstreet1-14/+5
2013-03-24bcache: A block layer cacheKent Overstreet1-0/+405