Re: [PATCH v2] mm: z3fold: deprecate CONFIG_Z3FOLD

2024-09-16 Thread Christoph Hellwig
I'd still prefer to just kill it right away, but as the second best option I'm ok with this: Acked-by: Christoph Hellwig

Re: [PATCH v2] mm: z3fold: deprecate CONFIG_Z3FOLD

2024-09-05 Thread Miaohe Lin
On 2024/9/5 7:33, Yosry Ahmed wrote: > The z3fold compressed pages allocator is rarely used, most users use > zsmalloc. The only disadvantage of zsmalloc in comparison is the > dependency on MMU, and zbud is a more common option for !MMU as it was > the default zswap allocator for a long time. > >

Re: [PATCH v2] mm: z3fold: deprecate CONFIG_Z3FOLD

2024-09-05 Thread Vitaly Wool
On Thu, Sep 5, 2024 at 1:33 AM Yosry Ahmed wrote: > > The z3fold compressed pages allocator is rarely used, most users use > zsmalloc. The only disadvantage of zsmalloc in comparison is the > dependency on MMU, and zbud is a more common option for !MMU as it was > the default zswap allocator for a

Re: [PATCH v2] mm: z3fold: deprecate CONFIG_Z3FOLD

2024-09-05 Thread Johannes Weiner
On Wed, Sep 04, 2024 at 11:33:43PM +, Yosry Ahmed wrote: > The z3fold compressed pages allocator is rarely used, most users use > zsmalloc. The only disadvantage of zsmalloc in comparison is the > dependency on MMU, and zbud is a more common option for !MMU as it was > the default zswap allocat

[PATCH v2] mm: z3fold: deprecate CONFIG_Z3FOLD

2024-09-04 Thread Yosry Ahmed
The z3fold compressed pages allocator is rarely used, most users use zsmalloc. The only disadvantage of zsmalloc in comparison is the dependency on MMU, and zbud is a more common option for !MMU as it was the default zswap allocator for a long time. Historically, zsmalloc had worse latency than zb