All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] swap readahead clean up
@ 2017-11-01  7:15 ` Minchan Kim
  0 siblings, 0 replies; 6+ messages in thread
From: Minchan Kim @ 2017-11-01  7:15 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-kernel, linux-mm, Hugh Dickins, Huang Ying, kernel-team,
	Minchan Kim

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

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

end of thread, other threads:[~2017-11-01  7:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-01  7:15 [PATCH v2 0/2] swap readahead clean up Minchan Kim
2017-11-01  7:15 ` 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

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.