commit | ba48a33ef6faa573257b2a4181329f2d1eaafed9 | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Sat Apr 15 14:09:37 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Apr 19 11:00:42 2017 -0700 |
tree | 7aaa4bfc9a90eaa0e57b532b590cbd196f9ec0da | |
parent | 46f84c2c058784f42f2d021df79384ec66cdb256 [diff] |
f2fs: in prior to issue big discard Keep issuing big size discard in prior instead of the one with random size, so that we expect that it will help to: - be quick to recycle unused large space in flash storage device. - give a chance for a) wait to merge small piece discards into bigger one, or b) avoid issuing discards while they have being reallocated by SSR. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>