diff options
author | Chao Yu <yuchao0@huawei.com> | 2016-08-29 15:58:34 (GMT) |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2016-09-08 00:27:38 (GMT) |
commit | 275b66b09e85cf0520dc610dd89706952751a473 (patch) | |
tree | 9fc6b695893ea53d227b874cff443c766e56800d /lib/build_OID_registry | |
parent | 167451efb53c7999fb72591c46f29de09cd8f8b0 (diff) | |
download | linux-275b66b09e85cf0520dc610dd89706952751a473.tar.xz |
f2fs: support async discard
Like most filesystems, f2fs will issue discard command synchronously, so
when user trigger fstrim through ioctl, multiple discard commands will be
issued serially with sync mode, which makes poor performance.
In this patch we try to support async discard, so that all discard
commands can be issued and be waited for endio in batch to improve
performance.
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'lib/build_OID_registry')
0 files changed, 0 insertions, 0 deletions