summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_node_scan.c
AgeCommit message (Expand)AuthorFilesLines
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