This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from fc20a3e57247 Merge tag 'for-linus-6.12a-rc2-tag' of git://git.kernel.or [...] new e764e68103c1 bcachefs: Fix bad shift in bch2_read_flag_list() new abaa6d4f6ab8 bcachefs: Fix return type of dirent_points_to_inode_nowarn() new 3b1425a4eb4e bcachefs: Fix bch2_inode_is_open() check new d28786606a51 bcachefs: Fix trans_commit disk accounting revert new 6b63a948a73b bcachefs: Add missing wakeup to bch2_inode_hash_remove() new 20826fe6b810 bcachefs: Fix reattach_inode() new fda7b1ffdef7 bcachefs: Create lost+found in correct snapshot new 658c82f41e80 bcachefs: bkey errors are only AUTOFIX during read new 492e24d7604a bcachefs: Make sure we print error that causes fsck to bail out new 1bea714c532a bcachefs: Mark more errors AUTOFIX new 01bf5e3bd26f bcachefs: minor lru fsck fixes new 260af1562ec1 bcachefs: Kill alloc_v4.fragmentation_lru new 1c6051bbd76b bcachefs: Check for directories with no backpointers new c7da5ee2e5cc bcachefs: Check for unlinked inodes with dirents new c9306a91c3fd bcachefs: Check for unlinked, non-empty dirs in check_inode() new 72350ee0ea22 bcachefs: Kill snapshot arg to fsck_write_inode() new 1f73cb4d34e7 bcachefs: Add warn param to subvol_get_snapshot, peek_inode new 0f25eb4b6077 bcachefs: Rework logged op error handling new 8f602276d390 Merge tag 'bcachefs-2024-10-05' of git://evilpiepirate.org [...]
The 19 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fs/bcachefs/alloc_background.c | 30 ++++-- fs/bcachefs/alloc_background_format.h | 2 +- fs/bcachefs/btree_gc.c | 3 - fs/bcachefs/btree_trans_commit.c | 3 +- fs/bcachefs/error.c | 23 +++- fs/bcachefs/error.h | 9 +- fs/bcachefs/fs.c | 33 +++--- fs/bcachefs/fsck.c | 194 ++++++++++++++++++++++------------ fs/bcachefs/inode.c | 44 +++----- fs/bcachefs/inode.h | 28 +++-- fs/bcachefs/io_misc.c | 63 +++++++---- fs/bcachefs/logged_ops.c | 16 +-- fs/bcachefs/logged_ops.h | 2 +- fs/bcachefs/lru.c | 34 +++--- fs/bcachefs/move.c | 2 +- fs/bcachefs/movinggc.c | 12 ++- fs/bcachefs/sb-errors_format.h | 33 +++--- fs/bcachefs/subvolume.c | 16 ++- fs/bcachefs/subvolume.h | 2 + fs/bcachefs/util.c | 2 +- 20 files changed, 342 insertions(+), 209 deletions(-)