* [GIT PULL] Btrfs fixes for 6.14-rc2
@ 2025-02-05 14:15 David Sterba
2025-02-05 16:16 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2025-02-05 14:15 UTC (permalink / raw)
To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel
Hi,
please pull a few fixes for problems reported recently. Thanks.
- add lockdep annotation for relocation root to fix a splat warning
while merging roots
- fix assertion failure when splitting ordered extent after transaction
abort
- don't print 'qgroup inconsistent' message when rescan process updates
qgroup data sooner than the subvolume deletion process
- fix use-after-free (accessing the error number) when attempting to join
an aborted transaction
- avoid starting new transaction if not necessary when cleaning qgroup
during subvolume drop
----------------------------------------------------------------
The following changes since commit 9d0c23db26cb58c9fc6ee8817e8f9ebeb25776e5:
btrfs: selftests: add a selftest for deleting two out of three extents (2025-01-14 15:57:55 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.14-rc1-tag
for you to fetch changes up to fdef89ce6fada462aef9cb90a140c93c8c209f0f:
btrfs: avoid starting new transaction when cleaning qgroup during subvolume drop (2025-01-23 22:34:17 +0100)
----------------------------------------------------------------
Filipe Manana (4):
btrfs: fix lockdep splat while merging a relocation root
btrfs: fix use-after-free when attempting to join an aborted transaction
btrfs: avoid starting new transaction when cleaning qgroup during subvolume drop
Qu Wenruo (1):
btrfs: do not output error message if a qgroup has been already cleaned up
fs/btrfs/ctree.c | 2 ++
fs/btrfs/ordered-data.c | 12 ++++++++++++
fs/btrfs/qgroup.c | 11 +++++------
fs/btrfs/transaction.c | 4 +++-
4 files changed, 22 insertions(+), 7 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-05 16:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-05 14:15 [GIT PULL] Btrfs fixes for 6.14-rc2 David Sterba
2025-02-05 16:16 ` 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