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.12-rc3
Date: Thu, 10 Oct 2024 17:01:57 +0200	[thread overview]
Message-ID: <cover.1728571063.git.dsterba@suse.com> (raw)

Hi,

please pull a few more fixes, thanks.

- update fstrim loop and add more cancellation points, fix reported
  delayed or blocked suspend if there's a huge chunk queued

- fix error handling in recent qgroup xarray conversion

- in zoned mode, fix warning printing device path without RCU protection

- again fix invalid extent xarray state (6252690f7e1b), lost due to
  refactoring

----------------------------------------------------------------
The following changes since commit d6e7ac65d4c106149d08a0ffba39fc516ae3d21b:

  btrfs: disable rate limiting when debug enabled (2024-10-01 19:29:41 +0200)

are available in the Git repository at:

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

for you to fetch changes up to e761be2a0744086fc4793a4870d4b5746b7fe8cd:

  btrfs: fix clear_dirty and writeback ordering in submit_one_sector() (2024-10-09 13:23:51 +0200)

----------------------------------------------------------------
Filipe Manana (2):
      btrfs: fix missing error handling when adding delayed ref with qgroups enabled
      btrfs: zoned: fix missing RCU locking in error message when loading zone info

Luca Stefani (2):
      btrfs: split remaining space to discard in chunks
      btrfs: add cancellation points to trim loops

Naohiro Aota (1):
      btrfs: fix clear_dirty and writeback ordering in submit_one_sector()

 fs/btrfs/delayed-ref.c      | 42 +++++++++++++++++++++++++++++++++---------
 fs/btrfs/extent-tree.c      | 26 +++++++++++++++++++++-----
 fs/btrfs/extent_io.c        | 14 +++++++-------
 fs/btrfs/free-space-cache.c |  4 ++--
 fs/btrfs/free-space-cache.h |  6 ++++++
 fs/btrfs/volumes.h          |  6 ++++++
 fs/btrfs/zoned.c            |  2 +-
 7 files changed, 76 insertions(+), 24 deletions(-)

             reply	other threads:[~2024-10-10 15:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-10 15:01 David Sterba [this message]
2024-10-10 17:30 ` [GIT PULL] Btrfs fixes for 6.12-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.1728571063.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.