1. 39d4553 Add reason why userspace reboot shutdown sequence failed by Nikita Ioffe · 5 years ago
  2. a3be996 Cleanup logic in KillZramBackingDevice by Nikita Ioffe · 5 years ago
  3. d055354 Fallback to hard reboot if userspace reboot hasn't started in time by Nikita Ioffe · 5 years ago
  4. 10615eb init: don't sync() before shutting down services by Tom Cherry · 5 years ago
  5. 7b41a15 Use properties for various userspace reboot timeouts by Nikita Ioffe · 5 years ago
  6. 802864c init: handle property messages asynchronously #2 by Tom Cherry · 5 years ago
  7. 832f9f1 Revert "init: handle property service callbacks asynchronously" by Tom Cherry · 5 years ago
  8. 3ad2920 Reset post_data_ and services_update_finished_ on userspace reboot by Nikita Ioffe · 5 years ago
  9. d485bbb If userspace reboot watchdog triggers, don't store reason in persistent property by Nikita Ioffe · 5 years ago
  10. 7205c62 init: handle property service callbacks asynchronously by Tom Cherry · 6 years ago
  11. d0bc0b6 Store reason in case of userspace-reboot watchdog reboot by Nikita Ioffe · 5 years ago
  12. ee016ce bootstat: enhance last reboot reason property with file backing by Mark Salyzyn · 6 years ago
  13. 15e4f6f Merge "Don't log userspace_reboot.started/finished properties from init" by Nikita Ioffe · 5 years ago
  14. 85ff4ab Don't log userspace_reboot.started/finished properties from init by Nikita Ioffe · 6 years ago
  15. cecebbb Convert system/core to Result::ok() by Bernie Innocenti · 6 years ago
  16. abe52dc Merge "Whitelist reboot reasons related to userspace reboot failure" by Nikita Ioffe · 6 years ago
  17. 764c1ac Trigger boot animation on userspace reboot by Nikita Ioffe · 6 years ago
  18. 4a787d9 Whitelist reboot reasons related to userspace reboot failure by Nikita Ioffe · 6 years ago
  19. 2c7c3c7 init: Fix writing "reboot recovery" to BCB by Sam Protsenko · 6 years ago
  20. 018ddd7 Unify logic for resetting properties before userspace reboot by Nikita Ioffe · 6 years ago
  21. 9f473c0 Don't proceed with userspace reboot if device doesn't support it by Nikita Ioffe · 6 years ago
  22. abd5046 Merge "Remove service defined in an APEX during userspace reboot" by Nikita Ioffe · 6 years ago
  23. 091c4d1 Remove service defined in an APEX during userspace reboot by Nikita Ioffe · 6 years ago
  24. c88d8f9 init: Replace property_set() with android::base::SetProperty() by Tom Cherry · 6 years ago
  25. bee7b8c Add basic support for remounting ext4 userdata into checkpoint by Nikita Ioffe · 6 years ago
  26. 57d7bb6 Fix typo in userspace reboot watchdog by Nikita Ioffe · 6 years ago
  27. 23dbd6d Make userspace_reboot.in_progress sysprop-as-api by Nikita Ioffe · 6 years ago
  28. 82a431e Add a very basic userspace reboot watchdog by Nikita Ioffe · 6 years ago
  29. c0df187 Add sysprops for start & end of userspace reboot by Nikita Ioffe · 6 years ago
  30. 18278d2 init: make triggering shutdown from vendor_init better by Tom Cherry · 6 years ago
  31. ab91ee9 userspace reboot: unmount apexes and switch to bootstrap namespace by Nikita Ioffe · 6 years ago
  32. 42697d3 Make remount into checkpointing for ext4 userdata a no-op by Nikita Ioffe · 6 years ago
  33. 8a603a7 Merge "Userspace reboot: Support remounting userdata for f2fs" by Nikita Ioffe · 6 years ago
  34. 12a3607 Userspace reboot: Support remounting userdata for f2fs by Nikita Ioffe · 6 years ago
  35. e7ec8c8 init/reboot.cpp: user lower_snake_case instead of camelCase by Nikita Ioffe · 6 years ago
  36. 0dbfea7 init: trigger shutdown directly from builtins by Tom Cherry · 6 years ago
  37. 3f4b0d6 userspace reboot: stop post-data services and wait for them to be killed by Nikita Ioffe · 6 years ago
  38. ba6968e Add a skeleton of userspace reboot by Nikita Ioffe · 6 years ago
  39. 3a803eb Update init/fs_mgr for new logwrapper function by Tom Cherry · 6 years ago
  40. 2436e6b init: reboot immediately if /data isn't mounted by Tom Cherry · 6 years ago
  41. 1ab3dfc Reland^2: "init: run property service in a thread" by Tom Cherry · 6 years ago
  42. 5e98b63 init: Write the reason in BCB on "reboot recovery" by Tianjie Xu · 6 years ago
  43. 137943d Revert "init: Write the reason in BCB on "reboot recovery"" by Tianjie Xu · 6 years ago
  44. e7a010d Merge "init: Write the reason in BCB on "reboot recovery"" by Tom Cherry · 6 years ago
  45. 4d35f2e init: Write the reason in BCB on "reboot recovery" by Sam Protsenko · 6 years ago
  46. d7931f1 init: powerctl support and propagate longer canonical reboot reasons. by Mark Salyzyn · 6 years ago
  47. 2aeb1ad Split out ServiceList and ServiceParser from service.cpp/.h by Tom Cherry · 6 years ago
  48. f4db2aa init: use Errorf() now that we have it by Tom Cherry · 6 years ago
  49. bbcbc2f init: replace Result<Success> with Result<void> by Tom Cherry · 6 years ago
  50. 9949ec5 init: replace Result<> with expected<> by Tom Cherry · 6 years ago
  51. aaddf28 init: Add reboot timeout handler by josephjang · 6 years ago
  52. 5d7439f Merge "Revert "do not start shutdown animation from init"" by Tom Cherry · 7 years ago
  53. 1945fbe Merge "init: dump less debug logs when unmount timeout" by Treehugger Robot · 7 years ago
  54. 2fdbdfd Merge "zram: support zram_writeback" by Jaegeuk Kim · 7 years ago
  55. 28a2c92 init: dump less debug logs when unmount timeout by Jonglin Lee · 7 years ago
  56. df2faa4 reboot: only run fsck when detecting filesystem inconsistency by Randall Huang · 7 years ago
  57. 2aedc82 zram: support zram_writeback by Jaegeuk Kim · 7 years ago
  58. 4f4cacc Revert "do not start shutdown animation from init" by Tom Cherry · 7 years ago
  59. 0e0f818 logical -> dynamic partitions. by Yifan Hong · 7 years ago
  60. 4c67290 Merge "init: add [[nodiscard]] to Result" by Tom Cherry · 7 years ago
  61. d987264 init: add [[nodiscard]] to Result by Tom Cherry · 7 years ago
  62. b5de088 init: increase thermal shutdown timeout to 3s by Wei Wang · 7 years ago
  63. 29e9833 Merge "fs_mgr/init: use unique_ptr + CLO_EXEC for setmntent()/fopen()" by Treehugger Robot · 7 years ago
  64. f274e78 fs_mgr/init: use unique_ptr + CLO_EXEC for setmntent()/fopen() by Tom Cherry · 7 years ago
  65. 5425826 Support 'adb reboot fastboot' command conditionally. by Hridya Valsaraju · 7 years ago
  66. 3231be6 Merge "Add sideload, fastboot as reboot targets in init" by Treehugger Robot · 7 years ago
  67. 44aceed Split init's source files init first stage and second stage by Tom Cherry · 7 years ago
  68. 71fb82a Add sideload, fastboot as reboot targets in init by Hridya Valsaraju · 7 years ago
  69. 92c49bc init: Cleanly shut down subcontext processes by Luis Hector Chavez · 7 years ago
  70. 0a72e6c Revert "init: Reboot after timeout passes during reboot" by Tom Cherry · 7 years ago
  71. 1f9d540 init: add timers around sync() during shutdown by Tom Cherry · 7 years ago
  72. c9fec9d init: Reboot after timeout passes during reboot by Tom Cherry · 7 years ago
  73. 7fd3bc2 Move ActionManager to its own file by Tom Cherry · 7 years ago
  74. d5eccfd Init remove direct calls to light sys nodes. by Steven Moreland · 8 years ago
  75. 25dc30f init: call umount unconditionally by Wei Wang · 8 years ago
  76. 6290982 init+bootstat: reduce last reboot reason to canonical alias by Mark Salyzyn · 8 years ago
  77. 0f04f72 init/reboot: call MNT_FORCE at the last umount(2) by Jaegeuk Kim · 8 years ago
  78. cb0f9bb init: run vendor commands in a separate SELinux context by Tom Cherry · 8 years ago
  79. bfd05b6 init: shutdown,thermal shut off display immediately by Mark Salyzyn · 8 years ago
  80. 9f97f47 init: Allow clean system shutdown upon SIGTERM by Luis Hector Chavez · 8 years ago
  81. 9bde0dc Merge "init: log all failures of Service::Start()" by Tom Cherry · 8 years ago
  82. 702ca9a init: log all failures of Service::Start() by Tom Cherry · 8 years ago
  83. 73e6b49 Switch /data/misc/reboot/last_reboot_reason to persistent property by Mark Salyzyn · 8 years ago
  84. 57a89f3 Merge "init: replace panic() with LOG(FATAL)" by Tom Cherry · 8 years ago
  85. d8db7ab init: replace panic() with LOG(FATAL) by Tom Cherry · 8 years ago
  86. 8c00e42 Skip unnecessary sleep during shutdown by Wei Wang · 8 years ago
  87. 557946e init: use Result<T> for builtin functions by Tom Cherry · 8 years ago
  88. 0c8d6d2 init: split security functions out of init.cpp by Tom Cherry · 8 years ago
  89. 911b9b1 init: rename ServiceManager to ServiceList and clean it up by Tom Cherry · 8 years ago
  90. eeee831 init: move reaping from ServiceManager to signal_handler.cpp by Tom Cherry · 8 years ago
  91. 3b81f2d init: move exec operations out of ServiceManager by Tom Cherry · 8 years ago
  92. 5938379 init: shutdown services in the opposite order that they started by Tom Cherry · 8 years ago
  93. a01c27e Do not umount roofs even if it is R/W. by Wei Wang · 8 years ago
  94. 1be2212 init: Fire shutdown trigger for thermal shutdown by Wei Wang · 8 years ago
  95. 3017387 init: Do full shutdown even for thermal shutdown by Keun-young Park · 8 years ago
  96. c59b822 dump stack before kill all by Keun-young Park · 8 years ago
  97. 6e12b38 Do not umount /vendor, /system, and /oem even if they are R/W. by Keun-young Park · 8 years ago
  98. ede0d53 Move Timer from init to libbase by Tom Cherry · 8 years ago
  99. b3915d1 Merge "add "shutdown critical" to service" by Treehugger Robot · 8 years ago
  100. cccb34f add "shutdown critical" to service by Keun-young Park · 8 years ago