History log of /system/core/fastboot/fs.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8f7f56e25b2f289cd3d025d717fdc7fa422d1f98 27-Nov-2015 Paul Crowley <paulcrowley@google.com> Add --wipe-and-use-fbe option to fastboot for FBE userdata marker.

With this option, userdata is wiped and recreated with the
"convert_fbe" file in the root, which triggers conversion to FBE.

Bug: 25898323
Change-Id: I9347b7057b6278e7e6437504896b22c82dd01d89
/system/core/fastboot/fs.h
8ab9a32323cee1f23c5ccbfeabd2cb2253f693d2 02-Nov-2015 Elliott Hughes <enh@google.com> Clarify and fix the intent of the partition-type checking code.

Change-Id: I202dab4ee91208b632bc2086d1e5c387a4c29edd
/system/core/fastboot/fs.h
fc79767fc26d8782403e7b1afa7b93d518a86b19 08-Apr-2015 Elliott Hughes <enh@google.com> Use 64-bit file sizes in fastboot.

Bug: 20110580
Change-Id: I5d3718103ff581ff3b5241c8b0e52b585b4f37e5
/system/core/fastboot/fs.h
253c18d2fbab6c16886af8bdfd528df3ebf82b93 19-Mar-2015 Elliott Hughes <enh@google.com> Prepare for switching to libziparchive.

Bug: 19765860
Change-Id: I58249d28fbc4975428d0dcac5107d1994c35676c
/system/core/fastboot/fs.h
c335a3500c0ea2057be74a686b14f427058ce75c 08-Jul-2014 Markus Mayer <code@mmayer.net> Fix typo in fs.h

fs.h defined _FH_H_ rather than _FS_H_

Change-Id: I710ef53e88d3601e486fde9957f6d022871d9602
Signed-off-by: Markus Mayer <code@mmayer.net>
/system/core/fastboot/fs.h
7e85974fc2fc48a0cea7bb9bafcfcda863138eb6 07-May-2014 JP Abgrall <jpa@google.com> fastboot: support for overriding format fs-type and size

This changes allows overriding the fs-type and size that
are normally returned by the booloader.

This is in preparation for supporting other FSes.

Change-Id: I8d141a0d4d14df9fe84d3b131484e9696fcd8870
Signed-off-by: JP Abgrall <jpa@google.com>
/system/core/fastboot/fs.h
e6f3e9bd2656fe132f829ed035fdea0cb111369d 12-Mar-2014 Dmitry Grinberg <dmitrygr@google.com> fastboot: allow format on devices with small buffers

Formatting large partitions on devices with small transfer buffers did
not work before since format used a strange path through the code to
send data. It now uses the normal path. Also cleaned up a bit. FS
code now lives in a separate file and the custom path for format is
gone.

Change-Id: If4e01cabc2e250b7c02ca7ce8c268e51d49e1529
/system/core/fastboot/fs.h