All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] f/madivse(DONTNEED) support
@ 2010-11-29 15:23 ` Minchan Kim
  0 siblings, 0 replies; 44+ messages in thread
From: Minchan Kim @ 2010-11-29 15:23 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-mm, LKML, Ben Gamari, Minchan Kim

Recently there is a report about working set page eviction due to rsync
workload. application programmers want to use fadvise but it's not easy.
You could see detailed description on [1/3].

 - [1/3] is to move invalidated page which is dirty/writeback on active list
   into inactive list's head.
 - [2/3] is for moving invalidated page into inactive list's tail when the
   page's writeout is completed.
 - [3/3] is to not calling mark_page_accessed in case of madvise(DONTNEED).

Minchan Kim (3):
  deactivate invalidated pages
  Reclaim invalidated page ASAP
  Prevent activation of page in madvise_dontneed

 include/linux/mm.h   |    4 +-
 include/linux/swap.h |    1 +
 mm/madvise.c         |    4 +-
 mm/memory.c          |   38 +++++++++++-------
 mm/mmap.c            |    4 +-
 mm/page-writeback.c  |   12 +++++-
 mm/swap.c            |  102 ++++++++++++++++++++++++++++++++++++++++++++++++++
 mm/truncate.c        |   16 ++++++--
 8 files changed, 155 insertions(+), 26 deletions(-)


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

end of thread, other threads:[~2010-12-01  0:50 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-29 15:23 [PATCH v3 0/3] f/madivse(DONTNEED) support Minchan Kim
2010-11-29 15:23 ` Minchan Kim
2010-11-29 15:23 ` [PATCH v3 1/3] deactivate invalidated pages Minchan Kim
2010-11-29 15:23   ` Minchan Kim
2010-11-30  1:01   ` KOSAKI Motohiro
2010-11-30  1:01     ` KOSAKI Motohiro
2010-11-30  5:22   ` Johannes Weiner
2010-11-30  5:22     ` Johannes Weiner
2010-11-30  6:18     ` Minchan Kim
2010-11-30  6:18       ` Minchan Kim
2010-11-29 15:23 ` [PATCH 2/3] Reclaim invalidated page ASAP Minchan Kim
2010-11-29 15:23   ` Minchan Kim
2010-11-29 16:57   ` Mel Gorman
2010-11-29 16:57     ` Mel Gorman
2010-11-29 22:41     ` Minchan Kim
2010-11-29 22:41       ` Minchan Kim
2010-11-30  9:16       ` Mel Gorman
2010-11-30  9:16         ` Mel Gorman
2010-11-30 14:04         ` Minchan Kim
2010-11-30 14:04           ` Minchan Kim
2010-11-30 11:20       ` Johannes Weiner
2010-11-30 11:20         ` Johannes Weiner
2010-11-30 14:03         ` Minchan Kim
2010-11-30 14:03           ` Minchan Kim
2010-11-30  1:10   ` KOSAKI Motohiro
2010-11-30  1:10     ` KOSAKI Motohiro
2010-11-30  9:18     ` Mel Gorman
2010-11-30  9:18       ` Mel Gorman
2010-11-30 14:01       ` Minchan Kim
2010-11-30 14:01         ` Minchan Kim
2010-11-30 14:11       ` Ben Gamari
2010-11-30 14:11         ` Ben Gamari
2010-11-29 15:23 ` [PATCH v3 3/3] Prevent activation of page in madvise_dontneed Minchan Kim
2010-11-29 15:23   ` Minchan Kim
2010-11-30  1:08   ` KOSAKI Motohiro
2010-11-30  1:08     ` KOSAKI Motohiro
2010-11-30 11:35   ` Johannes Weiner
2010-11-30 11:35     ` Johannes Weiner
2010-12-01  0:50     ` Minchan Kim
2010-12-01  0:50       ` Minchan Kim
2010-11-30 18:34   ` Hugh Dickins
2010-11-30 18:34     ` Hugh Dickins
2010-12-01  0:49     ` Minchan Kim
2010-12-01  0:49       ` 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.