All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] btrfs: fiemap fix and optimization
@ 2024-02-29 11:56 fdmanana
  2024-02-29 11:56 ` [PATCH 1/2] btrfs: fix race when detecting delalloc ranges during fiemap fdmanana
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: fdmanana @ 2024-02-29 11:56 UTC (permalink / raw)
  To: linux-btrfs

From: Filipe Manana <fdmanana@suse.com>

One more fix for a regression introduced recently introduced to fiemap,
which can actually have serious consequences, as explained in the change
log of the first patch. The other is just a small optimization.
More details in the change logs.

Filipe Manana (2):
  btrfs: fix race when detecting delalloc ranges during fiemap
  btrfs: reuse cloned extent buffer during fiemap to avoid re-allocations

 fs/btrfs/extent_io.c | 253 +++++++++++++++++++++++++++++++------------
 1 file changed, 184 insertions(+), 69 deletions(-)

-- 
2.40.1


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

end of thread, other threads:[~2024-03-01 21:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-29 11:56 [PATCH 0/2] btrfs: fiemap fix and optimization fdmanana
2024-02-29 11:56 ` [PATCH 1/2] btrfs: fix race when detecting delalloc ranges during fiemap fdmanana
2024-02-29 11:56 ` [PATCH 2/2] btrfs: reuse cloned extent buffer during fiemap to avoid re-allocations fdmanana
2024-03-01 21:06 ` [PATCH 0/2] btrfs: fiemap fix and optimization Josef Bacik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.