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