resize.f2fs: support to expand partition size
authorJaegeuk Kim <jaegeuk@kernel.org>
Wed, 9 Dec 2015 00:05:09 +0000 (16:05 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 19 Apr 2016 01:11:26 +0000 (21:11 -0400)
commitd3be08825e9f5ebe8e9bf9da9a9b77cefd9b525d
tree55410eaa2e668dbce8696ce45b1f5ce31e2f4936
parent0e14e39d389bd01ff5419e8a1c1f0cc36cd170bd
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>
12 files changed:
fsck/Makefile.am
fsck/f2fs.h
fsck/fsck.h
fsck/main.c
fsck/resize.c [new file with mode: 0644]
include/f2fs_fs.h
man/Makefile.am
man/defrag.f2fs.8
man/dump.f2fs.8
man/fsck.f2fs.8
man/mkfs.f2fs.8
man/resize.f2fs.8 [new file with mode: 0644]