Re: [f2fs-dev] [PATCH 3/5] f2fs: control the memory footprint used by ino entries

2014-11-09 Thread Changman Lee
On Sat, Nov 08, 2014 at 11:36:07PM -0800, Jaegeuk Kim wrote: This patch adds to control the memory footprint used by ino entries. This will conduct best effort, not strictly. Signed-off-by: Jaegeuk Kim jaeg...@kernel.org --- fs/f2fs/node.c| 28 ++--

[f2fs-dev] Don't merge not sended patches

2014-11-09 Thread Changman Lee
Hi Jaegeuk, I've found new 2 patches when I pull f2fs-tools. The patches didn't show in mailing list. I think although patches is very trivial, it should be reported through our mailing list. Thanks, Changman --

Re: [f2fs-dev] Don't merge not sended patches

2014-11-09 Thread Jaegeuk Kim
Ya, I'll do as much as possible. I missed sending patches sometimes. But, here we have been facing with a problem that there have been no reviewers and no comments on f2fs-tools for a long time. Check the commit history. At least, thus, I hope we need to focus on activation of this mailing list

Re: [f2fs-dev] [PATCH 3/5] f2fs: control the memory footprint used by ino entries

2014-11-09 Thread Jaegeuk Kim
On Mon, Nov 10, 2014 at 12:28:34PM +0900, Changman Lee wrote: On Sat, Nov 08, 2014 at 11:36:07PM -0800, Jaegeuk Kim wrote: This patch adds to control the memory footprint used by ino entries. This will conduct best effort, not strictly. Signed-off-by: Jaegeuk Kim jaeg...@kernel.org ---

[f2fs-dev] [PATCH] f2fs: implement -o dirsync

2014-11-09 Thread Jaegeuk Kim
If a mount option has dirsync, we should call checkpoint for all the directory operations. Signed-off-by: Jaegeuk Kim jaeg...@kernel.org --- fs/f2fs/namei.c | 24 1 file changed, 24 insertions(+) diff --git a/fs/f2fs/namei.c b/fs/f2fs/namei.c index 6312dd2..db3ee09

Re: [f2fs-dev] Don't merge not sended patches

2014-11-09 Thread JP Abgrall
I agree. Next time, I'll remember to send the patches to this list. On Mon, Nov 10, 2014 at 01:12:44PM +0900, Changman Lee wrote: Hi Jaegeuk, I've found new 2 patches when I pull f2fs-tools. The patches didn't show in mailing list. I think although patches is very trivial, it should be

Re: [f2fs-dev] [PATCH 4/5] f2fs: write node pages if checkpoint is not doing

2014-11-09 Thread Changman Lee
On Sat, Nov 08, 2014 at 11:36:08PM -0800, Jaegeuk Kim wrote: It needs to write node pages if checkpoint is not doing in order to avoid memory pressure. Signed-off-by: Jaegeuk Kim jaeg...@kernel.org --- fs/f2fs/node.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff

Re: [f2fs-dev] [PATCH] f2fs: implement -o dirsync

2014-11-09 Thread Changman Lee
On Sun, Nov 09, 2014 at 10:24:22PM -0800, Jaegeuk Kim wrote: If a mount option has dirsync, we should call checkpoint for all the directory operations. Signed-off-by: Jaegeuk Kim jaeg...@kernel.org --- fs/f2fs/namei.c | 24 1 file changed, 24 insertions(+) diff