linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Folio conversions in extent-io-tests
@ 2025-06-13 19:06 Matthew Wilcox (Oracle)
  2025-06-13 19:07 ` [PATCH 1/3] btrfs: Convert test_find_delalloc() to use a folio Matthew Wilcox (Oracle)
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Matthew Wilcox (Oracle) @ 2025-06-13 19:06 UTC (permalink / raw)
  To: Chris Mason, Josef Bacik, David Sterba
  Cc: Matthew Wilcox (Oracle), linux-btrfs, linux-fsdevel

extent-io-tests is the last user of find_lock_page() in my tree, so
let's convert these two functions.  test_find_delalloc() is quite a big
function, so I split the conversion up.  We could combine these two
patches if anyone has a strong opinion.  There's no more use of 'struct
page' in extent-io-tests after this.  Compile tested only.

Matthew Wilcox (Oracle) (3):
  btrfs: Convert test_find_delalloc() to use a folio
  btrfs: Convert test_find_delalloc() to use a folio, part two
  btrfs: Simplify dump_eb_and_memory_contents()

 fs/btrfs/tests/extent-io-tests.c | 89 +++++++++++++++-----------------
 1 file changed, 43 insertions(+), 46 deletions(-)

-- 
2.47.2


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

end of thread, other threads:[~2025-06-20 13:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-13 19:06 [PATCH 0/3] Folio conversions in extent-io-tests Matthew Wilcox (Oracle)
2025-06-13 19:07 ` [PATCH 1/3] btrfs: Convert test_find_delalloc() to use a folio Matthew Wilcox (Oracle)
2025-06-19  2:50   ` Matthew Wilcox
2025-06-19  5:41     ` Qu Wenruo
2025-06-20 13:14       ` David Sterba
2025-06-20 13:03     ` David Sterba
2025-06-13 19:07 ` [PATCH 2/3] btrfs: Convert test_find_delalloc() to use a folio, part two Matthew Wilcox (Oracle)
2025-06-13 23:35   ` Qu Wenruo
2025-06-14  0:04     ` Qu Wenruo
2025-06-13 19:07 ` [PATCH 3/3] btrfs: Simplify dump_eb_and_memory_contents() Matthew Wilcox (Oracle)
2025-06-20 13:11 ` [PATCH 0/3] Folio conversions in extent-io-tests David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).