[GIT PULL] bcachefs fixes for 6.11-rc1

From: Kent Overstreet
Date: Mon Jul 22 2024 - 13:12:47 EST


The following changes since commit a97b43fac5b9b3ffca71b8a917a249789902fce9:

lockdep: Add comments for lockdep_set_no{validate,track}_class() (2024-07-18 18:33:30 -0400)

are available in the Git repository at:

https://evilpiepirate.org/git/bcachefs.git tags/bcachefs-2024-07-22

for you to fetch changes up to 737759fc098f7bb7fb4cef64fec731803e955e01:

bcachefs: Fix printbuf usage while atomic (2024-07-22 11:27:15 -0400)

----------------------------------------------------------------
bcachefs fixes for 6.11-rc1

- another fix for fsck getting stuck, from marcin
- small syzbot fix
- another undefined shift fix

----------------------------------------------------------------
Kent Overstreet (3):
bcachefs: kill btree_trans_too_many_iters() in bch2_bucket_alloc_freelist()
bcachefs: More informative error message in reattach_inode()
bcachefs: Fix printbuf usage while atomic

Tavian Barnes (1):
bcachefs: mean_and_variance: Avoid too-large shift amounts

fs/bcachefs/alloc_foreground.c | 6 ------
fs/bcachefs/fsck.c | 7 +++++--
fs/bcachefs/journal_reclaim.c | 1 +
fs/bcachefs/mean_and_variance.h | 6 +++---
4 files changed, 9 insertions(+), 11 deletions(-)