mbox series

[GIT,PULL] bcachefs fixes for 6.11-rc1

Message ID xcuhxvqskxdrcjpxufbor3u4ud4sxufofh36y3p4a4y5ovvaqa@ldn4qyogpw2j (mailing list archive)
State New
Headers show
Series [GIT,PULL] bcachefs fixes for 6.11-rc1 | expand

Pull-request

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

Message

Kent Overstreet July 22, 2024, 5:12 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org July 22, 2024, 8:44 p.m. UTC | #1
The pull request you sent on Mon, 22 Jul 2024 13:12:31 -0400:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/dd018c238b8489b6dd8c06f6b962ea75d79115ff

Thank you!