linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Convert sysv directory handling to folios
@ 2024-07-09 15:03 Matthew Wilcox (Oracle)
  2024-07-09 15:03 ` [PATCH 1/7] sysv: Convert dir_get_page() to dir_get_folio() Matthew Wilcox (Oracle)
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Matthew Wilcox (Oracle) @ 2024-07-09 15:03 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: Matthew Wilcox (Oracle), Al Viro, Christoph Hellwig

This patch series mirrors the changes to ext2 directory handling.
It's a bit simpler than the UFS one from yesterday as sysv was already
converted to kmap_local.  Again, compile tested only.

Matthew Wilcox (Oracle) (7):
  sysv: Convert dir_get_page() to dir_get_folio()
  sysv: Convert sysv_find_entry() to take a folio
  sysv: Convert sysv_set_link() and sysv_dotdot() to take a folio
  sysv: Convert sysv_delete_entry() to work on a folio
  sysv: Convert sysv_make_empty() to use a folio
  sysv: Convert sysv_prepare_chunk() to take a folio
  sysv: Convert dir_commit_chunk() to take a folio

 fs/sysv/dir.c   | 158 +++++++++++++++++++++++-------------------------
 fs/sysv/itree.c |   4 +-
 fs/sysv/namei.c |  32 +++++-----
 fs/sysv/sysv.h  |  20 +++---
 4 files changed, 105 insertions(+), 109 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-07-16  8:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-09 15:03 [PATCH 0/7] Convert sysv directory handling to folios Matthew Wilcox (Oracle)
2024-07-09 15:03 ` [PATCH 1/7] sysv: Convert dir_get_page() to dir_get_folio() Matthew Wilcox (Oracle)
2024-07-09 15:03 ` [PATCH 2/7] sysv: Convert sysv_find_entry() to take a folio Matthew Wilcox (Oracle)
2024-07-09 15:03 ` [PATCH 3/7] sysv: Convert sysv_set_link() and sysv_dotdot() " Matthew Wilcox (Oracle)
2024-07-09 15:03 ` [PATCH 4/7] sysv: Convert sysv_delete_entry() to work on " Matthew Wilcox (Oracle)
2024-07-09 15:03 ` [PATCH 5/7] sysv: Convert sysv_make_empty() to use " Matthew Wilcox (Oracle)
2024-07-09 15:03 ` [PATCH 6/7] sysv: Convert sysv_prepare_chunk() to take " Matthew Wilcox (Oracle)
2024-07-09 15:03 ` [PATCH 7/7] sysv: Convert dir_commit_chunk() " Matthew Wilcox (Oracle)
2024-07-16  8:17 ` [PATCH 0/7] Convert sysv directory handling to folios Christian Brauner

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).