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