aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/btree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-24bcache: improve multithreaded bch_btree_check()Coly Li1-1/+1
2020-10-02bcache: remove embedded struct cache_sb from struct cache_setColy Li1-1/+1
2020-03-24bcache: remove dupplicated declaration from btree.hColy Li1-7/+3
2020-03-22bcache: make bch_btree_check() to be multithreadedColy Li1-0/+22
2020-03-22bcache: add bcache_ prefix to btree_root() and btree() macrosColy Li1-2/+2
2020-03-22bcache: move macro btree() and btree_root() into btree.hColy Li1-0/+66
2020-01-23bcache: remove member accessed from struct btreeColy Li1-2/+0
2019-06-28bcache: fix race in btree_flush_write()Coly Li1-0/+2
2018-12-13bcache: introduce force_wake_up_gc()Coly Li1-0/+18
2018-08-11bcache: style fixes for lines over 80 charactersColy Li1-2/+4
2018-08-11bcache: add identifier names to arguments of function definitionsColy Li1-39/+41
2018-08-11bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li1-2/+2
2018-08-09bcache: trivial - remove tailing backslash in macro BTREE_FLAGShenghui Wang1-1/+1
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