summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/btree.h
Commit message (Expand)AuthorAgeFilesLines
* bcache: Convert btree_iter to struct btree_keysKent Overstreet2014-01-081-8/+0Star
* bcache: Add struct btree_keysKent Overstreet2014-01-081-87/+6Star
* bcache: Abstract out stuff needed for sortingKent Overstreet2014-01-081-4/+38
* bcache: Rename/shuffle various code aroundKent Overstreet2014-01-081-2/+7
* bcache: Split out sort_extent_cmp()Kent Overstreet2014-01-081-7/+0Star
* bcache: Btree verify code improvementsKent Overstreet2014-01-081-1/+1
* bcache: kill index()Kent Overstreet2014-01-081-0/+20
* bcache: Rework allocator reservesKent Overstreet2014-01-081-0/+4
* bcache: kill closure locking usageKent Overstreet2014-01-081-1/+2
* bcache: Avoid deadlocking in garbage collectionKent Overstreet2013-11-111-1/+1
* bcache: Incremental gcKent Overstreet2013-11-111-1/+1
* bcache: bch_(btree|extent)_ptr_invalid()Kent Overstreet2013-11-111-5/+8
* bcache: Don't bother with bucket refcount for btree node allocationsKent Overstreet2013-11-111-1/+1
* bcache: Debug code improvementsKent Overstreet2013-11-111-8/+0Star
* bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet2013-11-111-2/+2
* bcache: Kill op->replaceKent Overstreet2013-11-111-9/+1Star
* bcache: Kill op->clKent Overstreet2013-11-111-3/+5
* bcache: Prune struct btree_opKent Overstreet2013-11-111-18/+3Star
* bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Kent Overstreet2013-11-111-3/+0Star
* bcache: Move some stuff to btree.cKent Overstreet2013-11-111-81/+1Star
* bcache: Add btree_map() functionsKent Overstreet2013-11-111-2/+35
* bcache: Convert gc to a kthreadKent Overstreet2013-11-111-2/+8
* bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet2013-11-111-3/+3
* bcache: Convert try_wait to wait_queue_head_tKent Overstreet2013-11-111-3/+7
* bcache: Move keylist out of btree_opKent Overstreet2013-11-111-4/+0Star
* bcache: Refactor request_write()Kent Overstreet2013-11-111-1/+1
* bcache: Add explicit keylist arg to btree_insert()Kent Overstreet2013-11-111-1/+1
* bcache: Convert btree_insert_check_key() to btree_insert_node()Kent Overstreet2013-11-111-2/+4
* bcache: Explicitly track btree node's parentKent Overstreet2013-11-111-6/+10
* bcache: Remove unnecessary check in should_split()Kent Overstreet2013-11-111-3/+2Star
* bcache: Delete fuzz testerKent Overstreet2013-07-011-2/+0Star
* bcache: Write out full stripesKent Overstreet2013-06-271-4/+5
* bcache: Rip out pkey()/pbtree()Kent Overstreet2013-06-271-0/+7
* bcache: Refactor btree ioKent Overstreet2013-06-271-14/+5Star
* bcache: A block layer cacheKent Overstreet2013-03-241-0/+405