aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/btree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30bcache: update bucket_in_use in real timeTang Junhui1-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2016-12-17bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet1-2/+1
2014-08-04bcache: try to set b->parent properlySlava Pestov1-2/+2
2014-08-04bcache: wait for buckets when allocating new btree rootSlava Pestov1-1/+2
2014-03-18bcache: Kill unused freelistKent Overstreet1-1/+1
2014-03-18bcache: Rework btree cache reserve handlingKent Overstreet1-2/+3
2014-03-18bcache: btree locking reworkKent Overstreet1-0/+3
2014-03-18bcache: Fix another bug recovering from unclean shutdownKent Overstreet1-1/+1
2014-01-08bcache: Convert btree_iter to struct btree_keysKent Overstreet1-8/+0
2014-01-08bcache: Add struct btree_keysKent Overstreet1-87/+6
2014-01-08bcache: Abstract out stuff needed for sortingKent Overstreet1-4/+38
2014-01-08bcache: Rename/shuffle various code aroundKent Overstreet1-2/+7
2014-01-08bcache: Split out sort_extent_cmp()Kent Overstreet1-7/+0
2014-01-08bcache: Btree verify code improvementsKent Overstreet1-1/+1
2014-01-08bcache: kill index()Kent Overstreet1-0/+20
2014-01-08bcache: Rework allocator reservesKent Overstreet1-0/+4
2014-01-08bcache: kill closure locking usageKent Overstreet1-1/+2
2013-11-10bcache: Avoid deadlocking in garbage collectionKent Overstreet1-1/+1
2013-11-10bcache: Incremental gcKent Overstreet1-1/+1
2013-11-10bcache: bch_(btree|extent)_ptr_invalid()Kent Overstreet1-5/+8
2013-11-10bcache: Don't bother with bucket refcount for btree node allocationsKent Overstreet1-1/+1
2013-11-10bcache: Debug code improvementsKent Overstreet1-8/+0
2013-11-10bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet1-2/+2
2013-11-10bcache: Kill op->replaceKent Overstreet1-9/+1
2013-11-10bcache: Kill op->clKent Overstreet1-3/+5
2013-11-10bcache: Prune struct btree_opKent Overstreet1-18/+3
2013-11-10bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Kent Overstreet1-3/+0
2013-11-10bcache: Move some stuff to btree.cKent Overstreet1-81/+1
2013-11-10bcache: Add btree_map() functionsKent Overstreet1-2/+35
2013-11-10bcache: Convert gc to a kthreadKent Overstreet1-2/+8
2013-11-10bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet1-3/+3
2013-11-10bcache: Convert try_wait to wait_queue_head_tKent Overstreet1-3/+7
2013-11-10bcache: Move keylist out of btree_opKent Overstreet1-4/+0
2013-11-10bcache: Refactor request_write()Kent Overstreet1-1/+1
2013-11-10bcache: Add explicit keylist arg to btree_insert()Kent Overstreet1-1/+1
2013-11-10bcache: Convert btree_insert_check_key() to btree_insert_node()Kent Overstreet1-2/+4
2013-11-10bcache: Explicitly track btree node's parentKent Overstreet1-6/+10
2013-11-10bcache: Remove unnecessary check in should_split()Kent Overstreet1-3/+2
2013-07-01bcache: Delete fuzz testerKent Overstreet1-2/+0
2013-06-26bcache: Write out full stripesKent Overstreet1-4/+5
2013-06-26bcache: Rip out pkey()/pbtree()Kent Overstreet1-0/+7
2013-06-26bcache: Refactor btree ioKent Overstreet1-14/+5
2013-03-23bcache: A block layer cacheKent Overstreet1-0/+405