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.19-rc7
Date: Wed, 21 Jan 2026 06:56:59 +0100 [thread overview]
Message-ID: <cover.1768969871.git.dsterba@suse.com> (raw)
Hi,
please pull the following btrfs fixes. Thanks.
- protect reading super block vs setting block size externally (found
by syzbot)
- make sure no transaction is started in read-only mode even with some
rescue mount option combinations
- fix checksum calculation of backup super blocks when block-group-tree
is enabled
- more extensive mount-time checks of device items that could be left
after device replace and attempting degraded mount
- fix build warning with -Wmaybe-uninitialized on loongarch64-gcc 12
----------------------------------------------------------------
The following changes since commit 437cc6057e01d98ee124496f045ede36224af326:
btrfs: remove zoned statistics from sysfs (2026-01-14 22:08:04 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.19-rc6-tag
for you to fetch changes up to 34308187395ff01f2d54007eb8b222f843bdf445:
btrfs: add extra device item checks at mount (2026-01-20 17:18:48 +0100)
----------------------------------------------------------------
Edward Adam Davis (1):
btrfs: sync read disk super and set block size
Mark Harmstone (1):
btrfs: fix missing fields in superblock backup with BLOCK_GROUP_TREE
Qiang Ma (1):
btrfs: fix Wmaybe-uninitialized warning in replay_one_buffer()
Qu Wenruo (2):
btrfs: reject new transactions if the fs is fully read-only
btrfs: add extra device item checks at mount
fs/btrfs/disk-io.c | 19 ++++++++++++++++++-
fs/btrfs/fs.h | 8 ++++++++
fs/btrfs/tree-log.c | 2 +-
fs/btrfs/volumes.c | 42 ++++++++++++++++++++++++++++++++++++++++++
fs/btrfs/volumes.h | 4 ++++
5 files changed, 73 insertions(+), 2 deletions(-)
next reply other threads:[~2026-01-21 5:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-21 5:56 David Sterba [this message]
2026-01-21 18:21 ` [GIT PULL] Btrfs fixes for 6.19-rc7 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.1768969871.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.