commit | 408e9375610cca6d54e9c654cbe05a647687e12e | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Thu Jan 03 17:55:52 2013 +0900 |
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Thu Jan 10 07:42:59 2013 +0900 |
tree | 8bee0c5d2c8579721e81ba3d5689837a3d12be46 | |
parent | c335a86930b4841c11df12e1fdfd8345e0ebce84 [diff] |
f2fs: revisit the f2fs_gc flow I'd like to revisit the f2fs_gc flow and rewrite as follows. 1. In practical, the nGC parameter of f2fs_gc is meaningless. So, let's remove it. 2. Background GC marks victim blocks as dirty one at a time. 3. Foreground GC should do cleaning job until acquiring enough free sections. Afterwards, it needs to do checkpoint. Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>