mkfs.f2fs: ZBC device support
authorJaegeuk Kim <jaegeuk@kernel.org>
Fri, 27 May 2016 21:20:43 +0000 (14:20 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 8 Jun 2016 17:10:38 +0000 (10:10 -0700)
commit74673eb7e6f223ce4023494b48915aa4371b3ef4
tree3d59848bf806094fcf80ce8b6e940a51391a0410
parent4f105bbaba07a90f2bed1e87dbe961c4252366e4
mkfs.f2fs: ZBC device support

This patch adds "-m" option to configure ZBC device.

This is to support host-managed SMR device and configure some major features
and on-disk layout in f2fs.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
include/f2fs_fs.h
lib/Makefile.am
lib/libf2fs.c
lib/zbc.c [new file with mode: 0644]
lib/zbc.h [new file with mode: 0644]
mkfs/f2fs_format.c
mkfs/f2fs_format_main.c