OSDN Git Service

add option to make_ext4fs to record blocks for each file
authorDoug Zongker <dougz@google.com>
Tue, 12 Aug 2014 18:35:37 +0000 (11:35 -0700)
committerDoug Zongker <dougz@google.com>
Tue, 12 Aug 2014 23:05:53 +0000 (16:05 -0700)
commitbec598e982301bf2714d37b14e312c9845c7cc0c
tree975b689f83d24cad7dba7f29d5439f5bd9c85a11
parent3776fefb4b35a46f8298821b1914e7e695e7219a
add option to make_ext4fs to record blocks for each file

Add the -B option to make_ext4fs, which causes it to record the block
ranges used for each (regular) file in the image.  We can use this
information to construct more efficient block-based incremental OTAs.

Bug: 16984795
Change-Id: I2a5325bb89948f63c76e93fdfa84c51f9b050104
ext4_utils/allocate.c
ext4_utils/allocate.h
ext4_utils/contents.c
ext4_utils/contents.h
ext4_utils/ext4_utils.h
ext4_utils/extent.c
ext4_utils/extent.h
ext4_utils/make_ext4fs.c
ext4_utils/make_ext4fs_main.c
ext4_utils/mkuserimg.sh