summaryrefslogtreecommitdiffstats
path: root/fastboot/fs.cpp
Commit message (Expand)AuthorAgeFilesLines
* make_f2fs: use -g android by defaultJaegeuk Kim2018-11-221-7/+2
* fastboot: Use _WIN32 instead of WIN32.David Anderson2018-08-231-2/+2
* Merge "Refactor libfastboot"Chris Fries2018-07-201-1/+0
|\
| * Refactor libfastbootAaron Wisner2018-07-191-1/+0
* | Merge "fastboot, fs_mgr: set fsverity feature bit" into pi-devJaegeuk Kim2018-04-101-0/+2
|\ \ | |/ |/|
| * fastboot, fs_mgr: set fsverity feature bitJaegeuk Kim2018-04-061-0/+2
* | Fix Darwin build.Elliott Hughes2018-04-101-0/+1
|/
* fastboot: support make_f2fs and sload_f2fs for win32Jaegeuk Kim2017-12-061-6/+0
* fastboot/fs_mgr/init: add sload_f2fsJaegeuk Kim2017-12-061-22/+24
* fastboot: fix build breakJin Qian2017-12-051-1/+1
* fastboot: pass environment variables to exec_e2fs_cmdJin Qian2017-12-051-12/+21
* Mark more win32 parameters as unusedDan Willemsen2017-11-301-0/+1
* Merge "Fix / suppress new unused warnings for mingw+clang"Dan Willemsen2017-11-301-1/+1
|\
| * Fix / suppress new unused warnings for mingw+clangDan Willemsen2017-11-291-1/+1
* | fastboot: make_f2fs call by linux/darwinJaegeuk Kim2017-11-151-6/+7
|/
* fastboot: support f2fs formatJaegeuk Kim2017-11-111-8/+22
* Merge "fastboot: handle small flash block sizes correctly"Connor O'Brien2017-11-031-0/+2
|\
| * fastboot: handle small flash block sizes correctlyConnor O'Brien2017-11-021-0/+2
* | fastboot: remove reference of deprecated make_ext4 codeJin Qian2017-11-021-1/+0
|/
* fastboot: call mke2fs to format ext4 filesystem on windowsJin Qian2017-08-011-14/+46
* fastboot: enable uninit_bg for ext4Jin Qian2017-07-311-0/+2
* fastboot: call mke2fs tools to generate ext4 imageJin Qian2017-07-211-0/+86
* fastboot: use filename instead of fd to generate filesystem imageJin Qian2017-05-311-6/+20
* Fastboot: use flash erase & logical block size for building userdataConnor O'Brien2017-02-081-7/+11
* Update the header path for ext4_utils.Tao Bao2016-10-091-1/+1
* Add --wipe-and-use-fbe option to fastboot for FBE userdata marker.Paul Crowley2015-12-031-9/+19
* Clarify and fix the intent of the partition-type checking code.Elliott Hughes2015-11-021-2/+2
* Use 64-bit file sizes in fastboot.Elliott Hughes2015-08-251-18/+7
* Move fastboot to C++.Elliott Hughes2015-06-231-0/+65