public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Btrfs fixes for 6.5-rc4
@ 2023-07-27 11:16 David Sterba
  2023-07-27 19:49 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2023-07-27 11:16 UTC (permalink / raw)
  To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-27 19:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-27 11:16 [GIT PULL] Btrfs fixes for 6.5-rc4 David Sterba
2023-07-27 19:49 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox