* [GIT PULL] Btrfs fixes for 7.3-rc4
@ 2026-09-19 19:44 David Sterba
2026-09-19 19:53 ` Linus Torvalds
2026-09-19 21:29 ` pr-tracker-bot
0 siblings, 2 replies; 4+ messages in thread
From: David Sterba @ 2026-09-19 19:44 UTC (permalink / raw)
To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel
Hi,
please pull the following fixes. Among the regular fixes, there are two
that were reported recently and have user impact:
- filesystem id is now stable again on the default and common case (it
broke openconnect key derivation, while this is not secure, it's still
in use), the intention was to change id for the temp_fsid use case
- fix detection of /dev/root and rename it after device scan, this broke
booting of initramdisk-less system with grub2 as the probe needs the
real device
Regular fixes:
- don't store compressed inline extent if the size is larger than
uncompressed
- in zoned mode, handle activation of zones for all supported block
group profiles in case there are still free ones left
- check space for a chunk item when reading sys array from superblock
- allow using space reserves when removing verity items fails
- fix error handling after free space tree rebuild fails
- abort transaction if reflink or hole punching fails and it's not
possible to update the inode
- properly protect block group iteration during device replace start
- error message fixups
----------------------------------------------------------------
The following changes since commit 09f1294ee2abee7fe1c2d600671498b7642e0fe0:
btrfs: tree-checker: validate name length for extref items (2026-09-07 18:36:38 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-7.3-rc3-tag
for you to fetch changes up to 72de4807ba84da485dda1a91572d66da9149e95a:
btrfs: derive f_fsid with dev_t only when temp_fsid is active (2026-09-17 19:45:12 +0200)
----------------------------------------------------------------
Anand Jain (1):
btrfs: derive f_fsid with dev_t only when temp_fsid is active
Daniel Linjama (1):
btrfs: handle lack of space when cleaning up verity items
Filipe Manana (5):
btrfs: tree-checker: print dev extent offset in error message
btrfs: tree-checker: fix error message regarding free space extent items
btrfs: fix creation of compressed inline extents that don't save space
btrfs: abort transaction on failure to update inode for hole punching and reflinking
btrfs: check if there is space for chunk item when validating sys chunk array
Guanghui Yang (1):
btrfs: clear free space tree creation state on rebuild failure
Hongling Zeng (1):
btrfs: take commit root semaphore when iterating in mark_block_group_to_copy()
Johannes Thumshirn (1):
btrfs: zoned: handle RAID profiles in btrfs_can_activate_zone()
Qu Wenruo (1):
btrfs: add "/dev/root" exception for device path update
fs/btrfs/dev-replace.c | 1 +
fs/btrfs/disk-io.c | 4 ++++
fs/btrfs/file.c | 4 +++-
fs/btrfs/free-space-tree.c | 14 ++++++++++----
fs/btrfs/inode.c | 18 +++++++++++++++++-
fs/btrfs/super.c | 8 ++++++--
fs/btrfs/tree-checker.c | 4 ++--
fs/btrfs/verity.c | 18 ++++++++++++++++--
fs/btrfs/volumes.c | 33 ++++++++++++++++++++++++++++++++-
fs/btrfs/zoned.c | 5 +++++
10 files changed, 96 insertions(+), 13 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [GIT PULL] Btrfs fixes for 7.3-rc4
2026-09-19 19:44 [GIT PULL] Btrfs fixes for 7.3-rc4 David Sterba
@ 2026-09-19 19:53 ` Linus Torvalds
2026-09-19 20:46 ` David Sterba
2026-09-19 21:29 ` pr-tracker-bot
1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2026-09-19 19:53 UTC (permalink / raw)
To: David Sterba; +Cc: linux-btrfs, linux-kernel
On Sat, 19 Sept 2026 at 12:44, David Sterba <dsterba@suse.com> wrote:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-7.3-rc3-tag
-ENOSUCHTAG.
I see a 'for-7.3-rc3' branch that has that top commit in it, but no
signed tags. Forgot to push?
Linus
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [GIT PULL] Btrfs fixes for 7.3-rc4
2026-09-19 19:53 ` Linus Torvalds
@ 2026-09-19 20:46 ` David Sterba
0 siblings, 0 replies; 4+ messages in thread
From: David Sterba @ 2026-09-19 20:46 UTC (permalink / raw)
To: Linus Torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel
On Sat, Sep 19, 2026 at 12:53:08PM -0700, Linus Torvalds wrote:
> On Sat, 19 Sept 2026 at 12:44, David Sterba <dsterba@suse.com> wrote:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-7.3-rc3-tag
>
> -ENOSUCHTAG.
>
> I see a 'for-7.3-rc3' branch that has that top commit in it, but no
> signed tags. Forgot to push?
Yes, sorry, now pushed.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Btrfs fixes for 7.3-rc4
2026-09-19 19:44 [GIT PULL] Btrfs fixes for 7.3-rc4 David Sterba
2026-09-19 19:53 ` Linus Torvalds
@ 2026-09-19 21:29 ` pr-tracker-bot
1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2026-09-19 21:29 UTC (permalink / raw)
To: David Sterba; +Cc: torvalds, David Sterba, linux-btrfs, linux-kernel
The pull request you sent on Sat, 19 Sep 2026 21:44:31 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-7.3-rc3-tag
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/518e5b794c06c0f0eb40df3e202274a66202c137
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-09-19 21:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-19 19:44 [GIT PULL] Btrfs fixes for 7.3-rc4 David Sterba
2026-09-19 19:53 ` Linus Torvalds
2026-09-19 20:46 ` David Sterba
2026-09-19 21:29 ` 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
all inboxes | Powered by JetHome®