All of lore.kernel.org
 help / color / mirror / Atom feed
* [minixfs] conversion to kmap_local_page()
@ 2023-12-13  0:06 Al Viro
  2023-12-13  0:08 ` [PATCH 1/4] minixfs: use offset_in_page() Al Viro
  0 siblings, 1 reply; 9+ messages in thread
From: Al Viro @ 2023-12-13  0:06 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: linux-kernel

	Sat around since March; rebased to 6.7-rc1, the only
change is put_and_unmap_page() renamed to unmap_and_put_page() ;-)
That's a minixfs counterpart of ext2 and sysv patchsets.

	Lives in vfs.git #work.minix, individual patches in
followups.

Shortlog:
Al Viro (4):
      minixfs: use offset_in_page()
      minixfs: change the signature of dir_get_page()
      minixfs: Use dir_put_page() in minix_unlink() and minix_rename()
      minixfs: switch to kmap_local_page()

Diffstat:
 fs/minix/dir.c   | 83 +++++++++++++++++++++++---------------------------------
 fs/minix/namei.c | 12 +++-----
 2 files changed, 38 insertions(+), 57 deletions(-)

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

end of thread, other threads:[~2023-12-14 12:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-13  0:06 [minixfs] conversion to kmap_local_page() Al Viro
2023-12-13  0:08 ` [PATCH 1/4] minixfs: use offset_in_page() Al Viro
2023-12-13  0:08   ` [PATCH 2/4] minixfs: change the signature of dir_get_page() Al Viro
2023-12-14 11:58     ` Fabio M. De Francesco
2023-12-13  0:08   ` [PATCH 3/4] minixfs: Use dir_put_page() in minix_unlink() and minix_rename() Al Viro
2023-12-14 12:02     ` Fabio M. De Francesco
2023-12-13  0:08   ` [PATCH 4/4] minixfs: switch to kmap_local_page() Al Viro
2023-12-14 12:06     ` Fabio M. De Francesco
2023-12-14 11:51   ` [PATCH 1/4] minixfs: use offset_in_page() Fabio M. De Francesco

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.