summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/btree_cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-04bcachefs: Tweak btree cache helpers for use by btree node scanKent Overstreet1-13/+13
2025-06-02bcachefs: bch_err_throw()Kent Overstreet1-12/+12
2025-05-21bcachefs: Reduce usage of recovery.curr_passKent Overstreet1-1/+1
2025-05-21bcachefs: struct bch_fs_recoveryKent Overstreet1-1/+1
2025-05-21bcachefs: Debug params are now static_keysKent Overstreet1-3/+3
2025-05-21bcachefs: Kill bch2_trans_unlock_noassertAlan Huang1-1/+1
2025-05-21bcachefs: Improve bch2_btree_cache_to_text()Kent Overstreet1-3/+8
2025-05-21bcachefs: __btree_node_reclaim_checks()Kent Overstreet1-66/+69
2025-05-21bcachefs: kill BTREE_CACHE_NOT_FREED_INCREMENT()Kent Overstreet1-26/+20
2025-05-14bcachefs: Don't set btree nodes as accessed on fillKent Overstreet1-5/+4
2025-03-28bcachefs: Consistent indentation of multiline fsck errorsKent Overstreet1-1/+1
2025-03-16bcachefs: Add a cond_resched() to btree cache teardownKent Overstreet1-0/+1
2025-02-26bcachefs: Fix deadlockAlan Huang1-4/+5
2025-01-25bcachefs: fix bch2_btree_node_flagsKent Overstreet1-1/+4
2025-01-09bcachefs: __bch2_btree_pos_to_text()Kent Overstreet1-5/+11
2024-12-29bcachefs: check_extents_to_backpointers() now only checks buckets with mismat...Kent Overstreet1-1/+0
2024-12-21bcachefs: Fix bch2_btree_node_update_key_early()Kent Overstreet1-1/+1
2024-12-21bcachefs: Fix btree node scan when unknown btree IDs are presentKent Overstreet1-3/+8
2024-12-21bcachefs: BCH_ERR_btree_node_read_error_cachedKent Overstreet1-3/+3
2024-12-21bcachefs: Avoid bch2_btree_id_str()Kent Overstreet1-14/+23
2024-11-07bcachefs: btree_cache.freeable list fixesKent Overstreet1-39/+61
2024-11-07bcachefs: Fix error handling in bch2_btree_node_prefetch()Kent Overstreet1-2/+5
2024-09-21bcachefs: Rework btree node pinningKent Overstreet1-52/+112
2024-09-21bcachefs: split up btree cache counters for live, freeableKent Overstreet1-22/+36
2024-09-21bcachefs: btree cache counters should be size_tKent Overstreet1-23/+23
2024-09-21bcachefs: Don't count "skipped access bit" as touched in btree cache scanKent Overstreet1-0/+1
2024-09-21bcachefs: Use mm_account_reclaimed_pages() when freeing btree nodesKent Overstreet1-0/+11
2024-09-21bcachefs: Use __GFP_ACCOUNT for reclaimable memoryKent Overstreet1-0/+2
2024-09-21bcachefs: Add pinned to btree cache not freed countersKent Overstreet1-12/+16
2024-09-09bcachefs: Drop memalloc_nofs_save() in bch2_btree_node_mem_alloc()Kent Overstreet1-5/+0
2024-08-22bcachefs: fix failure to relock in btree_node_fill()Kent Overstreet1-0/+4
2024-08-22bcachefs: fix failure to relock in bch2_btree_node_mem_alloc()Kent Overstreet1-0/+17
2024-08-22bcachefs: Fix failure to relock in btree_node_get()Kent Overstreet1-0/+4
2024-07-14bcachefs: bch2_btree_id_to_text()Kent Overstreet1-0/+8
2024-07-14bcachefs: Use try_cmpxchg() family of functions instead of cmpxchg()Uros Bizjak1-4/+4
2024-06-10bcachefs: Enable automatic shrinking for rhashtablesKent Overstreet1-4/+5
2024-05-09bcachefs: add counters for failed shrinker reclaimDaniel Hill1-20/+68
2024-05-09bcachefs: for_each_bset() declares loop iterKent Overstreet1-3/+0
2024-05-08bcachefs: Improve sysfs internal/btree_cacheKent Overstreet1-5/+28
2024-05-08bcachefs: Run bch2_check_fix_ptrs() via triggersKent Overstreet1-0/+29
2024-04-14bcachefs: Fix bch2_btree_node_fill() for !pathKent Overstreet1-26/+18
2024-04-14bcachefs: add safety checks in bch2_btree_node_fill()Kent Overstreet1-1/+24
2024-04-13bcachefs: fix race in bch2_btree_node_evict()Kent Overstreet1-1/+3
2024-03-31bcachefs: Improved topology repair checksKent Overstreet1-1/+2
2024-03-31bcachefs: Add an assertion for trying to evict btree rootKent Overstreet1-0/+2
2024-03-13bcachefs: Pin btree cache in ram for random access in fsckKent Overstreet1-0/+13
2024-03-13bcachefs: Kill more -EIO error codesKent Overstreet1-3/+3
2024-03-13bcachefs: kill kvpmalloc()Kent Overstreet1-4/+4
2024-03-10bcachefs: btree node prefetching in check_topologyKent Overstreet1-3/+7
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet1-6/+6