linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: "Matthew Wilcox (Oracle)" <willy@infradead.org>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>,
	ntfs3@lists.linux.dev, linux-mm@kvack.org,
	Alexander Viro <viro@zeniv.linux.org.uk>,
	linux-fsdevel@vger.kernel.org, Hugh Dickins <hughd@google.com>
Subject: [PATCH 0/3] Remove copy_page_from_iter_atomic()
Date: Wed, 14 May 2025 18:06:01 +0100	[thread overview]
Message-ID: <20250514170607.3000994-1-willy@infradead.org> (raw)

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



             reply	other threads:[~2025-05-14 17:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-14 17:06 Matthew Wilcox (Oracle) [this message]
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)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250514170607.3000994-1-willy@infradead.org \
    --to=willy@infradead.org \
    --cc=akpm@linux-foundation.org \
    --cc=hughd@google.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=ntfs3@lists.linux.dev \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).