• Daeho Jeong's avatar
    f2fs: introduce sysfs atomic write statistics · f8e2f32b
    Daeho Jeong authored
    introduce the below 4 new sysfs node for atomic write statistics.
    - current_atomic_write: the total current atomic write block count,
                            which is not committed yet.
    - peak_atomic_write: the peak value of total current atomic write block
                         count after boot.
    - committed_atomic_block: the accumulated total committed atomic write
                              block count after boot.
    - revoked_atomic_block: the accumulated total revoked atomic write block
                            count after boot.
    Signed-off-by: default avatarDaeho Jeong <daehojeong@google.com>
    Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
    f8e2f32b
sysfs-fs-f2fs 24.1 KB