linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* remove most callers of write_one_page
@ 2023-01-16  8:55 Christoph Hellwig
  2023-01-16  8:55 ` [PATCH 1/6] minix: fix error handling in minix_delete_entry Christoph Hellwig
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Christoph Hellwig @ 2023-01-16  8:55 UTC (permalink / raw)
  To: Andrew Morton, Mark Fasheh, Joel Becker, Joseph Qi,
	Evgeniy Dushistov, Matthew Wilcox (Oracle)
  Cc: ocfs2-devel, linux-fsdevel, linux-mm

Hi all,

this series removes most users of the write_one_page API.  These helpers
internally call ->writepage which we are gradually removing from the
kernel.

Changes since v1:
 - drop the btrfs changes (queue up in the btrfs tree)
 - drop the finaly move to jfs (can't be done without the btrfs patches)
 - fix the existing minix code to properly propagate errors

Diffstat:
 minix/dir.c          |   67 ++++++++++++++++++++++++++++++---------------------
 minix/minix.h        |    3 +-
 minix/namei.c        |    8 +++---
 ocfs2/refcounttree.c |    9 +++---
 sysv/dir.c           |   30 ++++++++++++++--------
 ufs/dir.c            |   29 ++++++++++++++--------
 6 files changed, 90 insertions(+), 56 deletions(-)

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

end of thread, other threads:[~2023-01-17  5:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-16  8:55 remove most callers of write_one_page Christoph Hellwig
2023-01-16  8:55 ` [PATCH 1/6] minix: fix error handling in minix_delete_entry Christoph Hellwig
2023-01-16  8:55 ` [PATCH 2/6] minix: fix error handling in minix_set_link Christoph Hellwig
2023-01-16  8:55 ` [PATCH 3/6] minix: don't flush page immediately for DIRSYNC directories Christoph Hellwig
2023-01-16  8:55 ` [PATCH 4/6] sysv: " Christoph Hellwig
2023-01-16  8:55 ` [PATCH 5/6] ufs: " Christoph Hellwig
2023-01-16  8:55 ` [PATCH 6/6] ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_page Christoph Hellwig
2023-01-16 21:02 ` remove most callers of write_one_page Al Viro
2023-01-16 21:30   ` Andrew Morton
2023-01-17  5:55     ` Christoph Hellwig

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