From: Kent Overstreet <kent.overstreet@gmail.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>,
linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: [PATCH] mm: Refactor find_get_pages() & friends
Date: Thu, 31 Mar 2016 18:35:10 -0800 [thread overview]
Message-ID: <20160401023510.GA28762@kmo-pixel> (raw)
In-Reply-To: <20160329142911.f2b069c8af06f649b86ec993@linux-foundation.org>
On Tue, Mar 29, 2016 at 02:29:11PM -0700, Andrew Morton wrote:
> On Tue, 8 Mar 2016 16:16:43 -0900 Kent Overstreet <kent.overstreet@gmail.com> wrote:
>
> > Collapse redundant implementations of various gang pagecache lookup - this is
> > also prep work for pagecache iterator work
>
> Patch looks nice. Unfortunately filemap.c has changed rather a lot
> since 4.5. Can you please redo the patch some time?
>
> And a more informative changelog would be appropriate, although it's
> all pretty obvious. I don't know what "pagecache iterator work" is
> and I doubt if many other readers do either, so some illumination there
> wouldn't hurt.
Can do - sending you the pagecache iterator patch too:
Kent Overstreet (2):
mm: Refactor find_get_pages() & friends
mm: Real pagecache iterators
fs/ext4/inode.c | 261 +++++++++++++------------------
include/linux/pagemap.h | 142 +++++++++++++++--
include/linux/pagevec.h | 67 +++++++-
include/linux/radix-tree.h | 49 ++----
mm/filemap.c | 376 ++++++++++-----------------------------------
mm/page-writeback.c | 148 ++++++++----------
mm/swap.c | 33 +---
mm/truncate.c | 259 ++++++++++++-------------------
8 files changed, 546 insertions(+), 789 deletions(-)
--
2.8.0.rc3
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2016-04-01 2:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-09 1:16 [PATCH] mm: Refactor find_get_pages() & friends Kent Overstreet
2016-03-29 21:29 ` Andrew Morton
2016-04-01 2:35 ` Kent Overstreet [this message]
2016-04-01 2:38 ` [PATCH 1/2] " Kent Overstreet
2016-04-01 2:38 ` [PATCH 2/2] mm: Real pagecache iterators Kent Overstreet
2016-04-01 22:57 ` Andrew Morton
2016-04-01 23:20 ` Kent Overstreet
2016-04-27 21:27 ` Andrew Morton
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=20160401023510.GA28762@kmo-pixel \
--to=kent.overstreet@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--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).