All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Sterba <dsterba@suse.com>
To: torvalds@linux-foundation.org
Cc: David Sterba <dsterba@suse.com>,
	linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] Btrfs fixes for 6.13-rc3
Date: Wed, 11 Dec 2024 00:55:04 +0100	[thread overview]
Message-ID: <cover.1733873735.git.dsterba@suse.com> (raw)

Hi,

please pull a few more fixes. Apart from the one liners and updated bio
splitting error handling there's a fix for subvolume mount with
different flags. This is known and fixed for some time but I've delayed
it to give it more testing. More details about that below.

Please pull, thanks.

- fix unbalanced locking when swapfile activation fails when the
  subvolume gets deleted in the meantime

- add btrfs error handling after bio_split() calls that got error
  handling recently

- during unmount, flush delalloc workers at the right time before the
  cleaner thread is shut down

- fix regression in buffered write folio conversion, explicitly wait for
  writeback as FGP_STABLE flag is currently a no-op on btrfs

- handle race in subvolume mount with different flags, the conversion to
  the new mount API did not handle the case where multiple subvolumes
  get mounted in parallel, which is a distro use case

----------------------------------------------------------------
The following changes since commit 22d2e48e318564f8c9b09faf03ecb4f03fb44dd5:

  btrfs: fix lockdep warnings on io_uring encoded reads (2024-11-29 16:56:38 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.13-rc2-tag

for you to fetch changes up to f10bef73fb355e3fc85e63a50386798be68ff486:

  btrfs: flush delalloc workers queue before stopping cleaner kthread during unmount (2024-12-06 15:04:18 +0100)

----------------------------------------------------------------
Filipe Manana (2):
      btrfs: fix missing snapshot drew unlock when root is dead during swap activation
      btrfs: flush delalloc workers queue before stopping cleaner kthread during unmount

Johannes Thumshirn (1):
      btrfs: handle bio_split() errors

Qu Wenruo (2):
      btrfs: fix mount failure due to remount races
      btrfs: properly wait for writeback before buffered write

 fs/btrfs/bio.c     | 17 ++++++++++++--
 fs/btrfs/disk-io.c |  9 ++++++++
 fs/btrfs/file.c    |  1 +
 fs/btrfs/inode.c   |  1 +
 fs/btrfs/super.c   | 66 ++++++++++++++++++++++--------------------------------
 5 files changed, 53 insertions(+), 41 deletions(-)

             reply	other threads:[~2024-12-10 23:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-10 23:55 David Sterba [this message]
2024-12-11  2:26 ` [GIT PULL] Btrfs fixes for 6.13-rc3 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1733873735.git.dsterba@suse.com \
    --to=dsterba@suse.com \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.