public inbox for linux-kernel@vger.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.5-rc4
Date: Thu, 27 Jul 2023 13:16:17 +0200	[thread overview]
Message-ID: <cover.1690455145.git.dsterba@suse.com> (raw)

Hi,

a few more fixes and a correction of async discard for zoned mode.
Please pull, thanks.

- fix accounting of global block reserve size when block group tree is
  enabled

- the async discard has been enabled in 6.2 unconditionally, but for
  zoned mode it does not make that much sense to do it asynchronously as
  the zones are reset as needed

- error handling and proper error value propagation fixes

----------------------------------------------------------------
The following changes since commit aa84ce8a78a1a5c10cdf9c7a5fb0c999fbc2c8d6:

  btrfs: fix warning when putting transaction with qgroups enabled after abort (2023-07-18 03:14:11 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.5-rc3-tag

for you to fetch changes up to b28ff3a7d7e97456fd86b68d24caa32e1cfa7064:

  btrfs: check for commit error at btrfs_attach_transaction_barrier() (2023-07-26 13:57:47 +0200)

----------------------------------------------------------------
Filipe Manana (4):
      btrfs: account block group tree when calculating global reserve size
      btrfs: remove BUG_ON()'s in add_new_free_space()
      btrfs: check if the transaction was aborted at btrfs_wait_for_commit()
      btrfs: check for commit error at btrfs_attach_transaction_barrier()

Naohiro Aota (1):
      btrfs: zoned: do not enable async discard

 fs/btrfs/block-group.c     | 51 ++++++++++++++++++++++++++++++----------------
 fs/btrfs/block-group.h     |  4 ++--
 fs/btrfs/block-rsv.c       |  5 +++++
 fs/btrfs/disk-io.c         |  7 ++++++-
 fs/btrfs/free-space-tree.c | 24 +++++++++++++++-------
 fs/btrfs/transaction.c     | 10 +++++++--
 fs/btrfs/zoned.c           |  3 +++
 7 files changed, 75 insertions(+), 29 deletions(-)

             reply	other threads:[~2023-07-27 11:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-27 11:16 David Sterba [this message]
2023-07-27 19:49 ` [GIT PULL] Btrfs fixes for 6.5-rc4 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.1690455145.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox