All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] swap readahead clean up
@ 2017-11-01  5:28 ` Minchan Kim
  0 siblings, 0 replies; 16+ messages in thread
From: Minchan Kim @ 2017-11-01  5:28 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.

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

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

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

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

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.