lkml.org 
[lkml]   [2018]   [Nov]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/6] zram idle page writeback
Date
Inherently, swap device has many idle pages which are rare touched since
it was allocated. It is never problem if we use storage device as swap.
However, it's just waste for zram-swap.

This patchset supports zram idle page writeback feature.

* Admin can define what is idle page "no access since X time ago"
* Admin can define when zram should writeback them
* Admin can define when zram should stop writeback to prevent wearout

Detail is on each patch's description.

Minchan Kim (6):
zram: fix lockdep warning of free block handling
zram: refactoring flags and writeback stuff
zram: introduce ZRAM_IDLE flag
zram: support idle page writeback
zram: add bd_stat statistics
zram: writeback throttle

Documentation/ABI/testing/sysfs-block-zram | 32 ++
Documentation/blockdev/zram.txt | 42 +-
drivers/block/zram/Kconfig | 5 +-
drivers/block/zram/zram_drv.c | 435 +++++++++++++++++----
drivers/block/zram/zram_drv.h | 18 +-
5 files changed, 438 insertions(+), 94 deletions(-)

--
2.19.1.1215.g8438c0b245-goog

\
 
 \ /
  Last update: 2018-11-16 08:21    [W:2.698 / U:0.004 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site