[GIT PULL] Btrfs fixes for 6.12-rc4
From: David Sterba
Date: Wed Oct 16 2024 - 10:27:15 EST
Hi,
please pull the following branch with a few fixes, thanks.
- regression fix, dirty extents tracked in xarray for qgroups must be
adjusted for 32bit platforms
- fix potentially freeing uninitialized name in fscrypt structure
- fix warning about unneeded variable in a send callback
----------------------------------------------------------------
The following changes since commit e761be2a0744086fc4793a4870d4b5746b7fe8cd:
btrfs: fix clear_dirty and writeback ordering in submit_one_sector() (2024-10-09 13:23:51 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.12-rc3-tag
for you to fetch changes up to 2ab5e243c2266c841e0f6904fad1514b18eaf510:
btrfs: fix uninitialized pointer free on read_alloc_one_name() error (2024-10-11 19:55:04 +0200)
----------------------------------------------------------------
Christian Heusel (1):
btrfs: send: cleanup unneeded return variable in changed_verity()
Filipe Manana (1):
btrfs: use sector numbers as keys for the dirty extents xarray
Roi Martin (2):
btrfs: fix uninitialized pointer free in add_inode_ref()
btrfs: fix uninitialized pointer free on read_alloc_one_name() error
fs/btrfs/delayed-ref.c | 15 ++++++++-------
fs/btrfs/delayed-ref.h | 10 +++++++++-
fs/btrfs/qgroup.c | 21 ++++++++++++++++-----
fs/btrfs/send.c | 4 +---
fs/btrfs/tree-log.c | 6 +++---
5 files changed, 37 insertions(+), 19 deletions(-)