Re: [PATCHv4 0/4] zsmalloc: fine-grained fullness and new compaction algorithm

From: Sergey Senozhatsky
Date: Sat Mar 11 2023 - 03:30:45 EST


On (23/03/10 13:10), Minchan Kim wrote:
> > v4:
> > -- fixed classes stats loop bug (Yosry)
> > -- fixed spelling errors (Andrew)
> > -- dropped some unnecessary hunks from the patches
> >
> > v3:
> > -- reworked compaction algorithm implementation (Minchan)
> > -- keep existing stats and fullness enums (Minchan, Yosry)
> > -- dropped the patch with new zsmalloc compaction stats (Minchan)
> > -- report per inuse ratio group classes stats
> >
> > Sergey Senozhatsky (4):
> > zsmalloc: remove insert_zspage() ->inuse optimization
> > zsmalloc: fine-grained inuse ratio based fullness grouping
> > zsmalloc: rework compaction algorithm
> > zsmalloc: show per fullness group class stats
> >
> > mm/zsmalloc.c | 358 ++++++++++++++++++++++++--------------------------
> > 1 file changed, 173 insertions(+), 185 deletions(-)
> >
> > --
>
> Acked-by: Minchan Kim <minchan@xxxxxxxxxx>
>
> Thanks, Sergey!

Thank you!