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.4-rc2, part 2
Date: Fri, 12 May 2023 23:21:43 +0200 [thread overview]
Message-ID: <cover.1683909716.git.dsterba@suse.com> (raw)
Hi,
a few more fixes for stable trees. Please pull, thanks.
- fix incorrect number of bitmap entries for space cache if loading is
interrupted by some error
- fix backref walking, this breaks a mode of LOGICAL_INO_V2 ioctl that
is used in deduplication tools
- zoned mode fixes
- properly finish zone reserved for relocation
- correctly calculate super block zone end on ZNS
- properly initialize new extent buffer for redirty
- make mount option clear_cache work with block-group-tree, to rebuild
free-space-tree instead of temporarily disabling it that would lead to
a forced read-only mount
- fix alignment check for offset when printing extent item
----------------------------------------------------------------
The following changes since commit d246331b78cbef86237f9c22389205bc9b4e1cc1:
btrfs: don't free qgroup space unless specified (2023-05-03 16:37:56 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-6.4-rc1-tag
for you to fetch changes up to 1d6a4fc85717677e00fefffd847a50fc5928ce69:
btrfs: make clear_cache mount option to rebuild FST without disabling it (2023-05-10 14:51:27 +0200)
----------------------------------------------------------------
Anastasia Belova (1):
btrfs: print-tree: parent bytenr must be aligned to sector size
Christoph Hellwig (1):
btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_add
Filipe Manana (2):
btrfs: fix space cache inconsistency after error loading it from disk
btrfs: fix backref walking not returning all inode refs
Naohiro Aota (2):
btrfs: zoned: zone finish data relocation BG with last IO
btrfs: zoned: fix full zone super block reading on ZNS
Qu Wenruo (1):
btrfs: make clear_cache mount option to rebuild FST without disabling it
fs/btrfs/backref.c | 19 +++++++++--------
fs/btrfs/backref.h | 6 ++++++
fs/btrfs/disk-io.c | 25 ++++++++++++++++-------
fs/btrfs/free-space-cache.c | 7 ++++---
fs/btrfs/free-space-tree.c | 50 ++++++++++++++++++++++++++++++++++++++++++++-
fs/btrfs/free-space-tree.h | 3 ++-
fs/btrfs/inode.c | 3 +++
fs/btrfs/print-tree.c | 6 +++---
fs/btrfs/relocation.c | 2 +-
fs/btrfs/super.c | 3 +--
fs/btrfs/zoned.c | 11 +++++-----
11 files changed, 102 insertions(+), 33 deletions(-)
next reply other threads:[~2023-05-12 21:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-12 21:21 David Sterba [this message]
2023-05-12 22:14 ` [GIT PULL] Btrfs fixes for 6.4-rc2, part 2 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.1683909716.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.