third_party_f2fs-tools/tools
Daeho Jeong 49159df049 f2fs-tools: change fiemap print out format
Given fiemap way to print out extents in the kernel, we can correctly
print the layout of each file in a unit of extent, not block. So, I
changed fiemap print out way like below.

Fiemap: offset = 0 len = 60
	logical addr.    physical addr.   length           flags
0	0000000000000000 00000020032df000 0000000000004000 00001008
1	0000000000004000 00000020032e0000 0000000000004000 00001008
2	0000000000008000 00000020032e1000 0000000000004000 00001008
3	000000000000c000 00000020032e2000 0000000000004000 00001008

Signed-off-by: Daeho Jeong <daehojeong@google.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2021-08-23 11:42:56 -07:00
..
f2fs_io f2fs-tools: change fiemap print out format 2021-08-23 11:42:56 -07:00
sg_write_buffer sg_write_buffer: fix sg_write_buffer build outside the source dir 2020-01-14 07:41:05 -08:00
f2fs_io_parse.c f2fs-tools: fix a few spelling errors in f2fs-tools 2020-12-07 09:25:14 -08:00
f2fscrypt.8 f2fs-tools: fix a few spelling errors in f2fs-tools 2020-12-07 09:25:14 -08:00
f2fscrypt.c lib: fix include path for uuid.h 2020-06-18 12:34:03 -07:00
f2fstat.c f2fs-tools: Fix various compilation warnings 2019-03-23 18:59:24 +09:00
fibmap.c tools/fibmap: fix build error 2019-10-22 09:33:13 -07:00
Makefile.am lib: use ${libuuid_LIBS} instead of -luuid everywhere 2020-06-18 12:34:23 -07:00
sha512.c f2fscrypt: add a tool for encryption management in the f2fs filesystem 2017-03-16 08:15:37 +08:00