summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_key_cache.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-01bcachefs; kill bch2_btree_key_cache_flush()Kent Overstreet1-2/+0
2023-10-23bcachefs: don't bump key cache journal seq on nojournal commitsBrian Foster1-1/+1
2023-10-23bcachefs: Kill trans->flagsKent Overstreet1-1/+1
2023-10-23bcachefs: More style fixesKent Overstreet1-0/+1
2023-10-23bcachefs: Btree key cache coherencyKent Overstreet1-8/+2
2023-10-23bcachefs: Simplify journal replayKent Overstreet1-2/+1
2023-10-23bcachefs: btree_pathKent Overstreet1-2/+3
2023-10-23bcachefs: Further reduce iter->trans usageKent Overstreet1-1/+1
2023-10-23bcachefs: Don't flush btree writes more aggressively because of btree key cacheKent Overstreet1-9/+3
2023-10-23bcachefs: Have journal reclaim thread flush more aggressivelyKent Overstreet1-0/+9
2023-10-23bcachefs: btree key cache locking improvementsKent Overstreet1-4/+4
2023-10-23bcachefs: Fix for spinning in journal reclaim on startupKent Overstreet1-1/+2
2023-10-23bcachefs: Fix btree key cache dirty checksKent Overstreet1-3/+3
2023-10-23bcachefs: Throttle updates when btree key cache is too dirtyKent Overstreet1-1/+10
2023-10-23bcachefs: Ensure journal reclaim runs when btree key cache is too dirtyKent Overstreet1-0/+9
2023-10-23bcachefs: Add a kmem_cache for btree_key_cache objectsKent Overstreet1-0/+3
2023-10-23bcachefs: Use cached iterators for inode updatesKent Overstreet1-0/+3
2023-10-23bcachefs: Fix lock ordering with new btree cache codeKent Overstreet1-0/+2
2023-10-23bcachefs: Btree key cacheKent Overstreet1-0/+23