summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_cache.c
AgeCommit message (Expand)Author
2023-10-22bcachefs: Tracepoint improvementsKent Overstreet
2023-10-22bcachefs: Switch to __func__for recording where btree_trans was initializedKent Overstreet
2023-10-22bcachefs: Add a tracepoint for the btree cache shrinkerKent Overstreet
2023-10-22bcachefs: Optimize memory accesses in bch2_btree_node_get()Kent Overstreet
2023-10-22bcachefs: Fix infinite loop in bch2_btree_cache_scan()Kent Overstreet
2023-10-22bcachefs: Improve btree_node_mem_ptr optimizationKent Overstreet
2023-10-22bcachefs: btree_pathKent Overstreet
2023-10-22bcachefs: Add an assertion for removing btree nodes from cacheKent Overstreet
2023-10-22bcachefs: Further reduce iter->trans usageKent Overstreet
2023-10-22bcachefs: trans->restartedKent Overstreet
2023-10-22bcachefs: Always check for transaction restartsKent Overstreet
2023-10-22bcachefs: Add an option for btree node mem ptr optimizationKent Overstreet
2023-10-22bcachefs: bch2_btree_iter_relock_intent()Kent Overstreet
2023-10-22bcachefs: Improve btree_bad_header() error messageKent Overstreet
2023-10-22bcachefs: Tighten up btree_iter locking assertionsKent Overstreet
2023-10-22bcachefs: Kick off btree node writes from write completionsKent Overstreet
2023-10-22bcachefs: Really don't hold btree locks while btree IOs are in flightKent Overstreet
2023-10-22bcachefs: Drop all btree locks when submitting btree node readsKent Overstreet
2023-10-22bcachefs: Improve btree iterator tracepointsKent Overstreet
2023-10-22bcachefs: Mark newly allocated btree nodes as accessedKent Overstreet
2023-10-22bcachefs: Evict btree nodes we're deletingKent Overstreet
2023-10-22bcachefs: Use mmap() instead of vmalloc_exec() in userspaceKent Overstreet
2023-10-22bcachefs: Don't BUG_ON() btree topology errorKent Overstreet
2023-10-22bcachefs: Update bch2_btree_verify()Kent Overstreet
2023-10-22bcachefs: Improve bset compactionKent Overstreet
2023-10-22bcachefs: Kill bch2_btree_node_get_sibling()Kent Overstreet
2023-10-22bcachefs: Start using bpos.snapshot fieldKent Overstreet
2023-10-22bcachefs: Split out bpos_cmp() and bkey_cmp()Kent Overstreet
2023-10-22bcachefs: Use pcpu mode of six locks for interior nodesKent Overstreet
2023-10-22bcachefs: Use bch2_bpos_to_text() more consistentlyKent Overstreet
2023-10-22bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet
2023-10-22bcachefs: Fix bch2_btree_cache_scan()Kent Overstreet
2023-10-22bcachefs: Fix for bch2_btree_node_get_noiter() returning -ENOMEMKent Overstreet
2023-10-22bcachefs: Add (partial) support for fixing btree topologyKent Overstreet
2023-10-22bcachefs: Add btree node prefetching to bch2_btree_and_journal_walk()Kent Overstreet
2023-10-22bcachefs: Add cannibalize lock to btree_cache_to_text()Kent Overstreet
2023-10-22bcachefs: Reduce/kill BKEY_PADDED useKent Overstreet
2023-10-22bcachefs: Add btree cache stats to sysfsKent Overstreet
2023-10-22bcachefs: Check for errors from register_shrinker()Kent Overstreet
2023-10-22bcachefs: Fix missing memalloc_nofs_restore()Kent Overstreet
2023-10-22bcachefs: Add accounting for dirty btree nodes/keysKent Overstreet
2023-10-22bcachefs: Drop sysfs interface to debug parametersKent Overstreet
2023-10-22bcachefs: Improve tracing for transaction restartsKent Overstreet
2023-10-22bcachefs: Fix btree updates when mixing cached and non cached iteratorsKent Overstreet
2023-10-22bcachefs: Fix another lockdep splatKent Overstreet
2023-10-22bcachefs: Fix a lockdep splatKent Overstreet
2023-10-22bcachefs: Remove some uses of PAGE_SIZE in the btree codeKent Overstreet
2023-10-22bcachefs: Ensure we wake up threads locking node when reusing itKent Overstreet
2023-10-22bcachefs: Fix incorrect gfp checkKent Overstreet
2023-10-22bcachefs: Don't deadlock when btree node reuse changes lock orderingKent Overstreet