summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/btree_key_cache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Don't use BTREE_INSERT_USE_RESERVE so muchKent Overstreet2023-10-221-2/+0
* bcachefs: Add some cond_rescheds() in shutdown pathKent Overstreet2023-10-221-0/+4
* bcachefs: Fix some spurious gcc warningsKent Overstreet2023-10-221-1/+1
* bcachefs: bch2_trans_get_iter() no longer returns errorsKent Overstreet2023-10-221-10/+0
* bcachefs: Change a BUG_ON() to a fatal errorKent Overstreet2023-10-221-3/+4
* bcachefs: Fix error in filesystem initializationKent Overstreet2023-10-221-2/+9
* bcachefs: Move journal reclaim to a kthreadKent Overstreet2023-10-221-1/+1
* bcachefs: Ensure journal reclaim runs when btree key cache is too dirtyKent Overstreet2023-10-221-0/+8
* bcachefs: Improve btree key cache shrinkerKent Overstreet2023-10-221-49/+46
* bcachefs: Add a kmem_cache for btree_key_cache objectsKent Overstreet2023-10-221-5/+25
* bcachefs: Add a shrinker for the btree key cacheKent Overstreet2023-10-221-5/+88
* bcachefs: Fix btree key cache shutdownKent Overstreet2023-10-221-0/+3
* bcachefs: Add accounting for dirty btree nodes/keysKent Overstreet2023-10-221-8/+31
* bcachefs: More inlinining in the btree key cache codeKent Overstreet2023-10-221-0/+1
* bcachefs: Improve tracing for transaction restartsKent Overstreet2023-10-221-1/+1
* bcachefs: Use cached iterators for inode updatesKent Overstreet2023-10-221-5/+5
* bcachefs: Fix lock ordering with new btree cache codeKent Overstreet2023-10-221-0/+25
* bcachefs: Btree key cacheKent Overstreet2023-10-221-0/+494