mbox series

[0/2] btrfs: a couple fixes for extent map merging and defrag

Message ID cover.1730220532.git.fdmanana@suse.com (mailing list archive)
Headers show
Series btrfs: a couple fixes for extent map merging and defrag | expand

Message

Filipe Manana Oct. 29, 2024, 5:22 p.m. UTC
From: Filipe Manana <fdmanana@suse.com>

Some fixes for extent map merging not happened when it should (which avoids
saving some memory) and defrag not merging contiguous extents when it should
due to merged extent maps. Details in the change logs.

Filipe Manana (2):
  btrfs: fix extent map merging not happening for adjacent extents
  btrfs: fix defrag not merging contiguous extents due to merged extent maps

 fs/btrfs/defrag.c     | 10 +++++-----
 fs/btrfs/extent_map.c |  7 ++++++-
 2 files changed, 11 insertions(+), 6 deletions(-)

Comments

Qu Wenruo Oct. 30, 2024, 7:57 a.m. UTC | #1
在 2024/10/30 03:52, fdmanana@kernel.org 写道:
> From: Filipe Manana <fdmanana@suse.com>
>
> Some fixes for extent map merging not happened when it should (which avoids
> saving some memory) and defrag not merging contiguous extents when it should
> due to merged extent maps. Details in the change logs.
>
> Filipe Manana (2):
>    btrfs: fix extent map merging not happening for adjacent extents
>    btrfs: fix defrag not merging contiguous extents due to merged extent maps

Reviewed-by: Qu Wenruo <wqu@suse.com>

Thanks,
Qu

>
>   fs/btrfs/defrag.c     | 10 +++++-----
>   fs/btrfs/extent_map.c |  7 ++++++-
>   2 files changed, 11 insertions(+), 6 deletions(-)
>