summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/btree.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-1/+1
|\
| * bcache: update bucket_in_use in real timeTang Junhui2017-10-301-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
* bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet2016-12-171-2/+1
* bcache: try to set b->parent properlySlava Pestov2014-08-041-2/+2
* bcache: wait for buckets when allocating new btree rootSlava Pestov2014-08-041-1/+2
* bcache: Kill unused freelistKent Overstreet2014-03-181-1/+1
* bcache: Rework btree cache reserve handlingKent Overstreet2014-03-181-2/+3
* bcache: btree locking reworkKent Overstreet2014-03-181-0/+3
* bcache: Fix another bug recovering from unclean shutdownKent Overstreet2014-03-181-1/+1
* bcache: Convert btree_iter to struct btree_keysKent Overstreet2014-01-081-8/+0
* bcache: Add struct btree_keysKent Overstreet2014-01-081-87/+6
* 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/+0
* 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-101-1/+1
* bcache: Incremental gcKent Overstreet2013-11-101-1/+1
* bcache: bch_(btree|extent)_ptr_invalid()Kent Overstreet2013-11-101-5/+8
* bcache: Don't bother with bucket refcount for btree node allocationsKent Overstreet2013-11-101-1/+1
* bcache: Debug code improvementsKent Overstreet2013-11-101-8/+0
* bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet2013-11-101-2/+2
* bcache: Kill op->replaceKent Overstreet2013-11-101-9/+1
* bcache: Kill op->clKent Overstreet2013-11-101-3/+5
* bcache: Prune struct btree_opKent Overstreet2013-11-101-18/+3
* bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Kent Overstreet2013-11-101-3/+0
* bcache: Move some stuff to btree.cKent Overstreet2013-11-101-81/+1
* bcache: Add btree_map() functionsKent Overstreet2013-11-101-2/+35
* bcache: Convert gc to a kthreadKent Overstreet2013-11-101-2/+8
* bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet2013-11-101-3/+3
* bcache: Convert try_wait to wait_queue_head_tKent Overstreet2013-11-101-3/+7
* bcache: Move keylist out of btree_opKent Overstreet2013-11-101-4/+0
* bcache: Refactor request_write()Kent Overstreet2013-11-101-1/+1
* bcache: Add explicit keylist arg to btree_insert()Kent Overstreet2013-11-101-1/+1
* bcache: Convert btree_insert_check_key() to btree_insert_node()Kent Overstreet2013-11-101-2/+4
* bcache: Explicitly track btree node's parentKent Overstreet2013-11-101-6/+10
* bcache: Remove unnecessary check in should_split()Kent Overstreet2013-11-101-3/+2
* bcache: Delete fuzz testerKent Overstreet2013-07-011-2/+0
* bcache: Write out full stripesKent Overstreet2013-06-261-4/+5
* bcache: Rip out pkey()/pbtree()Kent Overstreet2013-06-261-0/+7
* bcache: Refactor btree ioKent Overstreet2013-06-261-14/+5
* bcache: A block layer cacheKent Overstreet2013-03-231-0/+405