Searched hist:f8e2f32bcde5945e8f8dbb8714178c24d221366b (Results 1 – 1 of 1) sorted by relevance
/linux/fs/f2fs/ |
H A D | super.c | diff f8e2f32bcde5945e8f8dbb8714178c24d221366b Tue Jul 19 01:02:48 CEST 2022 Daeho Jeong <daehojeong@google.com> 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.
Signed-off-by: Daeho Jeong <daehojeong@google.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|