summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_gc.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-15bcachefs: bch_member.btree_allocated_bitmapKent Overstreet1-0/+13
2024-04-09bcachefs: Don't scan for btree nodes when we can reconstructKent Overstreet1-3/+8
2024-04-09bcachefs: Fix check_topology() when using node scanKent Overstreet1-1/+1
2024-04-03bcachefs: Topology repair now uses nodes found by scanning to fill holesKent Overstreet1-106/+197
2024-04-03bcachefs: Don't skip fake btree roots in fsckKent Overstreet1-3/+0
2024-04-01bcachefs: Split out recovery_passes.cKent Overstreet1-1/+1
2024-04-01bcachefs: Kill bch2_bkey_ptr_data_type()Kent Overstreet1-27/+32
2024-04-01bcachefs: Fix use after free in bch2_check_fix_ptrs()Kent Overstreet1-6/+6
2024-04-01bcachefs: Improved topology repair checksKent Overstreet1-120/+13
2024-03-18bcachefs: Fix locking in bch2_alloc_write_key()Kent Overstreet1-1/+1
2024-03-14bcachefs: reconstruct_alloc cleanupKent Overstreet1-44/+38
2024-03-14bcachefs: Fix order of gc_done passesKent Overstreet1-4/+4
2024-03-14bcachefs: fix deletion of indirect extents in btree_gcKent Overstreet1-2/+2
2024-03-14bcachefs: Kill more -EIO error codesKent Overstreet1-2/+2
2024-03-14bcachefs: kill kvpmalloc()Kent Overstreet1-4/+2
2024-03-10bcachefs: btree node prefetching in check_topologyKent Overstreet1-0/+3
2024-03-10bcachefs: btree_and_journal_iter.transKent Overstreet1-4/+4
2024-03-10bcachefs: Fix degraded mode fsckKent Overstreet1-18/+18
2024-01-21bcachefs: bch_fs_usage_baseKent Overstreet1-6/+6
2024-01-21bcachefs: helpers for printing data typesKent Overstreet1-12/+12
2024-01-06bcachefs: Combine .trans_trigger, .atomic_triggerKent Overstreet1-1/+1
2024-01-06bcachefs: Kill BTREE_TRIGGER_NOATOMICKent Overstreet1-4/+1
2024-01-06bcachefs: mark now takes bkey_sKent Overstreet1-1/+9
2024-01-06bcachefs: trans_mark now takes bkey_sKent Overstreet1-1/+1
2024-01-01bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet1-1/+0
2024-01-01bcachefs: for_each_member_device() now declares loop iterKent Overstreet1-101/+66
2024-01-01bcachefs: for_each_btree_key() now declares loop iterKent Overstreet1-42/+15
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet1-28/+15
2024-01-01bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()Kent Overstreet1-4/+4
2024-01-01bcachefs: Kill for_each_btree_key()Kent Overstreet1-19/+18
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet1-7/+7
2024-01-01bcachefs: Kill dev_usage->buckets_ecKent Overstreet1-3/+0
2024-01-01bcachefs: Rename bch_replicas_entry -> bch_replicas_entry_v1Kent Overstreet1-1/+1
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet1-5/+5
2023-11-29bcachefs: Convert gc_alloc_start() to for_each_btree_key2()Kent Overstreet1-4/+5
2023-11-02bcachefs: Enumerate fsck errorsKent Overstreet1-44/+80
2023-10-31bcachefs: Fix ca->oldest_gen allocationKent Overstreet1-4/+2
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet1-10/+10
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-52/+43
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-15/+11
2023-10-23bcachefs: Remove unneeded semicolonYang Li1-3/+3
2023-10-23bcachefs: Convert more code to bch_err_msg()Kent Overstreet1-6/+6
2023-10-23bcachefs: btree_journal_iter.cKent Overstreet1-0/+1
2023-10-23bcachefs: Fix assorted checkpatch nitsKent Overstreet1-1/+1
2023-10-23bcachefs: Ensure topology repair runsKent Overstreet1-1/+1
2023-10-23bcachefs: Make topology repair a normal recovery passKent Overstreet1-31/+13
2023-10-23bcachefs: fix_errors option is now a proper enumKent Overstreet1-1/+1
2023-10-23bcachefs: Enumerate recovery passesKent Overstreet1-2/+2
2023-10-23bcachefs: Assorted sparse fixesKent Overstreet1-2/+2
2023-10-23bcachefs: Allow for unknown btree IDsKent Overstreet1-4/+18