This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UPSTREAM: zram: support page writeback
There is demand to writeback specific process pages to backing store instead of all idles pages in the system due to storage wear out concerns and to launching latency of apps which are most of the time idle but are critical for resume latency. This patch extends the writeback knob to support a specific page writeback. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Minchan Kim <[email protected]> Reviewed-by: Sergey Senozhatsky <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> (cherry picked from commit 0d8359620d9be9823b6b9b3cf2dbe006cbfec594) Bug: 181035934 Signed-off-by: Amos Bianchi <[email protected]> Change-Id: I2c2ef973f66c9d780244d39a1833c4246fb28bc2 Signed-off-by: UtsavBalar1231 <[email protected]>
- Loading branch information