]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - Documentation/filesystems/f2fs.txt
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)
commit97c1794a5dc160164aa7f161310da15c34d62641
tree0fefd7fa4a372648797f3097e86111d696212291
parent5d2b42ede71c9da0bf4248fd2d409918fb065b5f
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