Hi Linus, few more fixes for you...

Cheers,
Kent

The following changes since commit 7b508b323b2ec45be59769bd4e4aeba729c52cf6:

  bcachefs: time_stats: Check for last_event == 0 when updating freq stats 
(2024-02-05 01:16:31 -0500)

are available in the Git repository at:

  https://evilpiepirate.org/git/bcachefs.git tags/bcachefs-2024-02-17

for you to fetch changes up to 816054f40a5fdaaed05d9e7f603d2824eeee7e62:

  bcachefs: Fix missing va_end() (2024-02-13 21:59:27 -0500)

----------------------------------------------------------------
bcachefs fixes for v6.8-rc5

Mostly pretty trivial, the user visible ones are:
 - don't barf when replicas_required > replicas
 - fix check_version_upgrade() so it doesn't do something nonsensical
   when we're downgrading

----------------------------------------------------------------
Kent Overstreet (5):
      bcachefs: Fix missing bch2_err_class() calls
      bcachefs: fix missing endiannes conversion in sb_members
      bcachefs: Clamp replicas_required to replicas
      bcachefs: Fix check_version_upgrade()
      bcachefs: Fix missing va_end()

Su Yue (1):
      bcachefs: fix kmemleak in __bch2_read_super error handling path

 fs/bcachefs/bcachefs.h              | 12 ++++++++++++
 fs/bcachefs/btree_update_interior.c |  3 ++-
 fs/bcachefs/fs.c                    |  9 +++++----
 fs/bcachefs/io_write.c              |  1 +
 fs/bcachefs/journal_io.c            |  4 +++-
 fs/bcachefs/journal_reclaim.c       |  2 +-
 fs/bcachefs/printbuf.c              |  1 +
 fs/bcachefs/recovery.c              | 11 ++++++-----
 fs/bcachefs/sb-members.c            |  2 +-
 fs/bcachefs/super-io.c              |  2 +-
 fs/bcachefs/super.c                 |  4 ++--
 11 files changed, 35 insertions(+), 16 deletions(-)

Reply via email to