History log of /external/f2fs-tools/mkfs/f2fs_format_utils.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
de7e07e011004a0264e27d7134ee32cbcd9695ec 02-Nov-2016 Jaegeuk Kim <jaegeuk@kernel.org> f2fs-tools: support multiple devices

This patch adds an option to specify multiple devices for an f2fs instance.

Up to 7 devices in addition to the default device can be added.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
/external/f2fs-tools/mkfs/f2fs_format_utils.h
6e7c503a8048b700b4d252e41db2d4dd144ae3c8 18-Oct-2016 Jaegeuk Kim <jaegeuk@kernel.org> mkfs.f2fs: fix the discarding size for block device

This patch fixes wrong discarding size.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
/external/f2fs-tools/mkfs/f2fs_format_utils.h
3ffc5a8f3ea0a70e247d1b1b222ad27f20716bdd 17-Sep-2016 Jaegeuk Kim <jaegeuk@kernel.org> f2fs-tools: use shorter config variable name

This patch has no functional change.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
/external/f2fs-tools/mkfs/f2fs_format_utils.h
932d596a86f35b1e52110570e1b0c6e7f031cb6f 02-Sep-2016 Jaegeuk Kim <jaegeuk@kernel.org> mkfs: get fd for f2fs_trim_device

This patch is to get a parameter for fd in f2fs_trim_device.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
/external/f2fs-tools/mkfs/f2fs_format_utils.h
0575dd1c56ef731662687fa5b7817335b14c69ee 13-Jun-2014 Jaegeuk Kim <jaegeuk@kernel.org> libf2fs, fsck, mkfs: call f2fs_finalize_device before exit

The fsck tool should call f2fs_finalize_device before exit to close the device
file.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
/external/f2fs-tools/mkfs/f2fs_format_utils.h
e35b8afb34822ccc0835b453c7a3417bc0825569 06-Apr-2014 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs-tools: announce dual licenses with GPL and LGPL v2

This patch announces LGPL v2 for the following files.
- include/f2fs_fs.h
- lib/libf2fs.c
- lib/libf2fs_io.c
- mkfs/f2fs_format.c
- mkfs/f2fs_format_main.c
- mkfs/f2fs_format_utils.c
- mkfs/f2fs_format_utils.h

Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
/external/f2fs-tools/mkfs/f2fs_format_utils.h
af3c6803bd3db784531ff5675c539eef4bae1a15 06-Feb-2014 JP Abgrall <jpa@google.com> split up mkfs format into main and just the format code.

This will allow using the format code as a library.

Signed-off-by: JP Abgrall <jpa@google.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
/external/f2fs-tools/mkfs/f2fs_format_utils.h
437dbf67730d2765c4dfc8539b07258e1ca3966f 11-Jan-2014 JP Abgrall <jpa@google.com> mkfs: completely abstract the dev IO during format

This change allows for f2fs_format to work on a non-standard device (e.g.
sparse-memory backed file).
Removes direct access to config.fd from within f2fs_format.c.

Now, f2fs_format_device() can be made to work against any device by
providing
f2fs_finalize_device()
f2fs_trim_device()
and the lib2fs.c functions
ASCIIToUNICODE
dev_write
f2fs_cal_crc32
f2fs_set_bit
log_base_2

This will allow Android's fastboot to use f2fs against a libsparse.

Signed-off-by: JP Abgrall <jpa@google.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
/external/f2fs-tools/mkfs/f2fs_format_utils.h