This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch stable in repository linux-next.
from 78c3925c048c Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/l [...] adds 62f35024b2b1 bcachefs: Change "accounting overran journal reservation" [...] adds 3ff3475611d5 bcachefs: Fix check_key_has_snapshot() call adds 109ea419cf94 bcachefs: Fix spurious -BCH_ERR_transaction_restart_nested adds 264b501f8f21 bcachefs: Avoid extent entry type assertions in .invalid() adds 37bb9c957285 bcachefs: Fix locking in bch2_alloc_write_key() adds a0a466ea981b bcachefs: Split out btree_node_rewrite_worker adds 3becdd485009 bcachefs: Improve sysfs internal/btree_updates adds 1ba6f48f092e bcachefs: Fix nested transaction restart handling in bch2_ [...] adds 1c31b83a4ec6 bcachefs: bch2_snapshot_is_ancestor() now safe to call in [...] adds f3589bfa7ee4 bcachefs: fix for building in userspace adds a58603684195 bcachefs: Don't corrupt journal keys gap buffer when dropp [...] adds ec35b3048140 bcachefs: Fix lost transaction restart error adds 3ed94062e380 bcachefs: Improve bch2_fatal_error() adds 8d347a55459f bcachefs: Run check_topology() first adds b38114dde04e bcachefs: ratelimit errors from async_btree_node_rewrite adds c502b5b87814 bcachefs; Fix deadlock in bch2_btree_update_start() adds 2e92d26b2543 bcachefs: Fix lost wakeup on journal shutdown adds a4145ce1e7bc Merge tag 'bcachefs-2024-03-19' of https://evilpiepirate.o [...]
No new revisions were added by this update.
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(-)