* [GIT PULL] Btrfs fixes for 6.5-rc7
@ 2023-08-19 15:35 David Sterba
2023-08-19 16:01 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2023-08-19 15:35 UTC (permalink / raw)
To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel
Hi,
a few more short fixes sent recently but still seem important enough for
a late rc. Please pull, thanks.
* fix infinite loop in readdir(), could happen in a big directory when
files get renamed during enumeration
* fix extent map handling of skipped pinned ranges
* fix a corner case when handling ordered extent length
* fix a potential crash when balance cancel races with pause
* verify correct uuid when starting scrub or device replace
----------------------------------------------------------------
The following changes since commit 92fb94b69c6accf1e49fff699640fa0ce03dc910:
btrfs: set cache_block_group_error if we find an error (2023-08-10 17:16:45 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.5-rc6-tag
for you to fetch changes up to c962098ca4af146f2625ed64399926a098752c9c:
btrfs: fix incorrect splitting in btrfs_drop_extent_map_range (2023-08-18 14:38:10 +0200)
----------------------------------------------------------------
Anand Jain (1):
btrfs: fix replace/scrub failure with metadata_uuid
Chris Mason (1):
btrfs: only subtract from len_to_oe_boundary when it is tracking an extent
Filipe Manana (1):
btrfs: fix infinite directory reads
Josef Bacik (1):
btrfs: fix incorrect splitting in btrfs_drop_extent_map_range
xiaoshoukui (1):
btrfs: fix BUG_ON condition in btrfs_cancel_balance
fs/btrfs/ctree.h | 1 +
fs/btrfs/delayed-inode.c | 5 +-
fs/btrfs/delayed-inode.h | 1 +
fs/btrfs/extent_io.c | 25 ++++++++-
fs/btrfs/extent_map.c | 6 +--
fs/btrfs/inode.c | 131 ++++++++++++++++++++++++++++-------------------
fs/btrfs/scrub.c | 3 +-
fs/btrfs/volumes.c | 3 +-
8 files changed, 113 insertions(+), 62 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-19 16:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-19 15:35 [GIT PULL] Btrfs fixes for 6.5-rc7 David Sterba
2023-08-19 16:01 ` 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