summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_key_cache.c
AgeCommit message (Expand)Author
2023-10-22bcachefs: Don't use BTREE_INSERT_USE_RESERVE so muchKent Overstreet
2023-10-22bcachefs: Add some cond_rescheds() in shutdown pathKent Overstreet
2023-10-22bcachefs: Fix some spurious gcc warningsKent Overstreet
2023-10-22bcachefs: bch2_trans_get_iter() no longer returns errorsKent Overstreet
2023-10-22bcachefs: Change a BUG_ON() to a fatal errorKent Overstreet
2023-10-22bcachefs: Fix error in filesystem initializationKent Overstreet
2023-10-22bcachefs: Move journal reclaim to a kthreadKent Overstreet
2023-10-22bcachefs: Ensure journal reclaim runs when btree key cache is too dirtyKent Overstreet
2023-10-22bcachefs: Improve btree key cache shrinkerKent Overstreet
2023-10-22bcachefs: Add a kmem_cache for btree_key_cache objectsKent Overstreet
2023-10-22bcachefs: Add a shrinker for the btree key cacheKent Overstreet
2023-10-22bcachefs: Fix btree key cache shutdownKent Overstreet
2023-10-22bcachefs: Add accounting for dirty btree nodes/keysKent Overstreet
2023-10-22bcachefs: More inlinining in the btree key cache codeKent Overstreet
2023-10-22bcachefs: Improve tracing for transaction restartsKent Overstreet
2023-10-22bcachefs: Use cached iterators for inode updatesKent Overstreet
2023-10-22bcachefs: Fix lock ordering with new btree cache codeKent Overstreet
2023-10-22bcachefs: Btree key cacheKent Overstreet