linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] swap readahead clean up
@ 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 ` [PATCH 2/2] mm:swap: unify cluster-based and vma-based " Minchan Kim
  0 siblings, 2 replies; 8+ 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

--
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>

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

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

Thread overview: 8+ 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 ` [PATCH 1/2] mm:swap: clean up swap readahead Minchan Kim
2017-11-01  5:41   ` Huang, Ying
2017-11-01  5:45     ` Minchan Kim
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  6:17   ` Huang, Ying
2017-11-01  6:25     ` Minchan Kim

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).