Re: [PATCH 0/2] zram: introduce compressed data writeback
From: Sergey Senozhatsky
Date: Mon Dec 01 2025 - 02:39:35 EST
On (25/11/29 02:04), Sergey Senozhatsky wrote:
> As writeback becomes more common there is another shortcoming
> that needs to be addressed - compressed data writeback. Currently
> zram does uncompressed data writeback which is not optimal due to
> potential CPU and battery wastage. This series changes suboptimal
> uncompressed writeback to a more optimal compressed data writeback.
JFI, v2 is coming.