All of lore.kernel.org
 help / color / mirror / Atom feed
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 v2 0/2] swap readahead clean up
Date: Wed,  1 Nov 2017 16:15:18 +0900	[thread overview]
Message-ID: <1509520520-32367-1-git-send-email-minchan@kernel.org> (raw)

This patchset cleans up recent added vma-based readahead code via
unifying cluster-based readahead.

* From v1
  * renamed swap_cluster_readahead - Huang
  * remove unnecessary extern declaration - Huang
  * add description for swapin_readahead - Huang

Minchan Kim (2):
  mm:swap: clean up swap readahead
  mm:swap: unify cluster-based and vma-based swap readahead

 include/linux/swap.h |  38 +++-----------
 mm/memory.c          |  24 +++------
 mm/shmem.c           |   5 +-
 mm/swap_state.c      | 137 ++++++++++++++++++++++++++++++++-------------------
 4 files changed, 103 insertions(+), 101 deletions(-)

-- 
2.7.4

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 v2 0/2] swap readahead clean up
Date: Wed,  1 Nov 2017 16:15:18 +0900	[thread overview]
Message-ID: <1509520520-32367-1-git-send-email-minchan@kernel.org> (raw)

This patchset cleans up recent added vma-based readahead code via
unifying cluster-based readahead.

* From v1
  * renamed swap_cluster_readahead - Huang
  * remove unnecessary extern declaration - Huang
  * add description for swapin_readahead - Huang

Minchan Kim (2):
  mm:swap: clean up swap readahead
  mm:swap: unify cluster-based and vma-based swap readahead

 include/linux/swap.h |  38 +++-----------
 mm/memory.c          |  24 +++------
 mm/shmem.c           |   5 +-
 mm/swap_state.c      | 137 ++++++++++++++++++++++++++++++++-------------------
 4 files changed, 103 insertions(+), 101 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>

             reply	other threads:[~2017-11-01  7:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-01  7:15 Minchan Kim [this message]
2017-11-01  7:15 ` [PATCH v2 0/2] swap readahead clean up Minchan Kim
2017-11-01  7:15 ` [PATCH v2 1/2] mm:swap: clean up swap readahead Minchan Kim
2017-11-01  7:15   ` Minchan Kim
2017-11-01  7:15 ` [PATCH v2 2/2] mm:swap: unify cluster-based and vma-based " Minchan Kim
2017-11-01  7:15   ` 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=1509520520-32367-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.