linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Remove copy_page_from_iter_atomic()
@ 2025-05-14 17:06 Matthew Wilcox (Oracle)
  2025-05-14 17:06 ` [PATCH 1/3] highmem: Add folio_test_partial_kmap() Matthew Wilcox (Oracle)
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Matthew Wilcox (Oracle) @ 2025-05-14 17:06 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Matthew Wilcox (Oracle), ntfs3, linux-mm, Alexander Viro,
	linux-fsdevel, Hugh Dickins

The first patch here is a bug-fix that enables
CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP to work correctly with
filesystems that support large folios.  Then we convert ntfs3 to use
copy_folio_from_iter_atomic() instead of copy_page_from_iter_atomic()
and finally remove copy_page_from_iter_atomic().

Matthew Wilcox (Oracle) (3):
  highmem: Add folio_test_partial_kmap()
  ntfs3: Use folios more in ntfs_compress_write()
  iov: Remove copy_page_from_iter_atomic()

 fs/ntfs3/file.c            | 31 +++++++++++++------------------
 include/linux/highmem.h    | 10 +++++-----
 include/linux/page-flags.h |  7 +++++++
 include/linux/uio.h        | 10 ++--------
 lib/iov_iter.c             | 29 +++++++++++++----------------
 5 files changed, 40 insertions(+), 47 deletions(-)

-- 
2.47.2



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

end of thread, other threads:[~2025-05-23 11:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-14 17:06 [PATCH 0/3] Remove copy_page_from_iter_atomic() Matthew Wilcox (Oracle)
2025-05-14 17:06 ` [PATCH 1/3] highmem: Add folio_test_partial_kmap() Matthew Wilcox (Oracle)
2025-05-14 17:06 ` [PATCH 2/3] ntfs3: Use folios more in ntfs_compress_write() Matthew Wilcox (Oracle)
2025-05-23 11:58   ` Konstantin Komarov
2025-05-14 17:06 ` [PATCH 3/3] iov: Remove copy_page_from_iter_atomic() Matthew Wilcox (Oracle)

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