Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
9fa43507ef37b0a907e14cd4e94a70083a21af2c
/
roots.cpp
1c1737b
Merge "Merge libmounts into libotautil." am: 686353215f am: cddf5dbf67
by android-build-prod (mdb)
· 7 years ago
9a319f0
Merge libmounts into libotautil.
by Tao Bao
· 7 years ago
2e5dc84
recovery: enable fsverity feature bit
by Jaegeuk Kim
· 7 years ago
4358262
mkfs.f2fs: specify sector size for target image size
by Jaegeuk Kim
· 7 years ago
f139bb4
mkfs.f2fs: specify sector size for target image size
by Jaegeuk Kim
· 7 years ago
1cfb361
Replace vfork() with fork().
by George Burgess IV
· 7 years ago
c1c7311
add sload.f2fs for recovery format
by Jaegeuk Kim
· 7 years ago
5ce9fe3
Merge "root: Fix an issue when volume length from fs_mgr is negative."
by Treehugger Robot
· 7 years ago
cc10008
root: Fix an issue when volume length from fs_mgr is negative.
by Jin Qian
· 7 years ago
1a8bb0f
recovery: format f2fs with encrypt/quota
by Jaegeuk Kim
· 7 years ago
3e18f2b
roots: Fix an issue with volume_for_path().
by Tao Bao
· 7 years ago
ad774b2
roots: Remove #include "common.h".
by Tao Bao
· 7 years ago
846f307
Merge "Integer overflow observed while formatting volume"
by Treehugger Robot
· 7 years ago
2dfc1a3
roots: volume_for_path() parses and tries prefixes.
by Tao Bao
· 7 years ago
4fec8e9
Integer overflow observed while formatting volume
by Abhishek Arpure
· 7 years ago
3c00fac
roots.cpp: Clean up format_volume().
by Tao Bao
· 7 years ago
f3ccad5
recovery: handle security footer before passing size to mke2fs
by Jin Qian
· 7 years ago
bb10e58
roots.cpp: Reformatting the file.
by Tao Bao
· 7 years ago
338be53
Remove the obsolete reference to /file_contexts.
by Tao Bao
· 7 years ago
ded2dac
recovery: replace make_ext4 with e2fsprogs
by Jin Qian
· 8 years ago
57130c4
recovery: Skip "/" in setup_install_mounts().
by Tao Bao
· 7 years ago
adeb41a
recovery: update mkfs.f2fs args to match f2fs-tools 1.8.0
by Jin Qian
· 8 years ago
84a0648
recovery: switch to fs_mgr_read_fstab_default()
by Bowgo Tsai
· 8 years ago
d13b6cf
recovery: replacing fs_mgr_read_fstab() with new fs_mgr APIs
by Bowgo Tsai
· 8 years ago
3da8801
Replace _exit(-1) with _exit(EXIT_FAILURE).
by Tao Bao
· 8 years ago
98a658b
Use flash erase & logical block size for userdata wipe
by Connor O'Brien
· 8 years ago
de40ba5
Update the header path for ext4_utils.
by Tao Bao
· 8 years ago
7b0ad9c
Switch recovery to libbase logging
by Tianjie Xu
· 8 years ago
2f5cfdb
Merge "Format formattable partitions if mount fails" am: cb76857147
by Johan Harvyl
· 8 years ago
29dd6b6
Format formattable partitions if mount fails
by Johan Harvyl
· 8 years ago
274d17d
resolve merge conflicts of 179c0d8 to stage-aosp-master
by Elliott Hughes
· 8 years ago
63a3192
Remove obsolete MTD support.
by Elliott Hughes
· 8 years ago
d0db337
Create convert_fbe breadcrumb file to support conversion to FBE
by Paul Lawrence
· 9 years ago
abb8f77
recovery: Allow "Mount /system" for system_root_image.
by Tao Bao
· 9 years ago
ba9a42a
recovery: Switch applypatch/ and updater/ to cpp.
by Tao Bao
· 9 years ago
522ea72
Allow mounting squashfs partitions
by Mohamad Ayyash
· 9 years ago
6896f9d
Merge "always use volume mount option when mounting a partition"
by Tao Bao
· 10 years ago
c277762
Revert "Erase PST partition if its marked to be erased."
by Andres Morales
· 10 years ago
e853e96
always use volume mount option when mounting a partition
by Gaelle Nassiet
· 10 years ago
9dc71cf
Merge "Erase PST partition if its marked to be erased." into lmp-dev
by Andres Morales
· 10 years ago
ee19387
Erase PST partition if its marked to be erased.
by Andres Morales
· 10 years ago
78d458c
Fix length printing + formats
by JP Abgrall
· 10 years ago
37aedb3
Support F2FS for the data partition
by JP Abgrall
· 10 years ago
346e118
am ecf1f6c9: am 558f2700: Merge "Change filesystem add entry API call."
by Sasha Levitskiy
· 11 years ago
85ef47d
Change filesystem add entry API call.
by Sasha Levitskiy
· 11 years ago
99916f0
do verification and extraction on memory, not files
by Doug Zongker
· 11 years ago
f39989a
recovery: wipe encryption metadata along with data partition
by Doug Zongker
· 11 years ago
239ac6a
recovery: install packages in a known mount environment
by Doug Zongker
· 11 years ago
f35d1ce
Move to using the new unified fstab in recovery.
by Ken Sumrall
· 12 years ago
41dda82
resolved conflicts for merge of 0b1fee1b to master
by Kenny Root
· 13 years ago
28ce47c
turn recovery into a C++ binary
by Doug Zongker
· 13 years ago
[Renamed (97%) from roots.c]
469243e
save a last_install file with the result of the last package install attempt
by Doug Zongker
· 14 years ago
201aa88
recovery: mount /sdcard read-only
by Iliyan Malchev
· 14 years ago
2810ced
store partition length in recovery.fstab
by Doug Zongker
· 14 years ago
8f132ed
Reserve the last 16 Kbytes of /data for the crypto footer.
by Ken Sumrall
· 14 years ago
49396b7
Update make_ext4fs arguments in roots.c
by Colin Cross
· 14 years ago
c18eeb8
mount sdcard only on demand; fix sideload installs
by Doug Zongker
· 14 years ago
d4208f9
remove the notion of "root path"; support mixed flash types (do not merge)
by Doug Zongker
· 14 years ago
d7d4208
remove unneeded partition roots
by Doug Zongker
· 14 years ago
23ceeea
make a copy of sideloaded packages in /tmp before verifying
by Doug Zongker
· 14 years ago
b128f54
add function for device-specific wipe data features
by Doug Zongker
· 15 years ago
c24a8e6
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
ffb48f6
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
23580ca
Initial Contribution
by The Android Open Source Project
· 16 years ago