index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
btree_node_scan.c
Age
Commit message (
Expand
)
Author
2025-07-20
bcachefs: btree_node_scan: don't re-read before initializing found_btree_node
Kent Overstreet
2025-07-05
bcachefs: btree node scan no longer uses btree cache
Kent Overstreet
2025-06-26
bcachefs: Ensure btree node scan runs before checking for scanned nodes
Kent Overstreet
2025-06-04
bcachefs: add cond_resched() to handle_overwrites()
Kent Overstreet
2025-05-21
bcachefs: bch2_run_explicit_recovery_pass() cleanup
Kent Overstreet
2025-05-21
bcachefs: bch_dev.io_ref -> enumerated_ref
Kent Overstreet
2025-05-21
bcachefs: print_str_as_lines() -> print_str()
Kent Overstreet
2025-04-06
bcachefs: Use sort_nonatomic() instead of sort()
Kent Overstreet
2025-04-06
bcachefs: use library APIs for ChaCha20 and Poly1305
Eric Biggers
2025-04-02
bcachefs: Split up bch_dev.io_ref
Kent Overstreet
2025-03-29
bcachefs: Better printing of inconsistency errors
Kent Overstreet
2025-03-26
bcachefs: Fix 'hung task' messages in btree node scan
Kent Overstreet
2025-03-14
bcachefs: Fix btree_node_scan io_ref handling
Kent Overstreet
2025-03-14
bcachefs: Finish bch2_account_io_completion() conversions
Kent Overstreet
2024-12-21
bcachefs: Use a heap for handling overwrites in btree node scan
Kent Overstreet
2024-12-21
bcachefs: struct bkey_validate_context
Kent Overstreet
2024-12-21
bcachefs: Don't try to en/decrypt when encryption not available
Kent Overstreet
2024-12-21
bcachefs: Avoid bch2_btree_id_str()
Kent Overstreet
2024-11-07
bcachefs: Fix null ptr deref in bucket_gen_get()
Kent Overstreet
2024-10-09
bcachefs: add check for btree id against max in try read node
Piotr Zalewski
2024-09-27
bcachefs: Fix incorrect IS_ERR_OR_NULL usage
Kent Overstreet
2024-08-13
bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()
Kent Overstreet
2024-07-14
bcachefs: btree node scan: fall back to comparing by journal seq
Kent Overstreet
2024-06-10
bcachefs: Fix incorrect error handling found_btree_node_is_readable()
Kent Overstreet
2024-04-28
bcachefs: btree node scan now fills in sectors_written
Kent Overstreet
2024-04-16
bcachefs: node scan: ignore multiple nodes with same seq if interior
Kent Overstreet
2024-04-14
bcachefs: bch_member.btree_allocated_bitmap
Kent Overstreet
2024-04-13
bcachefs: btree node scan: handle encrypted nodes
Kent Overstreet
2024-04-09
bcachefs: btree_node_scan: Respect member.data_allowed
Kent Overstreet
2024-04-09
bcachefs: Don't scan for btree nodes when we can reconstruct
Kent Overstreet
2024-04-03
bcachefs: Repair pass for scanning for btree nodes
Kent Overstreet