mkfs: Initial commit for patch v2 series
authorJaegeuk Kim <jaegeuk.kim@gmail.com>
Fri, 26 Oct 2012 12:56:34 +0000 (21:56 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Mon, 26 Nov 2012 10:45:59 +0000 (19:45 +0900)
commit036d45e551ca5405c726f8ccb51f446620cd4af4
treeb106ab8524412eac1a060f6761fb4e797eb9a6cc
mkfs: Initial commit for patch v2 series

This is same as f2fs-tools-1.1.0.tar.gz, and for patch v2 in kernel.

Signed-off-by: Jaegeuk Kim <jaegeuk.kim@gmail.com>
14 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
configure.ac [new file with mode: 0644]
m4/.gitignore [new file with mode: 0644]
man/Makefile.am [new file with mode: 0644]
man/mkfs.f2fs.8 [new file with mode: 0644]
mkfs/Makefile.am [new file with mode: 0644]
mkfs/f2fs_format.c [new file with mode: 0644]
mkfs/f2fs_format.h [new file with mode: 0644]