Re: [PATCHv13 0/4] zswap: compressed swap caching

2013-06-13 Thread Seth Jennings
On Thu, Jun 13, 2013 at 08:34:38PM +0800, Bob Liu wrote: > Hi Seth, > > On 06/04/2013 04:33 AM, Seth Jennings wrote: > > This is the latest version of the zswap patchset for compressed swap > > caching. > > This is submitted for merging into linux-next and inclusion in v3.11. > > > > Have you n

Re: [PATCHv13 0/4] zswap: compressed swap caching

2013-06-13 Thread Bob Liu
Hi Seth, On 06/04/2013 04:33 AM, Seth Jennings wrote: > This is the latest version of the zswap patchset for compressed swap caching. > This is submitted for merging into linux-next and inclusion in v3.11. > Have you noticed that pool_pages >> stored_pages, like this: [root@ca-dev32 zswap]# cat

[PATCHv13 0/4] zswap: compressed swap caching

2013-06-03 Thread Seth Jennings
This is the latest version of the zswap patchset for compressed swap caching. This is submitted for merging into linux-next and inclusion in v3.11. New in this Version: Lucky 13! Integrated feedback from Andrew and moved zbud page metadata out of the struct page to an in-line header structure. U