mbox series

[GIT,PULL] bcachefs fixes for 6.10.y

Message ID 6ykag7fdhv7m4hr2urwlhlf2owm3keq7gsiijeiyh6gd45kcxr@jfmqoqrfqqfa (mailing list archive)
State New
Headers show
Series [GIT,PULL] bcachefs fixes for 6.10.y | expand

Pull-request

git://evilpiepirate.org/bcachefs.git tags/bcachefs-v6.10.9-fixes

Message

Kent Overstreet Sept. 10, 2024, 7:05 p.m. UTC
Hey Greg, couple critical fixes for you:

The following changes since commit 1611860f184a2c9e74ed593948d43657734a7098:

  Linux 6.10.9 (2024-09-08 07:56:41 +0200)

are available in the Git repository at:

  git://evilpiepirate.org/bcachefs.git tags/bcachefs-v6.10.9-fixes

for you to fetch changes up to ee64e00984ec3ea3fbf9b4331cbd073690ff8765:

  bcachefs: Don't delete open files in online fsck (2024-09-10 10:52:16 -0400)

----------------------------------------------------------------
bcachefs fixes for 6.10.10

----------------------------------------------------------------
Kent Overstreet (3):
      bcachefs: Fix bch2_extents_match() false positive
      bcachefs: Revert lockless buffered IO path
      bcachefs: Don't delete open files in online fsck

 fs/bcachefs/extents.c        |  23 ++++++-
 fs/bcachefs/fs-io-buffered.c | 149 ++++++++++++-------------------------------
 fs/bcachefs/fs.c             |   8 +++
 fs/bcachefs/fs.h             |   7 ++
 fs/bcachefs/fsck.c           |  18 ++++++
 5 files changed, 95 insertions(+), 110 deletions(-)

Comments

Greg Kroah-Hartman Sept. 13, 2024, 12:48 p.m. UTC | #1
On Tue, Sep 10, 2024 at 03:05:54PM -0400, Kent Overstreet wrote:
> Hey Greg, couple critical fixes for you:
> 
> The following changes since commit 1611860f184a2c9e74ed593948d43657734a7098:
> 
>   Linux 6.10.9 (2024-09-08 07:56:41 +0200)
> 
> are available in the Git repository at:
> 
>   git://evilpiepirate.org/bcachefs.git tags/bcachefs-v6.10.9-fixes

Now queued up.

Nit, you misspelled "Upstream" in your first commit, I fixed it up :)

thanks,

greg k-h