1. 7e79a43 Remove broken code for mounting encrypted OBB files by Eric Biggers · 2 years, 3 months ago
  2. a2ca11e Add a method in vold to unmount app data and obb dir for testing by Ricky Wai · 3 years, 4 months ago
  3. e78c78c Remove persist.sys.fuse == false code paths by Ricky Wai · 3 years, 4 months ago
  4. bbfb6ea Check if storage app data and obb directories exist in vold by Ricky Wai · 3 years, 6 months ago
  5. adba2fc vold: remove unused stop() methods by Eric Biggers · 3 years, 8 months ago
  6. 23c0445 vold: Support aborting FUSE connections. by Martijn Coenen · 4 years, 1 month ago
  7. 75973cb Replace EnsureDirExists with a call to setupAppDir by Linus Tufvesson · 4 years, 2 months ago
  8. 6b12257 Make storage dirs remount fork() safe by Ricky Wai · 4 years, 3 months ago
  9. c1e33a3 Add Android/data mounting along with obb mounting in vold by Ricky Wai · 4 years, 3 months ago
  10. 879b9c0 Merge "Mount direct boot apps obb dir after fuse is ready." by Ricky Wai · 4 years, 3 months ago
  11. 07e64a4 Mount direct boot apps obb dir after fuse is ready. by Ricky Wai · 4 years, 4 months ago
  12. 816f4d9 Add fixupAppDir() API. by Martijn Coenen · 4 years, 3 months ago
  13. dd85fe2 Merge "Add disk for StubVolume" by TreeHugger Robot · 4 years, 4 months ago
  14. 8a68a07 Remove appDirRoot argument from setupAppDir. by Martijn Coenen · 4 years, 4 months ago
  15. 82e90de Add disk for StubVolume by Risan · 4 years, 4 months ago
  16. 0a7e992 Automatically use correct lower paths for setupAppDir. by Martijn Coenen · 4 years, 4 months ago
  17. cf5916f Also delay creating found disks until user 0 is started. by Martijn Coenen · 4 years, 5 months ago
  18. 13ff668 Replace mkdirs() with setupAppDir(). by Martijn Coenen · 4 years, 5 months ago
  19. 745e0a9 Use a regular set for started users. by Martijn Coenen · 4 years, 6 months ago
  20. a438b24 Fix multi-user and multi-storage with FUSE by Zim · 4 years, 8 months ago
  21. 4112c12 Remove storage sandboxes related code. by Sudheer Shanka · 5 years ago
  22. 727c5fa Avoid creating /mnt/user/<userId>/package/<packageName> for all pkgs. by Sudheer Shanka · 5 years ago
  23. f9b38a5 Revert "Revert "Ensure necessary external storage dirs while creating sandboxes."" by Sudheer Shanka · 5 years ago
  24. 88114b2 Revert "Ensure necessary external storage dirs while creating sandboxes." by Jeff Sharkey · 5 years ago
  25. 083377e Ensure necessary external storage dirs while creating sandboxes. by Sudheer Shanka · 5 years ago
  26. 5504901 Create a new MOUNT_EXTERNAL_LEGACY storage mode. by Sudheer Shanka · 5 years ago
  27. 37fd66f Merge "vold: const-ify some of the API" by TreeHugger Robot · 5 years ago
  28. 2bc201e vold: const-ify some of the API by Greg Kaiser · 5 years ago
  29. 817b911 Update process mount points when appop gets updated. by Sudheer Shanka · 5 years ago
  30. 03992e3 Create a new mount mode for installer packages. by Sudheer Shanka · 5 years ago
  31. 1271b90 Merge "Extract AppFuse as a util" am: 7be8a7ee1d am: d04a16cbd5 am: 9f7af4b6e3 by Risan · 5 years ago
  32. 8f6198d Change AppFuse mount location to vold namespace by Risan · 6 years ago
  33. ac02a48 Extract AppFuse as a util by Risan · 6 years ago
  34. 5f53cd3 Change AppFuse mount location to vold namespace by Risan · 6 years ago
  35. 4d8ba07 Merge "StubVolume as first class Volume in Vold" am: dcbce84fed am: 14955896e5 by Risan · 6 years ago
  36. 8c9f332 StubVolume as first class Volume in Vold by Risan · 6 years ago
  37. 69bc40f Update StorageManagerService handling of packages info. by Sudheer Shanka · 6 years ago
  38. fa6a174 Delete package sandbox data when it is uninstalled. by Sudheer Shanka · 6 years ago
  39. 40ab674 Bind mount pkg specific dirs in the zygote child namespaces. by Sudheer Shanka · 6 years ago
  40. 8915d62 clang-format the rest of the files by Paul Crowley · 6 years ago
  41. edf7a4e clang-format the rest of the files by Paul Crowley · 6 years ago
  42. c756209 Create sandboxes for newly installed apps. by Sudheer Shanka · 6 years ago
  43. 3a7ee5c Use /mnt/storage for bind mounting package sandboxes. by Sudheer Shanka · 6 years ago
  44. 53947a3 Update vold to prepare package sandboxes for primary volume. by Sudheer Shanka · 6 years ago
  45. 62bbb2b Update vold to handle package info from StorageManagerService. by Sudheer Shanka · 6 years ago
  46. ebaad1c Update IVold interface to take packageNames when a user starts. by Sudheer Shanka · 6 years ago
  47. d484aa9 Add APIs for pushing package info to vold. by Sudheer Shanka · 6 years ago
  48. 401b260 Delay touching disks when secure keyguard showing. by Jeff Sharkey · 6 years ago
  49. b64933a Be even more C++. Switch on a warning. by Paul Crowley · 7 years ago
  50. 3ce1825 Pass both partition GUID and filesystem UUID. by Jeff Sharkey · 7 years ago
  51. 56292ef Undo Utils dependency on VolumeManager by Paul Crowley · 7 years ago
  52. 3472e52 Move to modern utility methods from android::base. by Jeff Sharkey · 7 years ago
  53. cbe69fc Destroy vold socket interface completely. by Jeff Sharkey · 7 years ago
  54. 52f7a91 Move long-running calls to async with listeners. by Jeff Sharkey · 7 years ago
  55. 814e9d3 Move unsolicited vold events to Binder. by Jeff Sharkey · 7 years ago
  56. 83b559c Move all crypto commands over to Binder. by Jeff Sharkey · 7 years ago
  57. 11c2d38 Move even more vold commands over to Binder. by Jeff Sharkey · 7 years ago
  58. 9462bdd Move "volume" commands over to Binder. by Jeff Sharkey · 7 years ago
  59. 375ac25 do not sleep if it is shutting down by Keun-young Park · 7 years ago
  60. fa1c677 Add a new "virtual disk" feature. by Jeff Sharkey · 7 years ago
  61. aae7938 Fix misc-macro-parentheses warnings in system/vold. by Chih-Hung Hsieh · 8 years ago
  62. a4f48d0 vold: fix 64 bit ioctl error by Mateusz Nowak · 9 years ago
  63. c86ab6f Trim both internal and adopted private storage. by Jeff Sharkey · 9 years ago
  64. 66270a2 Let's reinvent storage, yet again! by Jeff Sharkey · 9 years ago
  65. bc40cc8 Add method to forget private partition keys. by Jeff Sharkey · 9 years ago
  66. bd3038d Start tracking added users with serial numbers. by Jeff Sharkey · 9 years ago
  67. 5a6bfca Initial pass at storage benchmarks. by Jeff Sharkey · 9 years ago
  68. c8e04c5 Wider volume mutation lock, move force adoptable. by Jeff Sharkey · 9 years ago
  69. f1b996d Volumes know parent disks; unsupported disks. by Jeff Sharkey · 9 years ago
  70. 9f18fe7 Remove unused code. by Jeff Sharkey · 9 years ago
  71. 9c48498 Support for private (adopted) volumes. by Jeff Sharkey · 9 years ago
  72. 36801cc Progress towards dynamic storage support. by Jeff Sharkey · 9 years ago
  73. 43ed123 ASEC resize tweaking, allow read-write mounting. by Jeff Sharkey · 10 years ago
  74. 40b64a6 vold: support "volume list [broadcast]" command by JP Abgrall · 10 years ago
  75. fcd34a0 Added support for ext4 ASEC resizing. by Daniel Rosenberg · 10 years ago
  76. 6696260 Validate asec names. by Nick Kralevich · 10 years ago
  77. 71ebe15 Add mkdirs() command. by Jeff Sharkey · 11 years ago
  78. 9caab76 vold: Add an optional wipe paramter to the volume format command by Ken Sumrall · 11 years ago
  79. 93ecb38 Only cleanup ASECs in external storage by Kenny Root · 12 years ago
  80. 425524d Unmount all asec apps before encrypting by Ken Sumrall · 12 years ago
  81. 344ca10 Add in ext4 support for ASEC containers by Kenny Root · 12 years ago
  82. 0b8b597 Add the ability to revert a crypto mapping when unmounting a volume by Ken Sumrall · 13 years ago
  83. 3b17005 Prevent sharing or formatting of a vold managed volumes during encryption. by Ken Sumrall · 13 years ago
  84. 736910c Add new vold call to get the path to an asec fs. by Dianne Hackborn · 13 years ago
  85. 6b71559 Merge "Remove obsolete code for monitoring USB status" by Mike Lockwood · 13 years ago
  86. 319b104 Don't abort the encryption process if an internal volume is present but unmounted. by Ken Sumrall · 13 years ago
  87. a976656 Remove obsolete code for monitoring USB status by Mike Lockwood · 13 years ago
  88. 29d8da8 vold: allow to store key in a file on another partition by Ken Sumrall · 13 years ago
  89. a28056b Set VM dirty ratio to zero when UMS is active by Mike Lockwood · 14 years ago
  90. cbacf78 Track type of container mounted by Kenny Root · 14 years ago
  91. 508c0e1 Additional Obb functionality by Kenny Root · 14 years ago
  92. fb7c4d5 Add image mounting commands for OBB files by Kenny Root · 14 years ago
  93. 99635f6 Use new kernel notifications to determine if USB mass storage is available. by Mike Lockwood · 14 years ago
  94. acc9e7d Change ASCII conversion for hash and add tests by Kenny Root · 14 years ago
  95. 1a06eda vold: Ensure we cleanup secure containers on card removal. by San Mehat · 14 years ago
  96. befd59c vold: remove some dead code by San Mehat · 14 years ago
  97. d9a4e35 vold: Bugfixes & cleanups by San Mehat · 14 years ago
  98. 4ba8948 vold: Add 'force' option to anything that can cause an unmount by San Mehat · 14 years ago
  99. eba65e9 vold: Bloat reduction Signed-off-by: San Mehat <san@google.com> by San Mehat · 14 years ago
  100. 048b080 vold: Add support for renaming secure containers by San Mehat · 14 years ago