Re: [PATCH 5/6] f2fs: enable inline_dentry by default

2016-08-25 Thread Chao Yu
Hi Jaegeuk, On 2016/8/24 0:57, Jaegeuk Kim wrote: > Hi Chao, > > On Mon, Aug 22, 2016 at 09:49:13AM +0800, Chao Yu wrote: >> Hi Jaegeuk, >> >> On 2016/5/10 7:04, Jaegeuk Kim wrote: >>> On Mon, May 09, 2016 at 07:56:34PM +0800, Chao Yu wrote: Make inline_dentry as default mount option to impr

Re: [PATCH 5/6] f2fs: enable inline_dentry by default

2016-08-23 Thread Jaegeuk Kim
Hi Chao, On Mon, Aug 22, 2016 at 09:49:13AM +0800, Chao Yu wrote: > Hi Jaegeuk, > > On 2016/5/10 7:04, Jaegeuk Kim wrote: > > On Mon, May 09, 2016 at 07:56:34PM +0800, Chao Yu wrote: > >> Make inline_dentry as default mount option to improve space usage and > >> IO performance in scenario of nume

Re: [PATCH 5/6] f2fs: enable inline_dentry by default

2016-08-21 Thread Chao Yu
Hi Jaegeuk, On 2016/5/10 7:04, Jaegeuk Kim wrote: > On Mon, May 09, 2016 at 07:56:34PM +0800, Chao Yu wrote: >> Make inline_dentry as default mount option to improve space usage and >> IO performance in scenario of numerous small directory. > > Hmm, I've not much tested this so far. > Let me take

Re: [PATCH 5/6] f2fs: enable inline_dentry by default

2016-05-09 Thread Jaegeuk Kim
On Mon, May 09, 2016 at 07:56:34PM +0800, Chao Yu wrote: > Make inline_dentry as default mount option to improve space usage and > IO performance in scenario of numerous small directory. Hmm, I've not much tested this so far. Let me take time to consider this for a while. Thanks, > > Signed-off

[PATCH 5/6] f2fs: enable inline_dentry by default

2016-05-09 Thread Chao Yu
Make inline_dentry as default mount option to improve space usage and IO performance in scenario of numerous small directory. Signed-off-by: Chao Yu --- fs/f2fs/super.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c index 28c8992..4a4f4bd 100644 --- a/fs/f2