1. 71bdf28 init: Handle properties in the background of calling fs_mgr by Tom Cherry · 5 years ago
  2. 99087de Merge "Prevent definitions of expected.h from being included twice" by Mohammad Islam · 5 years ago
  3. 4f2048d Merge "Switch case to suite to follow new gtest naming." by Christopher Ferris · 5 years ago
  4. 1e13891 Merge "Allow to drop existing fd cache of cgroup path" by Treehugger Robot · 5 years ago
  5. 2a6ec6c Merge "Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND."" by Josh Gao · 5 years ago
  6. 87db478 Merge "libfiemap_writer: Improve device unwrapping to support simple linear devices." by David Anderson · 5 years ago
  7. 7e21eba Switch case to suite to follow new gtest naming. by Christopher Ferris · 5 years ago
  8. 8c63ef8 Merge "usbd: Exit in case of charger mode." by Treehugger Robot · 5 years ago
  9. 1bfcd58 libfiemap_writer: Improve device unwrapping to support simple linear devices. by David Anderson · 5 years ago
  10. 2226fe6 Merge "Finally remove ZipString." by Elliott Hughes · 5 years ago
  11. abc9299 usbd: Exit in case of charger mode. by Badhri Jagan Sridharan · 5 years ago
  12. 99f610d Merge "liblp: Handle invalid alignment offsets correctly." by David Anderson · 5 years ago
  13. 0b5c355 Merge "Remove fs_mgr_wait_for_file." by David Anderson · 5 years ago
  14. 71b3afe Merge changes Iae25434a,I13fd6699 by David Anderson · 5 years ago
  15. 9f24c38 Prevent definitions of expected.h from being included twice by Mohammad Samiul Islam · 5 years ago
  16. 9b22906 Merge "Remove fs_config endianness functions" by Tom Cherry · 5 years ago
  17. 5550d4e Remove fs_config endianness functions by Tom Cherry · 5 years ago
  18. 45f79b1 Merge "Remove fs_config_generate()" by Tom Cherry · 5 years ago
  19. 61fc364 Merge "Fix potential race condition." by Christopher Ferris · 5 years ago
  20. ea0dda1 libdm: Add LoopControl helpers for enabling direct IO. by David Anderson · 5 years ago
  21. d106f1e libdm: Add helpers for getting the device number of a dm device. by David Anderson · 5 years ago
  22. 2ca0700 liblp: Handle invalid alignment offsets correctly. by David Anderson · 5 years ago
  23. d1d973b Fix potential race condition. by Christopher Ferris · 5 years ago
  24. 50ef29a Finally remove ZipString. by Elliott Hughes · 5 years ago
  25. 3215fd9 Merge "[zip] Save 1 malloc and memset for each added file in ZipWriter" by Treehugger Robot · 5 years ago
  26. 02427f5 Merge "Introduce inotify-based replacements for fs_mgr_wait_for_file." by David Anderson · 5 years ago
  27. a91e50b Merge "[zip] Change const char* to string_view in ZipWriter" by Treehugger Robot · 5 years ago
  28. a6633d7 [zip] Save 1 malloc and memset for each added file in ZipWriter by Yurii Zubrytskyi · 5 years ago
  29. 4a8d436 Merge "init: Create /data/apex/hashtree folder at boot" by Treehugger Robot · 5 years ago
  30. 2b28311 [zip] Change const char* to string_view in ZipWriter by Yurii Zubrytskyi · 5 years ago
  31. 411fb88 Merge "Qualifies the mention of lazily starting services from 'interface'." by Treehugger Robot · 5 years ago
  32. 52c8565 Merge "Start Vold on early-fs" by Treehugger Robot · 5 years ago
  33. 90eb2ed Merge "create libmodprobe, integrate into first_stage_init" by Treehugger Robot · 5 years ago
  34. ad0f27f Merge "adb: turn CHECKs into an error + transport restart." by Treehugger Robot · 5 years ago
  35. d6d09c6 Qualifies the mention of lazily starting services from 'interface'. by Daniel Norman · 5 years ago
  36. 5c475c7 Remove fs_mgr_wait_for_file. by David Anderson · 5 years ago
  37. c651213 Introduce inotify-based replacements for fs_mgr_wait_for_file. by David Anderson · 5 years ago
  38. b00e66f Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND." by Josh Gao · 5 years ago
  39. 18b981e create libmodprobe, integrate into first_stage_init by Steve Muckle · 5 years ago
  40. c6e8972 Start Vold on early-fs by Daniel Rosenberg · 5 years ago
  41. b89a443 Merge "Remove system/core/mkbootimg" by Treehugger Robot · 5 years ago
  42. a6abd82 Allow to drop existing fd cache of cgroup path by Riddle Hsu · 5 years ago
  43. ad6f656 Merge "Remove ACgroupController_getFlags to fix API breakage" by Treehugger Robot · 5 years ago
  44. 716ba5d Merge "libprocessgroup: move native_bridge_support" by Treehugger Robot · 5 years ago
  45. bc53c84 Merge "liblp: Remove the slot-suffix requirement in MetadataBuilder." by David Anderson · 5 years ago
  46. 55fe01d Remove fs_config_generate() by Tom Cherry · 5 years ago
  47. b495b0d libprocessgroup: move native_bridge_support by Steven Moreland · 5 years ago
  48. 338260a Remove ACgroupController_getFlags to fix API breakage by Suren Baghdasaryan · 5 years ago
  49. 7f34035 Merge "Create android-base/format.h that includes fmtlib headers" by Tom Cherry · 5 years ago
  50. 30f6f42 Merge "init: use Errorf() now that we have it" by Tom Cherry · 5 years ago
  51. a6f90ce Merge "Revert "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND."" by Josh Gao · 5 years ago
  52. 9dba0f5 Revert "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND." by Josh Gao · 5 years ago
  53. 6860f68 Merge "VtsKernelLiblpTest: use static test" by Treehugger Robot · 5 years ago
  54. f4db2aa init: use Errorf() now that we have it by Tom Cherry · 5 years ago
  55. b90dcc0 Create android-base/format.h that includes fmtlib headers by Tom Cherry · 5 years ago
  56. c476186 Merge "fs_mgr_fstab: translate reserve_root to reserved_size in fsmgr" by Jaegeuk Kim · 5 years ago
  57. 8301957 VtsKernelLiblpTest: use static test by Steve Muckle · 5 years ago
  58. ebbe9e7 Merge "Add Errorf and ErrnoErrorf" by Tom Cherry · 5 years ago
  59. f07d07b fs_mgr_fstab: translate reserve_root to reserved_size in fsmgr by Jaegeuk Kim · 5 years ago
  60. 2d620c0 Merge "Link the sanitizer runtime libraries to the default unrestricted namespace." by Treehugger Robot · 5 years ago
  61. baa7c13 init: Create /data/apex/hashtree folder at boot by Jooyung Han · 5 years ago
  62. 20524ed Add Errorf and ErrnoErrorf by Jiyong Park · 5 years ago
  63. 563ca38 Link the sanitizer runtime libraries to the default unrestricted namespace. by Peter Collingbourne · 5 years ago
  64. 935420f liblp: Remove the slot-suffix requirement in MetadataBuilder. by David Anderson · 5 years ago
  65. 69880e1 Merge "Support importing property file with expanded name" by Treehugger Robot · 5 years ago
  66. a87c0f9 Support importing property file with expanded name by Dongcheol Shin · 5 years ago
  67. fc0f80a adb: turn CHECKs into an error + transport restart. by Josh Gao · 5 years ago
  68. bc420c4 Merge "ziparchive: add a std::string_view overload to Next." by Elliott Hughes · 5 years ago
  69. 5482189 Merge "fastbootd: Don't include all of the fs_mgr namespace in commands.cpp." by David Anderson · 5 years ago
  70. 43d9ced Merge "libfiemap_writer: Handle dm stacking more accurately." by David Anderson · 5 years ago
  71. 4952ef7 Remove system/core/mkbootimg by Hridya Valsaraju · 5 years ago
  72. 1e40c30 ziparchive: add a std::string_view overload to Next. by Elliott Hughes · 5 years ago
  73. 5fb6609 Merge "Internalize subclasses of Memory" by Christopher Ferris · 5 years ago
  74. 210b56e Merge "Add libcgrouprc to ld.config.txt." by Jiyong Park · 5 years ago
  75. cb2352a Merge "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND." by Treehugger Robot · 5 years ago
  76. aba081c Merge "race condition in libprocessgroup" by Suren Baghdasaryan · 5 years ago
  77. 2b668d3 adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND. by Josh Gao · 5 years ago
  78. d695733 Add libcgrouprc to ld.config.txt. by Min Yun · 5 years ago
  79. 3fcd831 Merge "fix: passing ResultError to Error thru operator<<" by Treehugger Robot · 5 years ago
  80. 2747532 fastbootd: Don't include all of the fs_mgr namespace in commands.cpp. by David Anderson · 5 years ago
  81. d5fa799 libfiemap_writer: Handle dm stacking more accurately. by David Anderson · 5 years ago
  82. e53417a Merge "liblp: Add helpers for finding partitions and partition sizes." by David Anderson · 5 years ago
  83. 6b95a0e Internalize subclasses of Memory by Casey Dahlin · 5 years ago
  84. 53f79e6 race condition in libprocessgroup by mtk16036 · 5 years ago
  85. 1d7f3b4 Merge "fs_mgr: run fsck.f2fs with -f option when full mount fails" by Jaegeuk Kim · 5 years ago
  86. 45a88fa Merge "Set elf_start_offset for invalid elf maps." by Christopher Ferris · 5 years ago
  87. b3093ff Merge "Read *.rc files from flattened APEX" by Treehugger Robot · 5 years ago
  88. df7d327 fix: passing ResultError to Error thru operator<< by Jooyung Han · 5 years ago
  89. 5b63cff Merge "adb: avoid freeing argv entries on Windows." by Josh Gao · 5 years ago
  90. d49499d Set elf_start_offset for invalid elf maps. by Christopher Ferris · 5 years ago
  91. 5928e4f fs_mgr: run fsck.f2fs with -f option when full mount fails by Sahitya Tummala · 5 years ago
  92. bc1ccde Merge "Remove Result<Success> in favor of Result<void>" by Tom Cherry · 5 years ago
  93. 31a0ab8 Merge "init: replace Result<Success> with Result<void>" by Tom Cherry · 5 years ago
  94. 2184ecb Merge "fs_mgr: support -o sync" by Treehugger Robot · 5 years ago
  95. e72c44b adb: avoid freeing argv entries on Windows. by Josh Gao · 5 years ago
  96. 91e6f88 Remove Result<Success> in favor of Result<void> by Tom Cherry · 5 years ago
  97. bbcbc2f init: replace Result<Success> with Result<void> by Tom Cherry · 5 years ago
  98. 7a6ce06 Merge "liblp: Replace some |const char*| inputs with std::string." by David Anderson · 5 years ago
  99. 5ffa970 fs_mgr: support -o sync by Jaegeuk Kim · 5 years ago
  100. e597033 Merge "Switch tzdatacheck to comparing tzdata module file" by Neil Fuller · 5 years ago