mbox series

[GIT,PULL] Btrfs fixes for 6.9-rc7

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.9-rc6-tag

Message

David Sterba May 2, 2024, 12:57 p.m. UTC
Hi,

please pull a few more fixes, thanks.

- set correct ram_bytes when splitting ordered extent, this is
  can be inconsistent on-disk but harmless as it's not used for
  calculations and it's only advisory for compression

- fix lockdep splat when taking cleaner mutex in qgroups disable ioctl

- fix missing mutex unlock on error path when looking up sys chunk for
  relocation

----------------------------------------------------------------
The following changes since commit fe1c6c7acce10baf9521d6dccc17268d91ee2305:

  btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() (2024-04-18 18:18:50 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.9-rc6-tag

for you to fetch changes up to 63a6ce5a1a6261e4c70bad2b55c4e0de8da4762e:

  btrfs: set correct ram_bytes when splitting ordered extent (2024-04-30 12:03:44 +0200)

----------------------------------------------------------------
Dominique Martinet (1):
      btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()

Josef Bacik (1):
      btrfs: take the cleaner_mutex earlier in qgroup disable

Qu Wenruo (1):
      btrfs: set correct ram_bytes when splitting ordered extent

 fs/btrfs/ioctl.c        | 33 ++++++++++++++++++++++++++++++---
 fs/btrfs/ordered-data.c |  1 +
 fs/btrfs/qgroup.c       | 21 ++++++++-------------
 fs/btrfs/volumes.c      |  1 +
 4 files changed, 40 insertions(+), 16 deletions(-)

Comments

pr-tracker-bot@kernel.org May 2, 2024, 5:57 p.m. UTC | #1
The pull request you sent on Thu,  2 May 2024 14:57:18 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.9-rc6-tag

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

Thank you!