]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: enable inline_dentry by default and add noinline_dentry option
authorChao Yu <yuchao0@huawei.com>
Mon, 9 May 2016 11:56:34 +0000 (19:56 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 30 Aug 2016 01:31:17 +0000 (18:31 -0700)
commite30ae24ea2b3d938a95658dcef584161e595f906
tree0fefd7fa4a372648797f3097e86111d696212291
parenta58e00e59311ecc32cf1edf33c3f7d15ca866401
f2fs: enable inline_dentry by default and add noinline_dentry option

Make inline_dentry as default mount option to improve space usage and
IO performance in scenario of numerous small directory.
It adds noinline_dentry mount option, instead.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Documentation/filesystems/f2fs.txt
fs/f2fs/super.c