OSDN Git Service

Redesign make_ext4fs to incrementally generate ext4 images
authorMohamad Ayyash <mkayyash@google.com>
Sat, 13 Feb 2016 05:40:52 +0000 (21:40 -0800)
committerMohamad Ayyash <mkayyash@google.com>
Fri, 19 Feb 2016 04:41:56 +0000 (20:41 -0800)
commit3d960843a2260a98c8df5cc39ca0dbf3d675f1a2
tree46028410b72a16e0810438ebf0f64619631597f6
parent2b2efb53fa6b0f8cb3e41d13c665d88181a5cd4e
Redesign make_ext4fs to incrementally generate ext4 images

Allows passing a blk mapping file through -Z which preserves the
location of those mapping in existing files

Internal Design Doc: go/incremental-ext4
BUG: 26839493
Change-Id: I447873bf65ae66dab9923e5a11c497f0722750df
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