diff options
author | Jaegeuk Kim <jaegeuk@kernel.org> | 2016-05-07 00:30:38 +0200 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2016-05-07 19:44:55 +0200 |
commit | e12dd7bd874cb1c8658d5e8c1eab5f91a71939dc (patch) | |
tree | 8c76421e5fdc95531c0019bfb1760cc47aa1a965 /fs/f2fs/node.c | |
parent | f2fs: fix inode cache leak (diff) | |
download | linux-e12dd7bd874cb1c8658d5e8c1eab5f91a71939dc.tar.xz linux-e12dd7bd874cb1c8658d5e8c1eab5f91a71939dc.zip |
f2fs: fallocate data blocks in single locked node page
This patch is to improve the expand_inode speed in fallocate by allocating
data blocks as many as possible in single locked node page.
In SSD,
# time fallocate -l 500G $MNT/testfile
Before : 1m 33.410 s
After : 24.758 s
Reported-by: Stephen Bates <stephen.bates@microsemi.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/node.c')
0 files changed, 0 insertions, 0 deletions