开源镜像站
帮助
动态
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
2023-10-22
bcachefs: Kill BTREE_INSERT_NOUNLOCK
Kent Overstreet
2023-10-22
bcachefs: Don't squash return code in check_dirents()
Kent Overstreet
2023-10-22
bcachefs: Improvements to fsck check_dirents()
Kent Overstreet
2023-10-22
bcachefs: Improve iter->should_be_locked
Kent Overstreet
2023-10-22
bcachefs: Kill __btree_delete_at()
Kent Overstreet
2023-10-22
bcachefs: Check for errors from bch2_trans_update()
Kent Overstreet
2023-10-22
bcachefs: Fix a memcpy call
Kent Overstreet
2023-10-22
bcachefs: Make sure to use BTREE_ITER_PREFETCH in fsck
Kent Overstreet
2023-10-22
bcachefs: New check_nlinks algorithm for snapshots
Kent Overstreet
2023-10-22
bcachefs: Fix a null ptr deref
Kent Overstreet
2023-10-22
bcachefs: Lookup/create lost+found lazily
Kent Overstreet
2023-10-22
bcachefs: Fix an unused var warning in userspace
Kent Overstreet
2023-10-22
bcachefs: Fix some small memory leaks
Kent Overstreet
2023-10-22
bcachefs: Simplify fsck remove_dirent()
Kent Overstreet
2023-10-22
bcachefs: Improved check_directory_structure()
Kent Overstreet
2023-10-22
bcachefs: Fix fsck to not use bch2_link_trans()
Kent Overstreet
2023-10-22
bcachefs: Redo check_nlink fsck pass
Kent Overstreet
2023-10-22
bcachefs: Inode backpointers are now required
Kent Overstreet
2023-10-22
bcachefs: Simplify hash table checks
Kent Overstreet
2023-10-22
bcachefs: Check inodes at start of fsck
Kent Overstreet
2023-10-22
bcachefs: Drop bch2_fsck_inode_nlink()
Kent Overstreet
2023-10-22
bcachefs: Move some dirent checks to bch2_dirent_invalid()
Kent Overstreet
2023-10-22
bcachefs: Inode backpointers
Kent Overstreet
2023-10-22
bcachefs: Start using bpos.snapshot field
Kent Overstreet
2023-10-22
bcachefs: Replace bch2_btree_iter_next() calls with bch2_btree_iter_advance
Kent Overstreet
2023-10-22
bcachefs: Require all btree iterators to be freed
Kent Overstreet
2023-10-22
bcachefs: Fsck code refactoring
Kent Overstreet
2023-10-22
bcachefs: __bch2_trans_get_iter() refactoring, BTREE_ITER_NOT_EXTENTS
Kent Overstreet
2023-10-22
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
2023-10-22
bcachefs: Rename KEY_TYPE_whiteout -> KEY_TYPE_hash_whiteout
Kent Overstreet
2023-10-22
bcachefs: Don't use inode btree key cache in fsck code
Kent Overstreet
2023-10-22
bcachefs: Fsck fixes
Kent Overstreet
2023-10-22
bcachefs: Fix for hash_redo_key() in fsck
Kent Overstreet
2023-10-22
bcachefs: Reduce/kill BKEY_PADDED use
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_get_iter() no longer returns errors
Kent Overstreet
2023-10-22
bcachefs: Fix for fsck spuriously finding duplicate extents
Kent Overstreet
2023-10-22
bcachefs: Don't use bkey cache for inode update in fsck
Kent Overstreet
2023-10-22
bcachefs: use a radix tree for inum bitmap in fsck
Kent Overstreet
2023-10-22
bcachefs: New varints
Kent Overstreet
2023-10-22
bcachefs: Make sure to go rw if lazy in fsck
Kent Overstreet
2023-10-22
bcachefs: Improve assorted error messages
Kent Overstreet
2023-10-22
bcachefs: Fix inodes pass in fsck
Kent Overstreet
2023-10-22
bcachefs: Kill bkey_type_successor
Kent Overstreet
2023-10-22
bcachefs: Improve error message in fsck
Kent Overstreet
2023-10-22
bcachefs: Fix a locking bug in fsck
Kent Overstreet
2023-10-22
bcachefs: Move extent overwrite handling out of core btree code
Kent Overstreet
2023-10-22
bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERS
Kent Overstreet
2023-10-22
bcachefs: Split out btree_trigger_flags
Kent Overstreet
2023-10-22
bcachefs: Convert some enums to x-macros
Kent Overstreet
2023-10-22
bcachefs: Kill BTREE_INSERT_ATOMIC
Kent Overstreet
[next]