summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_key_cache.c
AgeCommit message (Expand)Author
2023-10-22bcachefs: Delete redundant tracepointKent Overstreet
2023-10-22bcachefs: Btree key cache coherencyKent Overstreet
2023-10-22bcachefs: BTREE_ITER_WITH_KEY_CACHEKent Overstreet
2023-10-22bcachefs: Improve btree_key_cache_flush_pos()Kent Overstreet
2023-10-22bcachefs: Tracepoint improvementsKent Overstreet
2023-10-22bcachefs: Log & error message improvementsKent Overstreet
2023-10-22bcachefs: Switch to __func__for recording where btree_trans was initializedKent Overstreet
2023-10-22bcachefs: Add error messages for memory allocation failuresKent Overstreet
2023-10-22bcachefs: Fix some shutdown path bugsKent Overstreet
2023-10-22bcachefs: BTREE_ITER_FILTER_SNAPSHOTSKent Overstreet
2023-10-22bcachefs: Subvolumes, snapshotsKent Overstreet
2023-10-22Revert "bcachefs: Add more assertions for locking btree iterators out of order"Kent Overstreet
2023-10-22bcachefs: Add more assertions for locking btree iterators out of orderKent Overstreet
2023-10-22bcachefs: btree_pathKent Overstreet
2023-10-22bcachefs: Kill BTREE_ITER_NEED_PEEKKent Overstreet
2023-10-22bcachefs: Further reduce iter->trans usageKent Overstreet
2023-10-22bcachefs: Reduce iter->trans usageKent Overstreet
2023-10-22bcachefs: Kill BTREE_INSERT_NOUNLOCKKent Overstreet
2023-10-22bcachefs: trans->restartedKent Overstreet
2023-10-22bcachefs: Use bch2_trans_do() in bch2_btree_key_cache_journal_flush()Kent Overstreet
2023-10-22bcachefs: Don't downgrade in traverse()Kent Overstreet
2023-10-22bcachefs: Tighten up btree_iter locking assertionsKent Overstreet
2023-10-22bcachefs: BTREE_UPDATE_INTERNAL_SNAPSHOT_NODEKent Overstreet
2023-10-22bcachefs: Change bch2_btree_key_cache_count() to exclude dirty keysKent Overstreet
2023-10-22bcachefs: Fix key cache assertionKent Overstreet
2023-10-22bcachefs: Fix an out of bounds readKent Overstreet
2023-10-22bcachefs: Fix a deadlock on journal reclaimKent Overstreet
2023-10-22bcachefs: Don't flush btree writes more aggressively because of btree key cacheKent Overstreet
2023-10-22bcachefs: Fix a startup raceKent Overstreet
2023-10-22bcachefs: Be more careful about JOURNAL_RES_GET_RESERVEDKent Overstreet
2023-10-22bcachefs: Split out bpos_cmp() and bkey_cmp()Kent Overstreet
2023-10-22bcachefs: btree key cache locking improvementsKent Overstreet
2023-10-22bcachefs: btree_iter_set_dontneed()Kent Overstreet
2023-10-22bcachefs: Fix locking in bch2_btree_iter_traverse_cached()Kent Overstreet
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