diff options
| author | Sergey Senozhatsky <senozhatsky@chromium.org> | 2025-12-01 18:47:50 +0900 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2026-01-20 19:24:36 -0800 |
| commit | 2502673aed6c66befc7efc2dc008e2a8a50508cd (patch) | |
| tree | 4ffe67fdf0e1c8332ef3e830933022a13840f08b /Documentation/ABI | |
| parent | 4c1d61389e8e4307449eb2ebad997241cbf08fef (diff) | |
| download | linux-next-2502673aed6c66befc7efc2dc008e2a8a50508cd.tar.gz linux-next-2502673aed6c66befc7efc2dc008e2a8a50508cd.zip | |
zram: document writeback_batch_size
Add missing writeback_batch_size documentation.
Link: https://lkml.kernel.org/r/20251201094754.4149975-4-senozhatsky@chromium.org
Signed-off-by: Sergey Senozhatsky <senozhatsky@chromium.org>
Cc: Brian Geffon <bgeffon@google.com>
Cc: David Stevens <stevensd@google.com>
Cc: Minchan Kim <minchan@google.com>
Cc: Richard Chang <richardycc@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'Documentation/ABI')
| -rw-r--r-- | Documentation/ABI/testing/sysfs-block-zram | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-block-zram b/Documentation/ABI/testing/sysfs-block-zram index ed10c2e4b5c2..e538d4850d61 100644 --- a/Documentation/ABI/testing/sysfs-block-zram +++ b/Documentation/ABI/testing/sysfs-block-zram @@ -157,3 +157,10 @@ Contact: Richard Chang <richardycc@google.com> Description: The writeback_compressed device atrribute toggles compressed writeback feature. + +What: /sys/block/zram<id>/writeback_batch_size +Date: November 2025 +Contact: Sergey Senozhatsky <senozhatsky@chromium.org> +Description: + The writeback_batch_size device atrribute sets the maximum + number of in-flight writeback operations. |
