All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] btrfs: some improvements around nocow checking
@ 2025-07-09 20:20 fdmanana
  2025-07-09 20:20 ` [PATCH 1/3] btrfs: update function comment for btrfs_check_nocow_lock() fdmanana
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: fdmanana @ 2025-07-09 20:20 UTC (permalink / raw)
  To: linux-btrfs

From: Filipe Manana <fdmanana@suse.com>

Improve nocow write checking to avoid less iterations and less work when
doing buffered writes by checking multiple consecutive extents, plus a
couple cleanups.

Filipe Manana (3):
  btrfs: update function comment for btrfs_check_nocow_lock()
  btrfs: assert we can NOCOW the range in btrfs_truncate_block()
  btrfs: make btrfs_check_nocow_lock() check more than one extent

 fs/btrfs/file.c  | 43 +++++++++++++++++++++++++++++++++----------
 fs/btrfs/inode.c |  7 +++++--
 2 files changed, 38 insertions(+), 12 deletions(-)

-- 
2.47.2


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

end of thread, other threads:[~2025-07-09 22:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-09 20:20 [PATCH 0/3] btrfs: some improvements around nocow checking fdmanana
2025-07-09 20:20 ` [PATCH 1/3] btrfs: update function comment for btrfs_check_nocow_lock() fdmanana
2025-07-09 20:20 ` [PATCH 2/3] btrfs: assert we can NOCOW the range in btrfs_truncate_block() fdmanana
2025-07-09 20:20 ` [PATCH 3/3] btrfs: make btrfs_check_nocow_lock() check more than one extent fdmanana
2025-07-09 22:38 ` [PATCH 0/3] btrfs: some improvements around nocow checking Boris Burkov

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.