[f2fs-dev] [PATCH 3/3] mkfs.f2fs: remove android features for RO

2021-06-12 Thread Jaegeuk Kim
We don't need to enable all android features for RO. Signed-off-by: Jaegeuk Kim --- mkfs/f2fs_format_main.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/mkfs/f2fs_format_main.c b/mkfs/f2fs_format_main.c index 03eb748170ad..031244d5d67a 100644 --- a/mkfs/f2fs_forma

[f2fs-dev] [PATCH 1/3] dump.f2fs: add -M to get block map

2021-06-12 Thread Jaegeuk Kim
Signed-off-by: Jaegeuk Kim --- fsck/dump.c | 38 +- fsck/main.c | 6 +- man/dump.f2fs.8 | 7 +++ 3 files changed, 49 insertions(+), 2 deletions(-) diff --git a/fsck/dump.c b/fsck/dump.c index 042a2e52edca..e25c70af84ed 100644 --- a/fsck/dump.

[f2fs-dev] [PATCH 2/3] fsck.f2fs: add -M to get file map

2021-06-12 Thread Jaegeuk Kim
This option shows all the file names in the disk. Signed-off-by: Jaegeuk Kim --- fsck/dump.c | 18 +++-- fsck/fsck.c | 64 +-- fsck/fsck.h | 15 --- fsck/main.c | 9 +-- fsck/mount.c | 3 +++ include/f