From: David Sterba <dsterba@suse.com>
To: torvalds@linux-foundation.org
Cc: linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] Btrfs fixes for 5.18-rc6, part 2
Date: Fri, 6 May 2022 22:55:06 +0200 [thread overview]
Message-ID: <cover.1651860315.git.dsterba@suse.com> (raw)
Hi,
a few more regular fixes and regression fixes. Please pull, thanks.
- regression fixes in zone activation:
- move a loop invariant out of the loop to avoid checking space status
- properly handle unlimited activation
- fixes:
- for subpage, force the free space v2 mount to avoid a warning and
make it easy to switch a filesystem on different page size systems
- export sysfs status of exclusive operation 'balance paused', so the
user space tools can recognize it and allow adding a device with
paused balance
- fix assertion failure when logging directory key range item
----------------------------------------------------------------
The following changes since commit 4b73c55fdebd8939f0f6000921075f7f6fa41397:
btrfs: skip compression property for anything other than files and dirs (2022-04-27 22:20:21 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.18-rc5-tag
for you to fetch changes up to 3e1ad196385c65c1454aceab1226d9a4baca27d5:
btrfs: sysfs: export the balance paused state of exclusive operation (2022-05-05 21:05:56 +0200)
----------------------------------------------------------------
David Sterba (1):
btrfs: sysfs: export the balance paused state of exclusive operation
Filipe Manana (1):
btrfs: fix assertion failure when logging directory key range item
Naohiro Aota (2):
btrfs: zoned: move non-changing condition check out of the loop
btrfs: zoned: activate block group properly on unlimited active zone device
Qu Wenruo (1):
btrfs: force v2 space cache usage for subpage mount
fs/btrfs/disk-io.c | 11 +++++++++++
fs/btrfs/sysfs.c | 3 +++
fs/btrfs/tree-log.c | 39 +++++++++++++++++++++++++--------------
fs/btrfs/zoned.c | 34 ++++++++++++++--------------------
4 files changed, 53 insertions(+), 34 deletions(-)
next reply other threads:[~2022-05-06 20:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-06 20:55 David Sterba [this message]
2022-05-06 21:35 ` [GIT PULL] Btrfs fixes for 5.18-rc6, 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.1651860315.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.