* [GIT PULL] Btrfs fixes for 6.8-rc4
@ 2024-02-07 8:15 David Sterba
2024-02-07 8:26 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2024-02-07 8:15 UTC (permalink / raw)
To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel
Hi,
please pull a few error handling fixes. Thanks.
- two fixes preventing deletion and manual creation of subvolume qgroup
- unify error code returned for unknown send flags
- fix assertion during subvolume creation when anonymous device could
be allocated by other thread (e.g. due to backref walk)
----------------------------------------------------------------
The following changes since commit 7f2d219e78e95a137a9c76fddac7ff8228260439:
btrfs: scrub: limit RST scrub to chunk boundary (2024-01-18 23:43:08 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.8-rc3-tag
for you to fetch changes up to e03ee2fe873eb68c1f9ba5112fee70303ebf9dfb:
btrfs: do not ASSERT() if the newly created subvolume already got read (2024-01-31 08:42:53 +0100)
----------------------------------------------------------------
Boris Burkov (2):
btrfs: forbid creating subvol qgroups
btrfs: forbid deleting live subvol qgroup
David Sterba (1):
btrfs: send: return EOPNOTSUPP on unknown flags
Qu Wenruo (1):
btrfs: do not ASSERT() if the newly created subvolume already got read
fs/btrfs/disk-io.c | 13 +++++++++++--
fs/btrfs/ioctl.c | 5 +++++
fs/btrfs/qgroup.c | 14 ++++++++++++++
fs/btrfs/send.c | 2 +-
4 files changed, 31 insertions(+), 3 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-07 8:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-07 8:15 [GIT PULL] Btrfs fixes for 6.8-rc4 David Sterba
2024-02-07 8:26 ` 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