Linux NFS development
 help / color / mirror / Atom feed
* [PATCH 0/2] NFS: Convert readdir to use folios
@ 2023-04-05 20:59 Anna Schumaker
  2023-04-05 20:59 ` [PATCH 1/2] NFS: Convert the readdir array-of-pages into an array-of-folios Anna Schumaker
  2023-04-05 20:59 ` [PATCH 2/2] NFS: Convert readdir page array functions to use a folio Anna Schumaker
  0 siblings, 2 replies; 3+ messages in thread
From: Anna Schumaker @ 2023-04-05 20:59 UTC (permalink / raw)
  To: linux-nfs, trond.myklebust; +Cc: anna

From: Anna Schumaker <Anna.Schumaker@Netapp.com>

This is a 1-1 update of the readdir code to folios instead of pages
during decode. One thing I'm still thinking about is converting the
array-of-folios into a single compound-page folio, but this would
involve a larger rewrite due to how the current code is structured
around grabbing cache pages as needed (and as far as I know, the
pagecache is still oriented around single pages, not compound pages).

Thoughts?
Anna

Anna Schumaker (2):
  NFS: Convert the readdir array-of-pages into an array-of-folios
  NFS: Convert readdir page array functions to use a folio

 fs/nfs/dir.c | 300 +++++++++++++++++++++++++--------------------------
 1 file changed, 149 insertions(+), 151 deletions(-)

-- 
2.40.0


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

end of thread, other threads:[~2023-04-05 20:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-05 20:59 [PATCH 0/2] NFS: Convert readdir to use folios Anna Schumaker
2023-04-05 20:59 ` [PATCH 1/2] NFS: Convert the readdir array-of-pages into an array-of-folios Anna Schumaker
2023-04-05 20:59 ` [PATCH 2/2] NFS: Convert readdir page array functions to use a folio Anna Schumaker

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