OSDN Git Service

Redesign make_ext4fs to incrementally generate ext4 images
authorMohamad Ayyash <mkayyash@google.com>
Sat, 20 Feb 2016 03:46:00 +0000 (03:46 +0000)
committerMohamad Ayyash <mkayyash@google.com>
Tue, 23 Feb 2016 22:53:47 +0000 (22:53 +0000)
commit9579198cd7d5b88b3508f1b00ddd77bd8da60682
tree8a2de266a9e6beb821d74c9a3fee1c770d517dfb
parent18785a86a30135ac65b88db9886bfc22d6608849
Redesign make_ext4fs to incrementally generate ext4 images

Allows passing a base fs mapping file through -d which preserves the
location of those mapping in existing files

Internal Design Doc: go/incremental-ext4
BUG: 26839493
Change-Id: I05e296693429d39466d257d1d0a3daf00510dc26
Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
ext4_utils/allocate.c
ext4_utils/allocate.h
ext4_utils/ext4_utils.c
ext4_utils/ext4_utils.h
ext4_utils/extent.c
ext4_utils/make_ext4fs.c
ext4_utils/make_ext4fs_main.c
ext4_utils/mkuserimg.sh