BACKPORT: f2fs: introduce sysfs atomic write statistics
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.
Bug: 298879042
Change-Id: I719ac3e4807eeae29da34f37386917c99fc187ca
Signed-off-by:
Daeho Jeong <daehojeong@google.com>
Signed-off-by:
Jaegeuk Kim <jaegeuk@kernel.org>
(cherry picked from commit 637ed34c)
Signed-off-by:
zhoudan8 <zhoudan8@xiaomi.com>
Loading
Please sign in to comment