Re: [PATCH 00/10] implement zsmalloc shrinking

2014-09-15 Thread Dan Streetman
On Sun, Sep 14, 2014 at 8:00 PM, Minchan Kim wrote: > On Fri, Sep 12, 2014 at 01:05:11PM -0400, Dan Streetman wrote: >> On Fri, Sep 12, 2014 at 1:46 AM, Minchan Kim wrote: >> > On Thu, Sep 11, 2014 at 04:53:51PM -0400, Dan Streetman wrote: >> >> Now that zswap can use zsmalloc as a storage pool v

Re: [PATCH 00/10] implement zsmalloc shrinking

2014-09-14 Thread Minchan Kim
On Fri, Sep 12, 2014 at 01:05:11PM -0400, Dan Streetman wrote: > On Fri, Sep 12, 2014 at 1:46 AM, Minchan Kim wrote: > > On Thu, Sep 11, 2014 at 04:53:51PM -0400, Dan Streetman wrote: > >> Now that zswap can use zsmalloc as a storage pool via zpool, it will > >> try to shrink its zsmalloc zs_pool

Re: [PATCH 00/10] implement zsmalloc shrinking

2014-09-12 Thread Dan Streetman
On Fri, Sep 12, 2014 at 1:46 AM, Minchan Kim wrote: > On Thu, Sep 11, 2014 at 04:53:51PM -0400, Dan Streetman wrote: >> Now that zswap can use zsmalloc as a storage pool via zpool, it will >> try to shrink its zsmalloc zs_pool once it reaches its max_pool_percent >> limit. These patches implement

Re: [PATCH 00/10] implement zsmalloc shrinking

2014-09-11 Thread Minchan Kim
On Thu, Sep 11, 2014 at 04:53:51PM -0400, Dan Streetman wrote: > Now that zswap can use zsmalloc as a storage pool via zpool, it will > try to shrink its zsmalloc zs_pool once it reaches its max_pool_percent > limit. These patches implement zsmalloc shrinking. The way the pool is > shrunk is by f

Re: [PATCH 00/10] implement zsmalloc shrinking

2014-09-11 Thread Seth Jennings
On Thu, Sep 11, 2014 at 04:53:51PM -0400, Dan Streetman wrote: > Now that zswap can use zsmalloc as a storage pool via zpool, it will > try to shrink its zsmalloc zs_pool once it reaches its max_pool_percent > limit. These patches implement zsmalloc shrinking. The way the pool is > shrunk is by f