1. cc87480 Set media folder +F for adopted storage as well by Daniel Rosenberg · 4 years, 5 months ago
  2. 24ae202 Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709) by Xin Li · 4 years, 4 months ago
  3. 72d0713 vold: use __ANDROID_API_Q__ instead of pre_gki_level by Eric Biggers · 4 years, 5 months ago
  4. a485006 Configure backing device max_ratio for FUSE filesystems. by Martijn Coenen · 4 years, 6 months ago
  5. f717079 Unmount public volume if FUSE mount fails by Zim · 4 years, 6 months ago
  6. dcee5c1 Configure read ahead for fuse mounts by Nikita Ioffe · 4 years, 7 months ago
  7. f36bddd Move enabling sdcardfs behind a property by Daniel Rosenberg · 4 years, 8 months ago
  8. ea97154 Handle virtio in private fs mapping by Alistair Delva · 4 years, 7 months ago
  9. c671731 Handle virtio in private fs mapping by Alistair Delva · 4 years, 7 months ago
  10. d3c230b Expand virtio_block check to other virtual devices by Alistair Delva · 4 years, 8 months ago
  11. ff1fc9b Expand virtio_block check to other virtual devices by Alistair Delva · 4 years, 8 months ago
  12. 5ec8658 Introduce postMount() VolumeBase helper. by Martijn Coenen · 4 years, 8 months ago
  13. ef63921 Bind mount install and android writable DATA and OBB dirs by Ricky Wai · 4 years, 9 months ago
  14. 60d7c82 Merge "Prefer f2fs for virtual (private) storage volumes." into rvc-dev by TreeHugger Robot · 4 years, 9 months ago
  15. 449a7d8 Bind mount Android/data and Android/obb individually. by Martijn Coenen · 4 years, 10 months ago
  16. b6488f3 Fix vold wedge when unmounting Android/ by Zim · 4 years, 10 months ago
  17. 6b12257 Make storage dirs remount fork() safe by Ricky Wai · 4 years, 10 months ago
  18. 6c695ef Prefer f2fs for virtual (private) storage volumes. by Martijn Coenen · 4 years, 10 months ago
  19. c1e33a3 Add Android/data mounting along with obb mounting in vold by Ricky Wai · 4 years, 10 months ago
  20. 7489ab6 Merge changes from topics "metadata_wrapped_key_aosp", "volume_metadata" am: 36fd1ebfae am: 6891eb7e2d am: c14f46d114 by Automerger Merge Worker · 4 years, 10 months ago
  21. 07e64a4 Mount direct boot apps obb dir after fuse is ready. by Ricky Wai · 4 years, 11 months ago
  22. 886e572 On newer devices, use dm-default-key to encrypt SD cards by Paul Crowley · 5 years ago
  23. eab67cc Merge "Retry deleting dm devices." by TreeHugger Robot · 4 years, 10 months ago
  24. 9eb4367 Retry deleting dm devices. by Ricky Wai · 4 years, 11 months ago
  25. 4eac264 Refactor key generation to handle both normal and metadata encryption. by Paul Crowley · 4 years, 11 months ago
  26. b3d018a Refactor key generation to handle both normal and metadata encryption. by Paul Crowley · 4 years, 11 months ago
  27. dd85fe2 Merge "Add disk for StubVolume" by TreeHugger Robot · 4 years, 11 months ago
  28. 50f7de2 Merge "Use DM layer directly to manage private DM volumes" am: dd12ea5bd2 am: 47aff8772d am: e3609aa837 by Automerger Merge Worker · 4 years, 11 months ago
  29. 395edfe Merge "Pass volume key as a KeyBuffer" am: 334a684557 am: 4d37b4f980 am: aebcc399ea by Automerger Merge Worker · 4 years, 11 months ago
  30. 659b63f Use DM layer directly to manage private DM volumes by Paul Crowley · 5 years ago
  31. 3d98f5d Pass volume key as a KeyBuffer by Paul Crowley · 5 years ago
  32. 82e90de Add disk for StubVolume by Risan · 5 years ago
  33. 3fcbdbf Merge "Use std::string to return crypto device, not char *" am: 80731b0975 am: 2381810b99 am: 1541f9f32b by Automerger Merge Worker · 4 years, 11 months ago
  34. 81796e9 Use std::string to return crypto device, not char * by Paul Crowley · 5 years ago
  35. 62a4b27 Setup Android/, Android/data and Android/obb dirs correctly. by Martijn Coenen · 5 years ago
  36. ac95a2c Merge "Allow external_storage or media_rw gid access /mnt/media_rw" by Zimuzo Ezeozue · 5 years ago
  37. 0a7e992 Automatically use correct lower paths for setupAppDir. by Martijn Coenen · 5 years ago
  38. c9a2be4 Allow external_storage or media_rw gid access /mnt/media_rw by Zim · 5 years ago
  39. df073f5 Handle failures after partial mounts by Zim · 5 years ago
  40. 3a2dbfe Bind mount write view of Android/obb for installers. by Martijn Coenen · 5 years ago
  41. 86f21a2 Conditionally use sdcardfs. by Martijn Coenen · 5 years ago
  42. adecd0a Use the default sdcardfs view for the Android/ bind-mount. by Martijn Coenen · 5 years ago
  43. a70feb4 Merge "Replace "sys.fuse_snapshot" with "persist.sys.fuse"" by Abhijeet Kaur · 5 years ago
  44. 01fa0e0 Replace "sys.fuse_snapshot" with "persist.sys.fuse" by Abhijeet Kaur · 5 years ago
  45. 5298ccc Initialize mFuseMounted by Greg Kaiser · 5 years ago
  46. fd7362d Correctly initialize mFuseMounted. by Martijn Coenen · 5 years ago
  47. 8f1e7f2 When unmounting, only kill user-specific paths. by Martijn Coenen · 5 years ago
  48. 5700261 Bind mount Android/ directory in FUSE. by Martijn Coenen · 5 years ago
  49. 6f5802e Use sdcardfs for pass-through mounts. by Martijn Coenen · 5 years ago
  50. adcc845 Get rid of confusing FUSE variables and comments. by Martijn Coenen · 5 years ago
  51. 10b122b Don't LOG() after fork() and before exec(). by Martijn Coenen · 5 years ago
  52. 5048b4b Add mount callback by Zim · 5 years ago
  53. 2d45d9b Fix emulated volumes not created for secondary users by Zim · 5 years ago
  54. a438b24 Fix multi-user and multi-storage with FUSE by Zim · 5 years ago
  55. de735e6 Merge "Use snapshot value sys.fuse_snapshot instead of persist.sys.fuse" by TreeHugger Robot · 5 years ago
  56. 5cf32b5 Use snapshot value sys.fuse_snapshot instead of persist.sys.fuse by shafik · 5 years ago
  57. 981222f Bind mount lower filesystem during FUSE mount by Zim · 5 years ago
  58. 23edfac Fix fdsan check by Nandana Dutt · 5 years ago
  59. a914cc7 Use unique_fd by Nandana Dutt · 5 years ago
  60. 3623a21 Mount /dev/fuse on /mnt/user/<userid>/<volumeid> by Zim · 5 years ago
  61. 5fceb48 Remove storage sandboxes related code. by Sudheer Shanka · 6 years ago
  62. 4112c12 Remove storage sandboxes related code. by Sudheer Shanka · 6 years ago
  63. 8cad97b Pass unshared_obb flag to sdcardfs setup. by Sudheer Shanka · 6 years ago
  64. a608250 Enable isolated storage by default. by Jeff Sharkey · 6 years ago
  65. 5504901 Create a new MOUNT_EXTERNAL_LEGACY storage mode. by Sudheer Shanka · 6 years ago
  66. 811de62 Merge "Create new mount directory /mnt/runtime/full." am: b9fae464fc am: f6c3c77f6c by Sudheer Shanka · 6 years ago
  67. dd4bb17 Create new mount directory /mnt/runtime/full. by Sudheer Shanka · 6 years ago
  68. ef9abab vold: const-ify some of the API by Greg Kaiser · 6 years ago
  69. 2bc201e vold: const-ify some of the API by Greg Kaiser · 6 years ago
  70. 4ba32a0 Merge "Refactor ForkExecvp to improve locking behaviour" am: 6aaedb0dca am: 12d8d6343b by Paul Crowley · 6 years ago
  71. de2d620 Refactor ForkExecvp to improve locking behaviour by Paul Crowley · 6 years ago
  72. 4d8ba07 Merge "StubVolume as first class Volume in Vold" am: dcbce84fed am: 14955896e5 by Risan · 6 years ago
  73. 8c9f332 StubVolume as first class Volume in Vold by Risan · 6 years ago
  74. b288bf0 vold: rename from "ext4 encryption" to fscrypt am: a701c458ca am: 10b70834a4 by Eric Biggers · 6 years ago
  75. a701c45 vold: rename from "ext4 encryption" to fscrypt by Eric Biggers · 6 years ago
  76. 40ab674 Bind mount pkg specific dirs in the zygote child namespaces. by Sudheer Shanka · 6 years ago
  77. 39f8497 Merge changes from topic "exfat-update" am: a2a227e382 am: 1fe4696cdd by Oleksiy Avramchenko · 6 years ago
  78. a2a227e Merge changes from topic "exfat-update" by Treehugger Robot · 6 years ago
  79. dac54dc Merge "Update vold to log only debug or higher level messages." am: 9bd07d8760 am: 92c182e4c7 by Jeff Sharkey · 6 years ago
  80. 4cff06d Use exFAT for SDXC cards by Oleksiy Avramchenko · 7 years ago
  81. 625dc78 Add GetBlockDevSize, GetBlockDevSectors helpers by Oleksiy Avramchenko · 7 years ago
  82. 4b6ca4e Update vold to log only debug or higher level messages. by Sudheer Shanka · 6 years ago
  83. 8915d62 clang-format the rest of the files by Paul Crowley · 6 years ago
  84. edf7a4e clang-format the rest of the files by Paul Crowley · 6 years ago
  85. b2efa61 Merge "clang-format many files." am: a676df01e2 am: 957b9544dd am: 8b2b67bc1e by Paul Crowley · 6 years ago
  86. 14c8c07 clang-format many files. by Paul Crowley · 6 years ago
  87. 1251ef0 vold: metadata encryption: ensure F2FS GC targets correct device. by Jaegeuk Kim · 6 years ago
  88. 53947a3 Update vold to prepare package sandboxes for primary volume. by Sudheer Shanka · 6 years ago
  89. fe69ce3 vold: meta encryption: fix /dev/block/by-name/userdata to dm-3 am: 31e962fe19 by Jaegeuk Kim · 6 years ago
  90. 31e962f vold: meta encryption: fix /dev/block/by-name/userdata to dm-3 by Jaegeuk Kim · 6 years ago
  91. d650236 Merge "vold: Add nvme disk support" am: 6054bc3ded am: 3a920e3f6e by Dmitry Shmidt · 7 years ago
  92. eea3792 Merge "Remove waitpid on UnMount" am: f6dbba8846 am: 1584dc0d1d by Daniel Rosenberg · 7 years ago
  93. e50314d Trim whitespace from sysfs values. by Jeff Sharkey · 7 years ago
  94. 57f9af6 cryptfs: Require ext disk crypt to match code by Greg Kaiser · 7 years ago
  95. 1751025 Merge "mFusePid should be cleared after waitpid successfully" am: 456483d193 am: 8be3be3167 by Gao Xiang · 7 years ago
  96. 37ba125 Add basic exFAT support. by Jeff Sharkey · 7 years ago
  97. d7e5176 Add "default_normal" support to vold. by Jeff Sharkey · 7 years ago
  98. 8c24ae7 FBE devices now fully support adoptable storage. by Jeff Sharkey · 7 years ago
  99. 130a994 Merge "Workaround perdev_minors path change in Linux" am: d3870c5167 am: 5687befd86 by Pierre-Hugues Husson · 7 years ago
  100. a370c14 Add functions to handle idle maintenance by Jin Qian · 7 years ago