summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/btree.h
AgeCommit message (Expand)Author
2020-03-24bcache: remove dupplicated declaration from btree.hColy Li
2020-03-22bcache: make bch_btree_check() to be multithreadedColy Li
2020-03-22bcache: add bcache_ prefix to btree_root() and btree() macrosColy Li
2020-03-22bcache: move macro btree() and btree_root() into btree.hColy Li
2020-01-23bcache: remove member accessed from struct btreeColy Li
2019-06-28bcache: fix race in btree_flush_write()Coly Li
2018-12-13bcache: introduce force_wake_up_gc()Coly Li
2018-08-11bcache: style fixes for lines over 80 charactersColy Li
2018-08-11bcache: add identifier names to arguments of function definitionsColy Li
2018-08-11bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li
2018-08-09bcache: trivial - remove tailing backslash in macro BTREE_FLAGShenghui Wang
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30bcache: update bucket_in_use in real timeTang Junhui
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2016-12-17bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet
2014-08-04bcache: try to set b->parent properlySlava Pestov
2014-08-04bcache: wait for buckets when allocating new btree rootSlava Pestov
2014-03-18bcache: Kill unused freelistKent Overstreet
2014-03-18bcache: Rework btree cache reserve handlingKent Overstreet
2014-03-18bcache: btree locking reworkKent Overstreet
2014-03-18bcache: Fix another bug recovering from unclean shutdownKent Overstreet
2014-01-08bcache: Convert btree_iter to struct btree_keysKent Overstreet
2014-01-08bcache: Add struct btree_keysKent Overstreet
2014-01-08bcache: Abstract out stuff needed for sortingKent Overstreet
2014-01-08bcache: Rename/shuffle various code aroundKent Overstreet
2014-01-08bcache: Split out sort_extent_cmp()Kent Overstreet
2014-01-08bcache: Btree verify code improvementsKent Overstreet
2014-01-08bcache: kill index()Kent Overstreet
2014-01-08bcache: Rework allocator reservesKent Overstreet
2014-01-08bcache: kill closure locking usageKent Overstreet
2013-11-10bcache: Avoid deadlocking in garbage collectionKent Overstreet
2013-11-10bcache: Incremental gcKent Overstreet
2013-11-10bcache: bch_(btree|extent)_ptr_invalid()Kent Overstreet
2013-11-10bcache: Don't bother with bucket refcount for btree node allocationsKent Overstreet
2013-11-10bcache: Debug code improvementsKent Overstreet
2013-11-10bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet
2013-11-10bcache: Kill op->replaceKent Overstreet
2013-11-10bcache: Kill op->clKent Overstreet
2013-11-10bcache: Prune struct btree_opKent Overstreet
2013-11-10bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Kent Overstreet
2013-11-10bcache: Move some stuff to btree.cKent Overstreet
2013-11-10bcache: Add btree_map() functionsKent Overstreet
2013-11-10bcache: Convert gc to a kthreadKent Overstreet
2013-11-10bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet
2013-11-10bcache: Convert try_wait to wait_queue_head_tKent Overstreet
2013-11-10bcache: Move keylist out of btree_opKent Overstreet
2013-11-10bcache: Refactor request_write()Kent Overstreet
2013-11-10bcache: Add explicit keylist arg to btree_insert()Kent Overstreet
2013-11-10bcache: Convert btree_insert_check_key() to btree_insert_node()Kent Overstreet