commit | d3be08825e9f5ebe8e9bf9da9a9b77cefd9b525d | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Dec 08 16:05:09 2015 -0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Apr 18 21:11:26 2016 -0400 |
tree | 55410eaa2e668dbce8696ce45b1f5ce31e2f4936 | |
parent | 0e14e39d389bd01ff5419e8a1c1f0cc36cd170bd [diff] |
resize.f2fs: support to expand partition size Now user can expand existing partition with resize.f2fs. Currently, it doesn't support shrink an image. For example, # resize.f2fs -t [# of sectors] [image] Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>