mbox series

[GIT,PULL] Btrfs fixes for 6.14-rc5

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.14-rc4-tag

Message

David Sterba Feb. 25, 2025, 4:12 p.m. UTC
Hi,

please pull a few more fixes. Thanks.

- extent map shrinker fixes
  - fix potential use after free accessing an inode to reach fs_info,
    the shrinker could do iput() in the meantime
  - skip unnecessary scanning of inodes without extent maps
  - do direct iput(), no need for indirection via workqueue

- in block < page mode, fix race when extending i_size in buffered mode

- fix minor memory leak in selftests

- print descriptive error message when seeding device is not found

----------------------------------------------------------------
The following changes since commit da2dccd7451de62b175fb8f0808d644959e964c7:

  btrfs: fix hole expansion when writing at an offset beyond EOF (2025-02-11 23:09:03 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.14-rc4-tag

for you to fetch changes up to efa11fd269c139e29b71ec21bc9c9c0063fde40d:

  btrfs: fix data overwriting bug during buffered write when block size < page size (2025-02-21 09:32:24 +0100)

----------------------------------------------------------------
David Disseldorp (1):
      btrfs: selftests: fix btrfs_test_delayed_refs() leak of transaction

Filipe Manana (3):
      btrfs: fix use-after-free on inode when scanning root during em shrinking
      btrfs: skip inodes without loaded extent maps when shrinking extent maps
      btrfs: do regular iput instead of delayed iput during extent map shrinking

Qu Wenruo (2):
      btrfs: output an error message if btrfs failed to find the seed fsid
      btrfs: fix data overwriting bug during buffered write when block size < page size

 fs/btrfs/extent_map.c               | 83 ++++++++++++++++++++++++++-----------
 fs/btrfs/file.c                     |  9 +++-
 fs/btrfs/tests/delayed-refs-tests.c |  1 +
 fs/btrfs/volumes.c                  |  6 ++-
 4 files changed, 73 insertions(+), 26 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 25, 2025, 5:52 p.m. UTC | #1
The pull request you sent on Tue, 25 Feb 2025 17:12:34 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.14-rc4-tag

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

Thank you!