third_party_f2fs-tools/tools
Daeho Jeong 4f5e79faa8 f2fs-tools: change fiemap print out format
commit 49159df049
category: bugfix
issue: #I6VAS0
CVE: NA

Signed-off-by: DongSenhao <dongsenhao2@huawei.com>
---------------------------------------

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>
Signed-off-by: dongsenhao <dongsenhao2@huawei.com>
2023-04-13 14:13:46 +08:00
..
f2fs_io f2fs-tools: change fiemap print out format 2023-04-13 14:13:46 +08:00
sg_write_buffer Build successful,add one config.h and four BUILD.gn, modify seven files to relsove macro redefined,.Delete two Android.bp files.Add OAT related files,OAT.xml,README.OpenSource and README.md. 2021-12-15 10:45:47 +08:00
BUILD.gn f2fs_tools部件化 2022-08-23 10:40:59 +08:00
f2fs_io_parse.c f2fs-tools: fix a few spelling errors in f2fs-tools 2023-04-13 14:13:44 +08:00
f2fscrypt.8 f2fs-tools: fix a few spelling errors in f2fs-tools 2023-04-13 14:13:44 +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