[<prev] [next>] [day] [month] [year] [list]
Message-ID: <cover.1758085289.git.dsterba@suse.com>
Date: Wed, 17 Sep 2025 07:20:40 +0200
From: David Sterba <dsterba@...e.com>
To: torvalds@...ux-foundation.org
Cc: David Sterba <dsterba@...e.com>,
linux-btrfs@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] Btrfs fixes fur 6.17-rc7
Hi,
please pull a few more btrfs fixes. Thanks.
- in zoned mode, turn assertion to proper code when reserving space in
relocation block group
- fix search key of extended ref (hardlink) when replaying log
- fix initialization of file extent tree on filesystems without no-holes
feature
- add harmless data race annotation to block group comparator
----------------------------------------------------------------
The following changes since commit 3d1267475b94b3df7a61e4ea6788c7c5d9e473c4:
btrfs: don't allow adding block device of less than 1 MB (2025-09-05 19:52:10 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.17-rc6-tag
for you to fetch changes up to 80eb65ccf6f72dc37b972583fe71cd8a50ff7e51:
btrfs: annotate block group access with data_race() when sorting for reclaim (2025-09-15 05:25:43 +0200)
----------------------------------------------------------------
Filipe Manana (2):
btrfs: fix invalid extref key setup when replaying dentry
btrfs: annotate block group access with data_race() when sorting for reclaim
Johannes Thumshirn (1):
btrfs: zoned: fix incorrect ASSERT in btrfs_zoned_reserve_data_reloc_bg()
austinchang (1):
btrfs: initialize inode::file_extent_tree after i_mode has been set
fs/btrfs/block-group.c | 9 ++++++++-
fs/btrfs/delayed-inode.c | 3 ---
fs/btrfs/inode.c | 11 +++++------
fs/btrfs/tree-log.c | 2 +-
fs/btrfs/zoned.c | 2 +-
5 files changed, 15 insertions(+), 12 deletions(-)
Powered by blists - more mailing lists