开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
fsck.c
Age
Commit message (
Expand
)
Author
2024-01-01
bcachefs: check_directory_structure() can now be run online
Kent Overstreet
2024-01-01
bcachefs: Fix reattach_inode() for snapshots
Kent Overstreet
2024-01-01
bcachefs: Clean up btree_trans
Kent Overstreet
2024-01-01
bcachefs: btree_iter -> btree_path_idx_t
Kent Overstreet
2024-01-01
bcachefs: fsck -> bch2_trans_run()
Kent Overstreet
2024-01-01
bcachefs: for_each_btree_key() now declares loop iter
Kent Overstreet
2024-01-01
bcachefs: kill for_each_btree_key_old_upto()
Kent Overstreet
2024-01-01
bcachefs: for_each_btree_key_upto() -> for_each_btree_key_old_upto()
Kent Overstreet
2024-01-01
bcachefs: darray_for_each() now declares loop iter
Kent Overstreet
2024-01-01
bcachefs: qstr_eq()
Kent Overstreet
2024-01-01
bcachefs: bch_err_(fn|msg) check if should print
Kent Overstreet
2024-01-01
bcachefs: check_root() can now be run online
Kent Overstreet
2024-01-01
bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()
Kent Overstreet
2024-01-01
bcachefs: Kill for_each_btree_key()
Kent Overstreet
2024-01-01
bcachefs: Explicity go RW for fsck
Kent Overstreet
2024-01-01
bcachefs: convert bch_fs_flags to x-macro
Kent Overstreet
2024-01-01
bcachefs: Rename BTREE_INSERT flags
Kent Overstreet
2024-01-01
bcachefs: Check for unlinked inodes not on deleted list
Kent Overstreet
2024-01-01
bcachefs: Improved backpointer messages in fsck
Kent Overstreet
2023-11-14
bcachefs: Fix bch2_check_nlinks() for snapshots
Kent Overstreet
2023-11-05
bcachefs: x-macro-ify inode flags enum
Kent Overstreet
2023-11-01
bcachefs: Enumerate fsck errors
Kent Overstreet
2023-10-31
bcachefs: Check for too-large encoded extents
Kent Overstreet
2023-10-31
bcachefs: bch2_btree_id_str()
Kent Overstreet
2023-10-31
bcachefs: Don't run bch2_delete_dead_snapshots() unnecessarily
Kent Overstreet
2023-10-22
bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errors
Kent Overstreet
2023-10-22
bcachefs: Silence transaction restart error message
Kent Overstreet
2023-10-22
bcachefs: More minor smatch fixes
Kent Overstreet
2023-10-22
bcachefs: Heap allocate btree_trans
Kent Overstreet
2023-10-22
bcachefs: Fix W=12 build errors
Kent Overstreet
2023-10-22
bcachefs: __bch2_btree_insert() -> bch2_btree_insert_trans()
Kent Overstreet
2023-10-22
bcachefs: Convert more code to bch_err_msg()
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_propagate_key_to_snapshot_leaves()
Kent Overstreet
2023-10-22
bcachefs: bch2_propagate_key_to_snapshot_leaves()
Kent Overstreet
2023-10-22
bcachefs: Split out snapshot.c
Kent Overstreet
2023-10-22
bcachefs: Log a message when running an explicit recovery pass
Kent Overstreet
2023-10-22
bcachefs: Fix overlapping extent repair
Kent Overstreet
2023-10-22
bcachefs: Move fsck_inode_rm() to inode.c
Kent Overstreet
2023-10-22
bcachefs: Fix a null ptr deref in check_xattr()
Kent Overstreet
2023-10-22
bcachefs: fsck: delete dead code
Kent Overstreet
2023-10-22
bcachefs: bch2_run_explicit_recovery_pass()
Kent Overstreet
2023-10-22
bcachefs: Fix lookup_inode_for_snapshot()
Kent Overstreet
2023-10-22
bcachefs: need_snapshot_cleanup shouldn't be a fsck error
Kent Overstreet
2023-10-22
bcachefs: Improve key_visible_in_snapshot()
Kent Overstreet
2023-10-22
bcachefs: Refactor overlapping extent checks
Kent Overstreet
2023-10-22
bcachefs: check_extent(): don't use key_visible_in_snapshot()
Kent Overstreet
2023-10-22
bcachefs: check_extent() refactoring
Kent Overstreet
2023-10-22
bcachefs: fsck: walk_inode() now takes is_whiteout
Kent Overstreet
2023-10-22
bcachefs: Simplify check_extent()
Kent Overstreet
2023-10-22
bcachefs: overlapping_extents_found()
Kent Overstreet
[next]