linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Remove zero_user()
@ 2025-06-12 14:34 Matthew Wilcox (Oracle)
  2025-06-12 14:34 ` [PATCH 1/5] bio: Use memzero_page() in bio_truncate() Matthew Wilcox (Oracle)
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Matthew Wilcox (Oracle) @ 2025-06-12 14:34 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Matthew Wilcox (Oracle), linux-mm, Ira Weiny, Christoph Hellwig,
	linux-block, ceph-devel, linux-fsdevel

The zero_user() API is almost unused these days.  Finish the job of
removing it.

Matthew Wilcox (Oracle) (5):
  bio: Use memzero_page() in bio_truncate()
  null_blk: Use memzero_page()
  direct-io: Use memzero_page()
  ceph: Convert ceph_zero_partial_page() to use a folio
  mm: Remove zero_user()

 block/bio.c                   |  4 ++--
 drivers/block/null_blk/main.c |  2 +-
 fs/ceph/file.c                | 21 ++++++++++-----------
 fs/direct-io.c                |  2 +-
 include/linux/highmem.h       |  6 ------
 5 files changed, 14 insertions(+), 21 deletions(-)

-- 
2.47.2


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

end of thread, other threads:[~2025-06-25 10:41 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-12 14:34 [PATCH 0/5] Remove zero_user() Matthew Wilcox (Oracle)
2025-06-12 14:34 ` [PATCH 1/5] bio: Use memzero_page() in bio_truncate() Matthew Wilcox (Oracle)
2025-06-25 10:40   ` Alex Markuze
2025-06-12 14:34 ` [PATCH 2/5] null_blk: Use memzero_page() Matthew Wilcox (Oracle)
2025-06-25 10:41   ` Alex Markuze
2025-06-12 14:34 ` [PATCH 3/5] direct-io: " Matthew Wilcox (Oracle)
2025-06-25 10:40   ` Alex Markuze
2025-06-12 14:34 ` [PATCH 4/5] ceph: Convert ceph_zero_partial_page() to use a folio Matthew Wilcox (Oracle)
2025-06-12 19:36   ` Viacheslav Dubeyko
2025-06-12 14:34 ` [PATCH 5/5] mm: Remove zero_user() Matthew Wilcox (Oracle)
2025-06-25 10:41   ` Alex Markuze
2025-06-13  5:24 ` [PATCH 0/5] " Christoph Hellwig
2025-06-13 19:51   ` Matthew Wilcox
2025-06-13 20:04     ` Andrew Morton

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