From: Minchan Kim <minchan@kernel.org>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org,
Hugh Dickins <hughd@google.com>,
Huang Ying <ying.huang@intel.com>,
kernel-team <kernel-team@lge.com>,
Minchan Kim <minchan@kernel.org>
Subject: [PATCH 0/2] swap readahead clean up
Date: Wed, 1 Nov 2017 14:28:21 +0900 [thread overview]
Message-ID: <1509514103-17550-1-git-send-email-minchan@kernel.org> (raw)
This patchset cleans up recent added vma-based readahead code via
unifying cluster-based readahead.
Minchan Kim (2):
mm:swap: clean up swap readahead
mm:swap: unify cluster-based and vma-based swap readahead
include/linux/swap.h | 32 +++++++--------
mm/memory.c | 24 +++--------
mm/shmem.c | 5 ++-
mm/swap_state.c | 110 +++++++++++++++++++++++++++++----------------------
4 files changed, 87 insertions(+), 84 deletions(-)
--
2.7.4
--
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>
WARNING: multiple messages have this Message-ID (diff)
From: Minchan Kim <minchan@kernel.org>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org,
Hugh Dickins <hughd@google.com>,
Huang Ying <ying.huang@intel.com>,
kernel-team <kernel-team@lge.com>,
Minchan Kim <minchan@kernel.org>
Subject: [PATCH 0/2] swap readahead clean up
Date: Wed, 1 Nov 2017 14:28:21 +0900 [thread overview]
Message-ID: <1509514103-17550-1-git-send-email-minchan@kernel.org> (raw)
This patchset cleans up recent added vma-based readahead code via
unifying cluster-based readahead.
Minchan Kim (2):
mm:swap: clean up swap readahead
mm:swap: unify cluster-based and vma-based swap readahead
include/linux/swap.h | 32 +++++++--------
mm/memory.c | 24 +++--------
mm/shmem.c | 5 ++-
mm/swap_state.c | 110 +++++++++++++++++++++++++++++----------------------
4 files changed, 87 insertions(+), 84 deletions(-)
--
2.7.4
next reply other threads:[~2017-11-01 5:29 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-01 5:28 Minchan Kim [this message]
2017-11-01 5:28 ` [PATCH 0/2] swap readahead clean up Minchan Kim
2017-11-01 5:28 ` [PATCH 1/2] mm:swap: clean up swap readahead Minchan Kim
2017-11-01 5:28 ` Minchan Kim
2017-11-01 5:41 ` Huang, Ying
2017-11-01 5:41 ` Huang, Ying
2017-11-01 5:45 ` Minchan Kim
2017-11-01 5:45 ` Minchan Kim
2017-11-01 6:04 ` Huang, Ying
2017-11-01 6:04 ` Huang, Ying
2017-11-01 5:28 ` [PATCH 2/2] mm:swap: unify cluster-based and vma-based " Minchan Kim
2017-11-01 5:28 ` Minchan Kim
2017-11-01 6:17 ` Huang, Ying
2017-11-01 6:17 ` Huang, Ying
2017-11-01 6:25 ` Minchan Kim
2017-11-01 6:25 ` Minchan Kim
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=1509514103-17550-1-git-send-email-minchan@kernel.org \
--to=minchan@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=hughd@google.com \
--cc=kernel-team@lge.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=ying.huang@intel.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.