summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/btree.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2023-06-15bcache: fixup btree_cache_wait list damageMingzhe Zou1-0/+1
2023-05-24bcache: Convert to lock_cmp_fnKent Overstreet1-2/+2
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-25bcache: 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-12bcache: style fixes for lines over 80 charactersColy Li1-2/+4
2018-08-12bcache: add identifier names to arguments of function definitionsColy Li1-39/+41
2018-08-12bcache: 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-15Merge 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-31bcache: 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-05bcache: try to set b->parent properlySlava Pestov1-2/+2
2014-08-05bcache: 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-09bcache: Convert btree_iter to struct btree_keysKent Overstreet1-8/+0
2014-01-09bcache: Add struct btree_keysKent Overstreet1-87/+6
2014-01-09bcache: Abstract out stuff needed for sortingKent Overstreet1-4/+38
2014-01-09bcache: Rename/shuffle various code aroundKent Overstreet1-2/+7
2014-01-09bcache: Split out sort_extent_cmp()Kent Overstreet1-7/+0
2014-01-09bcache: Btree verify code improvementsKent Overstreet1-1/+1
2014-01-09bcache: kill index()Kent Overstreet1-0/+20
2014-01-09bcache: Rework allocator reservesKent Overstreet1-0/+4
2014-01-09bcache: kill closure locking usageKent Overstreet1-1/+2
2013-11-11bcache: Avoid deadlocking in garbage collectionKent Overstreet1-1/+1
2013-11-11bcache: Incremental gcKent Overstreet1-1/+1
2013-11-11bcache: bch_(btree|extent)_ptr_invalid()Kent Overstreet1-5/+8
2013-11-11bcache: Don't bother with bucket refcount for btree node allocationsKent Overstreet1-1/+1
2013-11-11bcache: Debug code improvementsKent Overstreet1-8/+0
2013-11-11bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet1-2/+2
2013-11-11bcache: Kill op->replaceKent Overstreet1-9/+1
2013-11-11bcache: Kill op->clKent Overstreet1-3/+5
2013-11-11bcache: Prune struct btree_opKent Overstreet1-18/+3
2013-11-11bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Kent Overstreet1-3/+0
2013-11-11bcache: Move some stuff to btree.cKent Overstreet1-81/+1
2013-11-11bcache: Add btree_map() functionsKent Overstreet1-2/+35
2013-11-11bcache: Convert gc to a kthreadKent Overstreet1-2/+8
2013-11-11bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet1-3/+3