public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] btrfs: reflink updates
@ 2026-01-09 12:29 fdmanana
  2026-01-09 12:29 ` [PATCH v2 1/2] btrfs: invalidate pages instead of truncate after reflinking fdmanana
  2026-01-09 12:29 ` [PATCH v2 2/2] btrfs: update comment for delalloc flush and oe wait in btrfs_clone_files() fdmanana
  0 siblings, 2 replies; 6+ messages in thread
From: fdmanana @ 2026-01-09 12:29 UTC (permalink / raw)
  To: linux-btrfs

From: Filipe Manana <fdmanana@suse.com>

Fix a bug where concurrent buffered reads with reflinks may return
unexpected zeroes when using large folios, and update a comment about
why we need to flush delalloc and wait for ordered extents before
attempting to invalidate the page cache.

V2: Updated patch 1/2 change logs and a stale comment.
    Added patch 2/2.

Filipe Manana (2):
  btrfs: invalidate pages instead of truncate after reflinking
  btrfs: update comment for delalloc flush and oe wait in btrfs_clone_files()

 fs/btrfs/reflink.c | 30 +++++++++++++++++++-----------
 1 file changed, 19 insertions(+), 11 deletions(-)

-- 
2.47.2


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

end of thread, other threads:[~2026-01-11  4:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-09 12:29 [PATCH v2 0/2] btrfs: reflink updates fdmanana
2026-01-09 12:29 ` [PATCH v2 1/2] btrfs: invalidate pages instead of truncate after reflinking fdmanana
2026-01-11  4:11   ` Qu Wenruo
2026-01-09 12:29 ` [PATCH v2 2/2] btrfs: update comment for delalloc flush and oe wait in btrfs_clone_files() fdmanana
2026-01-09 18:07   ` Boris Burkov
2026-01-09 22:37   ` Qu Wenruo

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