• J
    f2fs: limit # of inmemory pages · 57864ae5
    Jaegeuk Kim 提交于
    If some abnormal users try lots of atomic write operations, f2fs is able to
    produce pinned pages in the main memory which affects system performance.
    This patch limits that as 20% over total memory size, and if f2fs reaches
    to the limit, it will drop all the inmemory pages.
    Signed-off-by: NJaegeuk Kim <jaegeuk@kernel.org>
    57864ae5
f2fs.h 94.4 KB