Re: [PATCH 0/2] zcache: a new start for upstream

2013-07-24 Thread Bob Liu
Hi Seth, On Mon, Jul 22, 2013 at 11:07 PM, Seth Jennings wrote: > Sorry for the dup Bob, last reply only went to linux-mm > > On Sat, Jul 20, 2013 at 10:36:56PM +0800, Bob Liu wrote: >> We already have zswap helps reducing the swap out/in IO operations by >> compressing anon pages. >> It has been

[PATCH 0/2] zcache: a new start for upstream

2013-07-20 Thread Bob Liu
We already have zswap helps reducing the swap out/in IO operations by compressing anon pages. It has been merged into v3.11-rc1 together with the zbud allocation layer. However there is another kind of pages(clean file pages) suitable for compression as well. Upstream has already merged its fronte