Re: [PATCH v5 3/3] z3fold: add shrinker

2016-10-18 Thread Dan Streetman
On Tue, Oct 18, 2016 at 10:51 AM, Vitaly Wool wrote: > On Tue, Oct 18, 2016 at 4:27 PM, Dan Streetman wrote: >> On Mon, Oct 17, 2016 at 10:45 PM, Vitaly Wool wrote: >>> Hi Dan, >>> >>> On Tue, Oct 18, 2016 at 4:06 AM, Dan Streetman wrote: On Sat, Oct 15, 2016 at 8:05 AM, Vitaly Wool wrote

Re: [PATCH v5 3/3] z3fold: add shrinker

2016-10-18 Thread Vitaly Wool
On Tue, Oct 18, 2016 at 4:27 PM, Dan Streetman wrote: > On Mon, Oct 17, 2016 at 10:45 PM, Vitaly Wool wrote: >> Hi Dan, >> >> On Tue, Oct 18, 2016 at 4:06 AM, Dan Streetman wrote: >>> On Sat, Oct 15, 2016 at 8:05 AM, Vitaly Wool wrote: This patch implements shrinker for z3fold. This shrink

Re: [PATCH v5 3/3] z3fold: add shrinker

2016-10-18 Thread Dan Streetman
On Mon, Oct 17, 2016 at 10:45 PM, Vitaly Wool wrote: > Hi Dan, > > On Tue, Oct 18, 2016 at 4:06 AM, Dan Streetman wrote: >> On Sat, Oct 15, 2016 at 8:05 AM, Vitaly Wool wrote: >>> This patch implements shrinker for z3fold. This shrinker >>> implementation does not free up any pages directly but

Re: [PATCH v5 3/3] z3fold: add shrinker

2016-10-17 Thread Vitaly Wool
Hi Dan, On Tue, Oct 18, 2016 at 4:06 AM, Dan Streetman wrote: > On Sat, Oct 15, 2016 at 8:05 AM, Vitaly Wool wrote: >> This patch implements shrinker for z3fold. This shrinker >> implementation does not free up any pages directly but it allows >> for a denser placement of compressed objects whic

Re: [PATCH v5 3/3] z3fold: add shrinker

2016-10-17 Thread Dan Streetman
On Sat, Oct 15, 2016 at 8:05 AM, Vitaly Wool wrote: > This patch implements shrinker for z3fold. This shrinker > implementation does not free up any pages directly but it allows > for a denser placement of compressed objects which results in > less actual pages consumed and higher compression rati