This patchset solves two problem.

1. higher small memory zone - [2] and [3]
2. mmaped-pages stream reclaim efficiency [5]

[1] and [4] is minor fix which isn't related with
this series so it could be apply separately.

I wrote down each problem in each patch description.
Please look at each patch.

Test enviroment is following as

1. Intel(R) Core(TM)2 Duo CPU
2. 2G RAM and 400M movable zone
3. Test program:
   Hannes's mapped-file-stream.c with 78 processes per 1G.
   10 times exectuion.

Thanks.

Minchan Kim (5):
  [1] vmscan: Fix obsolete comment of balance_pgdat
  [2] vmscan: sleep only if backingdev is congested
  [3] vmscan: prevent excessive pageout of kswapd
  [4] vmscan: get rid of unnecessary nr_dirty ret variable
  [5] vmscan: accelerate to reclaim mapped-pages stream

 include/linux/mmzone.h |   23 +++++++++++++++
 mm/vmscan.c            |   77 ++++++++++++++++++++++++++++++++++++++----------
 2 files changed, 85 insertions(+), 15 deletions(-)

-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to