summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/btree_node_scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-20bcachefs: btree_node_scan: don't re-read before initializing found_btree_nodeKent Overstreet1-8/+8
2025-07-05bcachefs: btree node scan no longer uses btree cacheKent Overstreet1-43/+41
2025-06-26bcachefs: Ensure btree node scan runs before checking for scanned nodesKent Overstreet1-1/+5
2025-06-04bcachefs: add cond_resched() to handle_overwrites()Kent Overstreet1-0/+2
2025-05-21bcachefs: bch2_run_explicit_recovery_pass() cleanupKent Overstreet1-1/+1
2025-05-21bcachefs: bch_dev.io_ref -> enumerated_refKent Overstreet1-5/+5
2025-05-21bcachefs: print_str_as_lines() -> print_str()Kent Overstreet1-3/+3
2025-04-06bcachefs: Use sort_nonatomic() instead of sort()Kent Overstreet1-2/+2
2025-04-06bcachefs: use library APIs for ChaCha20 and Poly1305Eric Biggers1-1/+1
2025-04-02bcachefs: Split up bch_dev.io_refKent Overstreet1-4/+4
2025-03-29bcachefs: Better printing of inconsistency errorsKent Overstreet1-4/+6
2025-03-26bcachefs: Fix 'hung task' messages in btree node scanKent Overstreet1-1/+3
2025-03-14bcachefs: Fix btree_node_scan io_ref handlingKent Overstreet1-9/+8
2025-03-14bcachefs: Finish bch2_account_io_completion() conversionsKent Overstreet1-3/+9
2024-12-21bcachefs: Use a heap for handling overwrites in btree node scanKent Overstreet1-47/+86
2024-12-21bcachefs: struct bkey_validate_contextKent Overstreet1-1/+6
2024-12-21bcachefs: Don't try to en/decrypt when encryption not availableKent Overstreet1-0/+3
2024-12-21bcachefs: Avoid bch2_btree_id_str()Kent Overstreet1-4/+6
2024-11-07bcachefs: Fix null ptr deref in bucket_gen_get()Kent Overstreet1-1/+1
2024-10-09bcachefs: add check for btree id against max in try read nodePiotr Zalewski1-0/+3
2024-09-27bcachefs: Fix incorrect IS_ERR_OR_NULL usageKent Overstreet1-1/+1
2024-08-13bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet1-1/+1
2024-07-14bcachefs: btree node scan: fall back to comparing by journal seqKent Overstreet1-15/+36
2024-06-10bcachefs: Fix incorrect error handling found_btree_node_is_readable()Kent Overstreet1-4/+5
2024-04-28bcachefs: btree node scan now fills in sectors_writtenKent Overstreet1-2/+5
2024-04-16bcachefs: node scan: ignore multiple nodes with same seq if interiorKent Overstreet1-0/+2
2024-04-14bcachefs: bch_member.btree_allocated_bitmapKent Overstreet1-2/+7
2024-04-13bcachefs: btree node scan: handle encrypted nodesKent Overstreet1-0/+10
2024-04-09bcachefs: btree_node_scan: Respect member.data_allowedKent Overstreet1-0/+3
2024-04-09bcachefs: Don't scan for btree nodes when we can reconstructKent Overstreet1-1/+7
2024-04-03bcachefs: Repair pass for scanning for btree nodesKent Overstreet1-0/+495