[f2fs-dev] [PATCH 1/2] f2fstat: show cp count calling f2fs

2014-02-12 Thread Changman Lee
This patch is to inform how many checkpoint is called. Signed-off-by: Changman Lee --- tools/f2fstat.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tools/f2fstat.c b/tools/f2fstat.c index 8ece660..73ad457 100644 --- a/tools/f2fstat.c +++ b/tools/f2fstat.c @@

[f2fs-dev] [PATCH 2/2] f2fstat: add nat caches and free nids

2014-02-12 Thread Changman Lee
This patch shows nat caches and free nids using f2fs. Signed-off-by: Changman Lee --- tools/f2fstat.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tools/f2fstat.c b/tools/f2fstat.c index 73ad457..c9c1d30 100644 --- a/tools/f2fstat.c +++ b/tools/f2fstat.c @@ -97

[f2fs-dev] [PATCH] f2fs: show counts of checkpoint in status

2014-02-12 Thread Changman Lee
This patch shows the counts of checkpoint in f2fs' status. Signed-off-by: Changman Lee --- fs/f2fs/checkpoint.c |1 + fs/f2fs/debug.c |1 + fs/f2fs/f2fs.h |4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/fs/f2fs/checkpoint.c b/fs/f2fs/checkpoint.c ind