aboutsummaryrefslogtreecommitdiffstats
path: root/roots.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move install to separate modulexunchang2019-03-291-287/+0
* Remove the extern declaration of `sehandle` from roots.cpp.Tao Bao2019-03-271-2/+0
* Add android::fs_mgr namespace for new Fstab codeTom Cherry2019-01-311-4/+5
* Use dynamically linked f2fs executables.Tao Bao2018-12-201-19/+13
* Clean up the arg setup for exec(3).Tao Bao2018-12-201-7/+3
* roots.cpp: convert to C++ FstabYifan Hong2018-12-181-48/+44
* Move parts of roots.cpp to libfs_mgrYifan Hong2018-12-181-124/+7
* Merge "SYSTEM_ROOT -> get_system_root"Yifan Hong2018-11-301-0/+9
|\
| * SYSTEM_ROOT -> get_system_rootYifan Hong2018-11-271-0/+9
* | Update for long long -> off64_t for fstab.lengthTom Cherry2018-11-291-1/+2
* | make_f2fs: use -g android by defaultJaegeuk Kim2018-11-211-6/+1
|/
* recovery: Fix mounting /system with dynamic partitions.David Anderson2018-10-301-0/+25
* support mounting f2fs in recovery modeLianjun Huang2018-09-031-1/+1
* Merge "e2fsdroid and mke2fs are dynamic executable in recovery partition"Jiyong Park2018-06-201-8/+2
|\
| * e2fsdroid and mke2fs are dynamic executable in recovery partitionJiyong Park2018-06-201-8/+2
* | Merge "Merge libmounts into libotautil." am: 686353215fandroid-build-prod (mdb)2018-04-281-1/+1
|\|
| * Merge libmounts into libotautil.Tao Bao2018-04-271-1/+1
| * mkfs.f2fs: specify sector size for target image sizeJaegeuk Kim2018-04-041-5/+20
* | recovery: enable fsverity feature bitJaegeuk Kim2018-04-061-0/+1
* | mkfs.f2fs: specify sector size for target image sizeJaegeuk Kim2018-04-041-5/+20
|/
* Replace vfork() with fork().George Burgess IV2018-02-221-1/+1
* add sload.f2fs for recovery formatJaegeuk Kim2017-12-041-6/+13
* Merge "root: Fix an issue when volume length from fs_mgr is negative."Treehugger Robot2017-11-201-4/+7
|\
| * root: Fix an issue when volume length from fs_mgr is negative.Jin Qian2017-11-181-4/+7
* | recovery: format f2fs with encrypt/quotaJaegeuk Kim2017-11-131-1/+3
|/
* roots: Fix an issue with volume_for_path().Tao Bao2017-10-021-1/+5
* roots: Remove #include "common.h".Tao Bao2017-09-291-2/+2
* Merge "Integer overflow observed while formatting volume"Treehugger Robot2017-09-291-5/+12
|\
| * Integer overflow observed while formatting volumeAbhishek Arpure2017-09-111-5/+12
* | roots: volume_for_path() parses and tries prefixes.Tao Bao2017-09-271-1/+20
|/
* roots.cpp: Clean up format_volume().Tao Bao2017-07-251-129/+121
* recovery: handle security footer before passing size to mke2fsJin Qian2017-07-251-11/+28
* roots.cpp: Reformatting the file.Tao Bao2017-07-241-101/+93
* Remove the obsolete reference to /file_contexts.Tao Bao2017-07-221-3/+1
* recovery: replace make_ext4 with e2fsprogsJin Qian2017-07-201-6/+56
* recovery: Skip "/" in setup_install_mounts().Tao Bao2017-05-101-19/+22
* recovery: update mkfs.f2fs args to match f2fs-tools 1.8.0Jin Qian2017-05-051-3/+3
* recovery: switch to fs_mgr_read_fstab_default()Bowgo Tsai2017-03-291-2/+2
* recovery: replacing fs_mgr_read_fstab() with new fs_mgr APIsBowgo Tsai2017-03-101-1/+1
* Replace _exit(-1) with _exit(EXIT_FAILURE).Tao Bao2017-02-031-1/+1
* Use flash erase & logical block size for userdata wipeConnor O'Brien2017-01-241-1/+6
* Update the header path for ext4_utils.Tao Bao2016-10-091-3/+3
* Switch recovery to libbase loggingTianjie Xu2016-09-011-26/+31
* Merge "Format formattable partitions if mount fails"Johan Harvyl2016-08-151-1/+14
|\
| * Format formattable partitions if mount failsJohan Harvyl2016-08-121-1/+14
* | resolve merge conflicts of 179c0d8 to stage-aosp-masterElliott Hughes2016-06-151-54/+13
|\|
| * Remove obsolete MTD support.Elliott Hughes2016-06-101-54/+13
* | Create convert_fbe breadcrumb file to support conversion to FBEPaul Lawrence2015-11-131-2/+6
|/
* recovery: Allow "Mount /system" for system_root_image.Tao Bao2015-07-301-8/+18
* recovery: Switch applypatch/ and updater/ to cpp.Tao Bao2015-07-131-2/+0