Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* [PATCH 0/2] btrfs: a couple fixes for extent map merging and defrag
@ 2024-10-29 17:22 fdmanana
  2024-10-29 17:22 ` [PATCH 1/2] btrfs: fix extent map merging not happening for adjacent extents fdmanana
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: fdmanana @ 2024-10-29 17:22 UTC (permalink / raw)
  To: linux-btrfs

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(-)

-- 
2.45.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-10-30  7:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-29 17:22 [PATCH 0/2] btrfs: a couple fixes for extent map merging and defrag fdmanana
2024-10-29 17:22 ` [PATCH 1/2] btrfs: fix extent map merging not happening for adjacent extents fdmanana
2024-10-30  0:47   ` Anand Jain
2024-10-30  7:41     ` Filipe Manana
2024-10-29 17:22 ` [PATCH 2/2] btrfs: fix defrag not merging contiguous extents due to merged extent maps fdmanana
2024-10-30  7:57 ` [PATCH 0/2] btrfs: a couple fixes for extent map merging and defrag Qu Wenruo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox