[f2fs-dev] [PATCH] f2fs-tools: add debug message for checking xattr

2013-08-07 Thread Changman Lee
This patch adds debug message to confirm xattr block is checked. Signed-off-by: Changman Lee --- fsck/fsck.c |5 +++-- fsck/fsck.h |2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/fsck/fsck.c b/fsck/fsck.c index 2a4d064..6a5f659 100644 --- a/fsck/fsck.c +++ b/fsck/fs

Re: [f2fs-dev] [PATCH] f2fs: fix a deadlock in fsync

2013-08-07 Thread Jaegeuk Kim
Hi Jin, 2013-08-07 (수), 12:23 +0800, Jim Xu: > Hi Kim, > > The patch sounds good to me. > > BTW, as in the deadlock situation I noticed, I did not find any thread was > doing checkpoint at that moment. The bdi writeback thread and the fsync user > thread was not. Neither was the background f2f

Re: [f2fs-dev] [RFC 0/5] Enable f2fs support inline data

2013-08-07 Thread Jaegeuk Kim
Hi Huajun, Sorry for the long delay. I've been too busy to catch up this new big feature. Anyway, do you guys still design or focus on this issue? Nowadays, I can afford to dive into this issue. So, if you have done any progress so far, can you share it with me? Otherwise, I'd like to start to de

[f2fs-dev] [PATCH] f2fs-tools: add stat information into fibmap

2013-08-07 Thread Changman Lee
This patch shows stat information about a file with fragmented state. Signed-off-by: Changman Lee --- fsck/fibmap.c | 16 1 file changed, 16 insertions(+) diff --git a/fsck/fibmap.c b/fsck/fibmap.c index 8726d3d..0ced7ca 100644 --- a/fsck/fibmap.c +++ b/fsck/fibmap.c @@ -26,6