mbox series

[GIT,PULL] Btrfs fixes for 6.12-rc4

Message ID cover.1729087733.git.dsterba@suse.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Btrfs fixes for 6.12-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.12-rc3-tag

Message

David Sterba Oct. 16, 2024, 2:26 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Oct. 16, 2024, 8:51 p.m. UTC | #1
The pull request you sent on Wed, 16 Oct 2024 16:26:39 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.12-rc3-tag

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/667b1d41b25b9b6b19c8af9d673ccb93b451b527

Thank you!