summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_cache.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-08bcachefs: btree_cache.freeable list fixesKent Overstreet1-39/+61
2024-11-08bcachefs: 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-15bcachefs: bch2_btree_id_to_text()Kent Overstreet1-0/+8
2024-07-15bcachefs: 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-09bcachefs: Improve sysfs internal/btree_cacheKent Overstreet1-5/+28
2024-05-09bcachefs: Run bch2_check_fix_ptrs() via triggersKent Overstreet1-0/+29
2024-04-15bcachefs: Fix bch2_btree_node_fill() for !pathKent Overstreet1-26/+18
2024-04-15bcachefs: add safety checks in bch2_btree_node_fill()Kent Overstreet1-1/+24
2024-04-14bcachefs: fix race in bch2_btree_node_evict()Kent Overstreet1-1/+3
2024-04-01bcachefs: Improved topology repair checksKent Overstreet1-1/+2
2024-04-01bcachefs: Add an assertion for trying to evict btree rootKent Overstreet1-0/+2
2024-03-14bcachefs: Pin btree cache in ram for random access in fsckKent Overstreet1-0/+13
2024-03-14bcachefs: Kill more -EIO error codesKent Overstreet1-3/+3
2024-03-14bcachefs: 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
2024-01-06bcachefs: don't clear accessed bit in btree node fillKent Overstreet1-6/+0
2024-01-01bcachefs: Include btree_trans in more tracepointsKent Overstreet1-10/+12
2023-12-03bcachefs: Don't drop journal pins in exit pathKent Overstreet1-5/+3
2023-11-07Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-5/+18
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-10/+12
2023-10-31bcachefs: Fix shrinker namesKent Overstreet1-1/+1
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet1-4/+17
2023-10-23bcachefs: Minor bch2_btree_node_get() smatch fixesKent Overstreet1-22/+2
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-3/+12
2023-10-23bcachefs: bkey_format helper improvementsKent Overstreet1-9/+6
2023-10-23bcachefs: Enumerate recovery passesKent Overstreet1-1/+1
2023-10-23bcachefs: Delete redundant log messagesKent Overstreet1-10/+9
2023-10-23bcachefs: Allow for unknown btree IDsKent Overstreet1-8/+13
2023-10-23bcachefs: unregister_shrinker() now safe on not-registered shrinkerKent Overstreet1-2/+1
2023-10-23bcachefs: bch2_trans_unlock_noassert()Kent Overstreet1-1/+1
2023-10-23bcachefs: Ensure bch2_btree_node_get() calls relock() after unlock()Kent Overstreet1-12/+19
2023-10-23six locks: Kill six_lock_state unionKent Overstreet1-3/+3
2023-10-23six locks: Kill six_lock_pcpu_(alloc|free)Kent Overstreet1-4/+4
2023-10-23bcachefs: Clear btree_node_just_written() when node reused or evictedKent Overstreet1-0/+3
2023-10-23bcachefs: Private error codes: ENOMEMKent Overstreet1-9/+9