[PATCH 0/2] swap readahead clean up

2017-10-31 Thread 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



[PATCH 0/2] swap readahead clean up

2017-10-31 Thread 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