1. 7b41a15 Use properties for various userspace reboot timeouts by Nikita Ioffe · 4 years, 6 months ago
  2. 17824f0 fs_mgr_get_mounted_entry_for_userdata: handle logical partitions by Nikita Ioffe · 4 years, 7 months ago
  3. 30b0c01 Move GetMountedEntryForUserdata to fs_mgr.h by Nikita Ioffe · 4 years, 7 months ago
  4. 5d48556 Merge "fs_mgr: remain elapsed time of fsck in prop" by Jaegeuk Kim · 4 years, 7 months ago
  5. c461e16 fsck.f2fs: enable cache by Jaegeuk Kim · 4 years, 9 months ago
  6. 24d2a29 fs_mgr: remain elapsed time of fsck in prop by Jaegeuk Kim · 4 years, 7 months ago
  7. 91bcfd8 fs_mgr: fix checking for casefold feature already enabled by Eric Biggers · 4 years, 7 months ago
  8. 5283816 fs_mgr: use "-T now" for tune2fs by Jaegeuk Kim · 4 years, 7 months ago
  9. 04bf79d Merge "fs_mgr: support metadata_csum for ext4 partition" by Jaegeuk Kim · 4 years, 7 months ago
  10. 02e89ec fsmgr: print unabbreviated log when exec child commands by Wei Wang · 4 years, 7 months ago
  11. 78f040c fs_mgr: support metadata_csum for ext4 partition by Jaegeuk Kim · 4 years, 7 months ago
  12. 7823e32 Rename key_dir to metadata_key_dir and refactor by Paul Crowley · 4 years, 8 months ago
  13. 21394f6 Merge "Fix mounting /data on Virtual A/B devices without metadata encryption." by David Anderson · 4 years, 8 months ago
  14. 671bd81 Fix mounting /data on Virtual A/B devices without metadata encryption. by David Anderson · 4 years, 8 months ago
  15. be27975 Merge "Support casefolded encryption" by Daniel Rosenberg · 4 years, 8 months ago
  16. 8775ce0 Support casefolded encryption by Daniel Rosenberg · 4 years, 10 months ago
  17. 7fb93c1 Fix unsigned integer overflow of i, which gives SIGABRT by Woody Chow · 4 years, 8 months ago
  18. b03e0cf Reduce log spam when unmounting /data by Nikita Ioffe · 4 years, 8 months ago
  19. cb0c92e Add more logging to fs_mgr_remount_userdata_into_checkpoint by Nikita Ioffe · 4 years, 8 months ago
  20. d8fdf60 fs_mgr: Fix return in error case by Greg Kaiser · 4 years, 9 months ago
  21. 3d6a5fc Now for real unmount bind-mounts on top of /data by Nikita Ioffe · 4 years, 9 months ago
  22. 0dda423 Unmount bind-mounts on top of /data before unmounting /data by Nikita Ioffe · 4 years, 9 months ago
  23. d572c80 userdata_checkpoint_remount: delete all devices in dm-stack under /data by Nikita Ioffe · 4 years, 9 months ago
  24. bee7b8c Add basic support for remounting ext4 userdata into checkpoint by Nikita Ioffe · 4 years, 10 months ago
  25. 5110628 Fix logic to figure out what /data fstab entry was mounted by Nikita Ioffe · 4 years, 10 months ago
  26. 42697d3 Make remount into checkpointing for ext4 userdata a no-op by Nikita Ioffe · 4 years, 11 months ago
  27. 7160fc1 fs_mgr: Add stable_inodes flag to encrypted ext4 by Paul Crowley · 5 years ago
  28. 12a3607 Userspace reboot: Support remounting userdata for f2fs by Nikita Ioffe · 5 years ago
  29. 3a803eb Update init/fs_mgr for new logwrapper function by Tom Cherry · 5 years ago
  30. 470fe2b fs_mgr: Remove the timeout parameter to DestroyLogicalPartition. by David Anderson · 5 years ago
  31. 323959e Make ext4 userdata checkpoints work with metadata encryption by Paul Lawrence · 5 years ago
  32. 5c475c7 Remove fs_mgr_wait_for_file. by David Anderson · 5 years ago
  33. 5928e4f fs_mgr: run fsck.f2fs with -f option when full mount fails by Sahitya Tummala · 5 years ago
  34. e27cd0c Merge "Fix bug that would prevent us from reserving right amount of space." by Treehugger Robot · 5 years ago
  35. 20c4cfa Fix bug that would prevent us from reserving right amount of space. by Martijn Coenen · 5 years ago
  36. f7545ce Vboot1.0: remove code to read verity state in userspace by Tom Cherry · 5 years ago
  37. 0b0ee7a Don't assume an A/B device when overriding the super partition name. by David Anderson · 5 years ago
  38. 402633d init: add umount_all builtin. by Yifan Hong · 5 years ago
  39. 7082f68 Fix device mapper name clashes on non-A/B devices. by David Anderson · 6 years ago
  40. ee725f6 init: Support booting off GSIs installed to non-userdata block devices. by David Anderson · 6 years ago
  41. 60a76f3 fs_mgr: overlay: suppress noise associated with test mounting scratch partition by Mark Salyzyn · 6 years ago
  42. f3e28e1 libfs_avb: support key rotation for standalone partitions by Bowgo Tsai · 6 years ago
  43. 1580094 __android_log_is_debuggable() shouldn't be an apex symbol by Tom Cherry · 6 years ago
  44. cf80b6d Refactor fs_mgr_update_verity_state() by Tom Cherry · 6 years ago
  45. 685c2c7 Remove old C fs_mgr interface by Tom Cherry · 6 years ago
  46. 0ed7819 Merge "Restrict zram_writeback permission" by Treehugger Robot · 6 years ago
  47. aa25756 Restrict zram_writeback permission by Wei Wang · 6 years ago
  48. a3530e6 Add android::fs_mgr namespace for new Fstab code by Tom Cherry · 6 years ago
  49. 6c44d00 Merge "fs_mgr: make changes needed to port vold to new Fstab interface" by Treehugger Robot · 6 years ago
  50. 2e545f8 fs_mgr: make changes needed to port vold to new Fstab interface by Tom Cherry · 6 years ago
  51. defe1cb libfs_avb: support enable verity for a standalone partition by Bowgo Tsai · 6 years ago
  52. b688d91 Remove the rest of users of the old style fstab by Tom Cherry · 6 years ago
  53. 0b721d3 fs_mgr: set ext4 fsverity feature bit by Leo Liou · 6 years ago
  54. 2fdbdfd Merge "zram: support zram_writeback" by Jaegeuk Kim · 6 years ago
  55. ccb06c7 Merge "Retry mounts on -EAGAIN" by Treehugger Robot · 6 years ago
  56. 5620c6c Retry mounts on -EAGAIN by Daniel Rosenberg · 6 years ago
  57. 2aedc82 zram: support zram_writeback by Jaegeuk Kim · 6 years ago
  58. 42c32bf init: Allow first-stage mounts in the second stage if they're formattable. by David Anderson · 6 years ago
  59. ccdba57 fs_mgr: overlayfs clears readonly on scratch devices by Yifan Hong · 6 years ago
  60. 0cd2d5f fs_mgr_do_mount_one: allow overriding mount_point by Yifan Hong · 6 years ago
  61. e93040c Fix sign-compare warnings by Yi Kong · 6 years ago
  62. 23319eb Start using new C++ Fstab class widely by Tom Cherry · 6 years ago
  63. 298fd6d fs_mgr: fix typo by Tom Cherry · 6 years ago
  64. 1fcf7f7 Merge "fs_mgr: use std::string in more places" by Tom Cherry · 6 years ago
  65. 02eff5c Update fs_mgr_update_verity_state() for new C++ Fstab by Tom Cherry · 6 years ago
  66. c3e7bd3 fs_mgr: use std::string in more places by Tom Cherry · 6 years ago
  67. e1e71b9 Merge "init: allow first stage mount to read an fstab" by Tom Cherry · 6 years ago
  68. 0d2621f fs_mgr: use more unique_fd by Tom Cherry · 6 years ago
  69. e68bf85 init: allow first stage mount to read an fstab by Tom Cherry · 6 years ago
  70. bb72b80 Merge "Convert fs_mgr_swapon_all() to use the new Fstab struct" by Tom Cherry · 6 years ago
  71. 5d595da Merge "fs_mgr fix flags/fs_mgr_flags mismatch" by Treehugger Robot · 6 years ago
  72. 3055457 Convert fs_mgr_swapon_all() to use the new Fstab struct by Tom Cherry · 6 years ago
  73. 7a66be1 fs_mgr fix flags/fs_mgr_flags mismatch by Tom Cherry · 6 years ago
  74. 5d14b98 check_fs: skip check_fs if there is no matched EXT4|F2FS_SUPER_MAGIC by Jaegeuk Kim · 6 years ago
  75. 9d24734 Merge "fs_mgr: fixup 'size' attributes of fstab." by Tom Cherry · 6 years ago
  76. fafbb64 fs_mgr: fixup 'size' attributes of fstab. by Tom Cherry · 6 years ago
  77. c1bc281 fs_mgr: move AVB related source into libfs_avb by Bowgo Tsai · 6 years ago
  78. 0685af0 Allow non-A/B, non-retrofit devices to override super_partition by Alistair Strachan · 6 years ago
  79. 9856460 fs_mgr: remove by_name_symlinks_map_ from AvpOps by Tom Cherry · 6 years ago
  80. 0bfa1c8 fs_mgr: Allow overriding the super partition name via the kernel commandline. by David Anderson · 6 years ago
  81. f05da4a init: use libfscrypt for file-based encryption setup by Eric Biggers · 6 years ago
  82. d556c41 fs_mgr: deprecate check for ro.build.system_root_image by Mark Salyzyn · 6 years ago
  83. a1bb191 Merge "Handle retry count correctly" by Treehugger Robot · 6 years ago
  84. b920cb4 Handle retry count correctly by Paul Lawrence · 6 years ago
  85. be29673 fs_mgr: fs_mgr_update_verity_state cleanup by Mark Salyzyn · 6 years ago
  86. 02678f3 Merge "Don't hardcode the super partition name." by Treehugger Robot · 6 years ago
  87. 29e9833 Merge "fs_mgr/init: use unique_ptr + CLO_EXEC for setmntent()/fopen()" by Treehugger Robot · 6 years ago
  88. f274e78 fs_mgr/init: use unique_ptr + CLO_EXEC for setmntent()/fopen() by Tom Cherry · 6 years ago
  89. fe0e345 Merge changes from topic "ext4 checkpointing" by Treehugger Robot · 6 years ago
  90. 786d0b2 make checkpointing work on ext4 by Paul Lawrence · 6 years ago
  91. 5cbd2e4 Don't hardcode the super partition name. by David Anderson · 6 years ago
  92. 8243f66 fs_mgr: __mount better detail for ENOENT by Mark Salyzyn · 6 years ago
  93. f35db9b fs_mgr: init: adb: add fstab argument to fs_mgr_overlayfs_mount_all by Mark Salyzyn · 6 years ago
  94. 4c93b25 fs_mgr: Support checkpoints by Daniel Rosenberg · 6 years ago
  95. c8ac4e7 fastbootd: Wait for /dev/block paths when opening logical partitions. by David Anderson · 6 years ago
  96. c735bfe Fix bug in fs_mgr with calling vdc by Paul Lawrence · 6 years ago
  97. 7b02605 Merge "Switch root to /system in first stage mount" by Tom Cherry · 6 years ago
  98. 3563862 fs_mgr: Better error messages in fs_mgr_update_verity_state. by David Anderson · 6 years ago
  99. 4590a2a Switch root to /system in first stage mount by Tom Cherry · 6 years ago
  100. d9e6c20 fs_mgr: get fs_mgr_mount_all to call fs_mgr_overlayfs_mount_all by Mark Salyzyn · 6 years ago