This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 78c3925c048c Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/l [...] new 62f35024b2b1 bcachefs: Change "accounting overran journal reservation" [...] new 3ff3475611d5 bcachefs: Fix check_key_has_snapshot() call new 109ea419cf94 bcachefs: Fix spurious -BCH_ERR_transaction_restart_nested new 264b501f8f21 bcachefs: Avoid extent entry type assertions in .invalid() new 37bb9c957285 bcachefs: Fix locking in bch2_alloc_write_key() new a0a466ea981b bcachefs: Split out btree_node_rewrite_worker new 3becdd485009 bcachefs: Improve sysfs internal/btree_updates new 1ba6f48f092e bcachefs: Fix nested transaction restart handling in bch2_ [...] new 1c31b83a4ec6 bcachefs: bch2_snapshot_is_ancestor() now safe to call in [...] new f3589bfa7ee4 bcachefs: fix for building in userspace new a58603684195 bcachefs: Don't corrupt journal keys gap buffer when dropp [...] new ec35b3048140 bcachefs: Fix lost transaction restart error new 3ed94062e380 bcachefs: Improve bch2_fatal_error() new 8d347a55459f bcachefs: Run check_topology() first new b38114dde04e bcachefs: ratelimit errors from async_btree_node_rewrite new c502b5b87814 bcachefs; Fix deadlock in bch2_btree_update_start() new 2e92d26b2543 bcachefs: Fix lost wakeup on journal shutdown new a4145ce1e7bc Merge tag 'bcachefs-2024-03-19' of https://evilpiepirate.o [...]
The 18 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 | 15 +++++++------ fs/bcachefs/alloc_foreground.c | 10 +++++---- fs/bcachefs/bcachefs.h | 2 ++ fs/bcachefs/btree_gc.c | 2 +- fs/bcachefs/btree_io.c | 12 +++++----- fs/bcachefs/btree_key_cache.c | 2 +- fs/bcachefs/btree_update_interior.c | 44 ++++++++++++++++++++++++------------- fs/bcachefs/btree_update_interior.h | 1 + fs/bcachefs/btree_write_buffer.c | 2 +- fs/bcachefs/buckets.c | 6 ++--- fs/bcachefs/debug.c | 2 +- fs/bcachefs/ec.c | 6 ++--- fs/bcachefs/error.h | 4 ++-- fs/bcachefs/extents.h | 6 ++--- fs/bcachefs/fs.c | 3 ++- fs/bcachefs/fsck.c | 33 ++++++++++++++++++++-------- fs/bcachefs/journal.c | 12 +++++----- fs/bcachefs/journal_io.c | 15 ++++++------- fs/bcachefs/logged_ops.c | 4 ++-- fs/bcachefs/movinggc.c | 3 +-- fs/bcachefs/recovery.c | 6 ++++- fs/bcachefs/recovery_types.h | 2 +- fs/bcachefs/snapshot.c | 32 +++++++++++++++------------ fs/bcachefs/super-io.c | 8 +++---- fs/bcachefs/super.c | 33 ++++++++++++++-------------- fs/bcachefs/util.h | 3 +++ 26 files changed, 157 insertions(+), 111 deletions(-)