1. bbfb6ea Check if storage app data and obb directories exist in vold by Ricky Wai · 4 years, 1 month ago
  2. e8838a8 Merge "Follow vdc naming convention: earlyBootEnded" by Treehugger Robot · 4 years, 1 month ago
  3. ed06b3e Follow vdc naming convention: earlyBootEnded by Paul Crowley · 4 years, 1 month ago
  4. c237cbc Merge "Convert to lower fs path for createObb()." by Martijn Coenen · 4 years, 2 months ago
  5. 2fb2757 Merge "Unmount pass_through path last." by Martijn Coenen · 4 years, 2 months ago
  6. d6a612a Convert to lower fs path for createObb(). by Martijn Coenen · 4 years, 2 months ago
  7. 64b3bba Unmount pass_through path last. by Martijn Coenen · 4 years, 2 months ago
  8. 17ebcf7 Merge "Call earlyBootEnded from vdc." by Martijn Coenen · 4 years, 2 months ago
  9. dfd36fe Merge "Switch to exfatprogs compatible fsck parameter" by Eric Biggers · 4 years, 2 months ago
  10. eed957f Call earlyBootEnded from vdc. by Martijn Coenen · 4 years, 2 months ago
  11. b8e07b2 Switch to exfatprogs compatible fsck parameter by LuK1337 · 4 years, 4 months ago
  12. d5de2f2 Merge "KeyStorage: rework key upgrade handling" by Eric Biggers · 4 years, 2 months ago
  13. f74373b KeyStorage: rework key upgrade handling by Eric Biggers · 4 years, 2 months ago
  14. e244a15 Merge "EncryptInplace: fsync cryptofd before reporting success" by Eric Biggers · 4 years, 2 months ago
  15. 1ba8865 EncryptInplace: fsync cryptofd before reporting success by Eric Biggers · 4 years, 2 months ago
  16. 91e4f1d Merge changes from topic "encryptinplace-cleanup" by Eric Biggers · 4 years, 2 months ago
  17. f038c5f Refactor EncryptInplace.cpp by Eric Biggers · 4 years, 2 months ago
  18. 7e70d69 Correctly calculate tot_used_blocks on ext4 with uninit_bg by Eric Biggers · 4 years, 2 months ago
  19. b3ba087 Fix memory leak of f2fs_info by Eric Biggers · 4 years, 2 months ago
  20. 69520d2 Remove special handling for missing crypto_blkdev by Eric Biggers · 4 years, 2 months ago
  21. 88f993b Check return value of create_crypto_blk_dev() by Eric Biggers · 4 years, 2 months ago
  22. c01995e Remove unused support for partial encryption by Eric Biggers · 4 years, 2 months ago
  23. 27f3ab8 Merge changes I8d2bd67d,I704522b2 by Eric Biggers · 4 years, 2 months ago
  24. 6b84039 FsCrypt: silently skip "." and ".." when loading keys by Eric Biggers · 4 years, 2 months ago
  25. 7bcf427 Utils: add IsDotOrDotDot() and use it in the appropriate places by Eric Biggers · 4 years, 2 months ago
  26. 4a969db Merge "KeyUtil: don't use keepOld=true for system DE and volume keys" by Eric Biggers · 4 years, 2 months ago
  27. c493903 KeyUtil: don't use keepOld=true for system DE and volume keys by Eric Biggers · 4 years, 3 months ago
  28. 569fb83 Merge "Fix argument type for FS_IOC_GETFLAGS and FS_IOC_SETFLAGS" by Eric Biggers · 4 years, 3 months ago
  29. f9d9ac2 Fix argument type for FS_IOC_GETFLAGS and FS_IOC_SETFLAGS by Eric Biggers · 4 years, 3 months ago
  30. cb581cc Merge "Add IVold::destroyDsuMetadataKey()" by Yo Chiang · 4 years, 3 months ago
  31. 739ca2c Merge "Set media folder +F for adopted storage as well" by Treehugger Robot · 4 years, 3 months ago
  32. cc87480 Set media folder +F for adopted storage as well by Daniel Rosenberg · 4 years, 5 months ago
  33. 4f5e9c1 Merge "vold: Generate storage key without rollback resistance" by Eric Biggers · 4 years, 3 months ago
  34. 75736a8 vold: Generate storage key without rollback resistance by Gaurav Kashyap · 4 years, 4 months ago
  35. 8671044 Merge changes Idc575106,Id6457a2b am: 3e0e53dbe5 by Eric Biggers · 4 years, 3 months ago
  36. 5a1e03f Merge "MetadataCrypt: remove unnecessary retry loop" am: 80fdc5a4e3 by Eric Biggers · 4 years, 3 months ago
  37. 4d0d21e Merge "Silence useless LOOP_GET_STATUS64 warnings" am: 6f70c92aee by Eric Biggers · 4 years, 3 months ago
  38. 3e0e53d Merge changes Idc575106,Id6457a2b by Eric Biggers · 4 years, 3 months ago
  39. 80fdc5a Merge "MetadataCrypt: remove unnecessary retry loop" by Eric Biggers · 4 years, 3 months ago
  40. 6f70c92 Merge "Silence useless LOOP_GET_STATUS64 warnings" by Eric Biggers · 4 years, 3 months ago
  41. 9a3dc8c IdleMaint: skip swap space, bind mounts, and virtual filesystems by Eric Biggers · 4 years, 3 months ago
  42. 019d516 IdleMaint: use fstab_default from VoldUtil by Eric Biggers · 4 years, 3 months ago
  43. 10724d9 Silence useless LOOP_GET_STATUS64 warnings by Eric Biggers · 4 years, 3 months ago
  44. 836b51b MetadataCrypt: remove unnecessary retry loop by Eric Biggers · 4 years, 3 months ago
  45. 0af25a3 Add IVold::destroyDsuMetadataKey() by Yo Chiang · 4 years, 3 months ago
  46. 7da18c9 Merge "Use dm.CreateDevice() with a timeout." am: e9023dc7bb by Martijn Coenen · 4 years, 3 months ago
  47. e9023dc Merge "Use dm.CreateDevice() with a timeout." by Martijn Coenen · 4 years, 3 months ago
  48. e0c38eb Use dm.CreateDevice() with a timeout. by Martijn Coenen · 4 years, 3 months ago
  49. fd4abc5 Skip ab/6749736 in stage. by Xin Li · 4 years, 3 months ago
  50. cfc66f2 Merge "Enable vold to set level from user." am: dd66de13ea by Alan Stokes · 4 years, 3 months ago
  51. dd66de1 Merge "Enable vold to set level from user." by Alan Stokes · 4 years, 3 months ago
  52. be3db7b Enable vold to set level from user. by Alan Stokes · 5 years ago
  53. 27a747b Merge "vold: remove unused stop() methods" am: d70e2b4ea9 by Treehugger Robot · 4 years, 4 months ago
  54. d70e2b4 Merge "vold: remove unused stop() methods" by Treehugger Robot · 4 years, 4 months ago
  55. adba2fc vold: remove unused stop() methods by Eric Biggers · 4 years, 4 months ago
  56. 2cfe561 Merge "bench: Add fail-fast error path to inodeop_bench" am: 5a99d3cfbb by Treehugger Robot · 4 years, 4 months ago
  57. 5a99d3c Merge "bench: Add fail-fast error path to inodeop_bench" by Treehugger Robot · 4 years, 4 months ago
  58. 0014019 bench: Add fail-fast error path to inodeop_bench by Stefano Duo · 4 years, 4 months ago
  59. c9548b9 Merge "vold: remove unused code for CONFIG_HW_DISK_ENCRYPTION" am: 4e6e7e6c70 by Treehugger Robot · 4 years, 4 months ago
  60. 4e6e7e6 Merge "vold: remove unused code for CONFIG_HW_DISK_ENCRYPTION" by Treehugger Robot · 4 years, 4 months ago
  61. b677083 vold: remove unused code for CONFIG_HW_DISK_ENCRYPTION by Eric Biggers · 4 years, 4 months ago
  62. 58383d9 Merge "secdiscard: use F2FS_IOC_SEC_TRIM_FILE for secure discard" am: c5ff520a01 by Daeho Jeong · 4 years, 4 months ago
  63. c5ff520 Merge "secdiscard: use F2FS_IOC_SEC_TRIM_FILE for secure discard" by Daeho Jeong · 4 years, 4 months ago
  64. d1b946e secdiscard: use F2FS_IOC_SEC_TRIM_FILE for secure discard by Daeho Jeong · 4 years, 4 months ago
  65. 5724e15 Merge "Add '-unstable' to solve ODR violation" am: f7794b5dc1 by Treehugger Robot · 4 years, 4 months ago
  66. f7794b5 Merge "Add '-unstable' to solve ODR violation" by Treehugger Robot · 4 years, 4 months ago
  67. f8f374a Add '-unstable' to solve ODR violation by Jeongik Cha · 4 years, 5 months ago
  68. 789d1d0 [automerger skipped] Merge "Merge Android R" am: 141c2027e2 -s ours by Xin Li · 4 years, 4 months ago
  69. 141c202 Merge "Merge Android R" by Xin Li · 4 years, 4 months ago
  70. 1ef819d Merge Android R by Xin Li · 4 years, 4 months ago
  71. 8743ef4 Merge "bench: Add inodeop_bench benchmark" am: e804806d79 by Treehugger Robot · 4 years, 4 months ago
  72. e804806 Merge "bench: Add inodeop_bench benchmark" by Treehugger Robot · 4 years, 4 months ago
  73. 046c854 bench: Add inodeop_bench benchmark by Stefano Duo · 4 years, 4 months ago
  74. 24ae202 Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709) by Xin Li · 4 years, 5 months ago
  75. 3d1b6ac Merge "Add maco@ to vold OWNERS." am: 157a08bb92 by Treehugger Robot · 4 years, 5 months ago
  76. 157a08b Merge "Add maco@ to vold OWNERS." by Treehugger Robot · 4 years, 5 months ago
  77. 494b67b Add maco@ to vold OWNERS. by Martijn Coenen · 4 years, 5 months ago
  78. c6f4799 Merge "vold: use __ANDROID_API_Q__ instead of pre_gki_level" am: ee1a70c129 by Eric Biggers · 4 years, 5 months ago
  79. ee1a70c Merge "vold: use __ANDROID_API_Q__ instead of pre_gki_level" by Eric Biggers · 4 years, 5 months ago
  80. 72d0713 vold: use __ANDROID_API_Q__ instead of pre_gki_level by Eric Biggers · 4 years, 5 months ago
  81. 5acfc3e Merge "EncryptInPlace: ensure that backup superblocks get encrypted" am: 213dbe30a1 by Eric Biggers · 4 years, 5 months ago
  82. 213dbe3 Merge "EncryptInPlace: ensure that backup superblocks get encrypted" by Eric Biggers · 4 years, 5 months ago
  83. 4ac43f0 EncryptInPlace: ensure that backup superblocks get encrypted by Will Shiu · 4 years, 6 months ago
  84. e9317d2 Merge "vold: restore -D__ANDROID_DEBUGGABLE__" am: 5de675c93b am: bb92ff6591 am: dd8b695c61 by Treehugger Robot · 4 years, 6 months ago
  85. dd8b695 Merge "vold: restore -D__ANDROID_DEBUGGABLE__" am: 5de675c93b am: bb92ff6591 by Treehugger Robot · 4 years, 6 months ago
  86. bb92ff6 Merge "vold: restore -D__ANDROID_DEBUGGABLE__" am: 5de675c93b by Treehugger Robot · 4 years, 6 months ago
  87. 5de675c Merge "vold: restore -D__ANDROID_DEBUGGABLE__" by Treehugger Robot · 4 years, 6 months ago
  88. 865086d vold: restore -D__ANDROID_DEBUGGABLE__ by Mark Salyzyn · 4 years, 6 months ago
  89. bbeec06 Merge "KeyUtil: use static local variable in isFsKeyringSupported()" am: 256b23b1c5 am: 350b5ae900 am: d0b2751e8f by Eric Biggers · 4 years, 6 months ago
  90. cb64067 Merge "vold: drop local fscrypt UAPI definitions" am: 47425d05a9 am: 83a3eecc03 am: 6b36554b38 by Eric Biggers · 4 years, 6 months ago
  91. d0b2751 Merge "KeyUtil: use static local variable in isFsKeyringSupported()" am: 256b23b1c5 am: 350b5ae900 by Eric Biggers · 4 years, 6 months ago
  92. 6b36554 Merge "vold: drop local fscrypt UAPI definitions" am: 47425d05a9 am: 83a3eecc03 by Eric Biggers · 4 years, 6 months ago
  93. 350b5ae Merge "KeyUtil: use static local variable in isFsKeyringSupported()" am: 256b23b1c5 by Eric Biggers · 4 years, 6 months ago
  94. 83a3eec Merge "vold: drop local fscrypt UAPI definitions" am: 47425d05a9 by Eric Biggers · 4 years, 6 months ago
  95. 256b23b Merge "KeyUtil: use static local variable in isFsKeyringSupported()" by Eric Biggers · 4 years, 6 months ago
  96. 47425d0 Merge "vold: drop local fscrypt UAPI definitions" by Eric Biggers · 4 years, 6 months ago
  97. e0217d7 vold: drop local fscrypt UAPI definitions by Eric Biggers · 4 years, 6 months ago
  98. 7604eb9 KeyUtil: use static local variable in isFsKeyringSupported() by Eric Biggers · 4 years, 6 months ago
  99. c36d0e2 Merge "vold: remove checkEncryption" am: 2d9777bfbf am: 15c0d3e5d0 am: 4cd238b900 by Eric Biggers · 4 years, 6 months ago
  100. 4cd238b Merge "vold: remove checkEncryption" am: 2d9777bfbf am: 15c0d3e5d0 by Eric Biggers · 4 years, 6 months ago