1. 04bb17f Use a regex to create application directories. by Martijn Coenen · 4 years, 11 months ago
  2. 5fe1b16 Add SetQuotaInherit API. by Martijn Coenen · 5 years ago
  3. ba9868b Set correct quota project ID on application directories. by Martijn Coenen · 5 years ago
  4. 62a4b27 Setup Android/, Android/data and Android/obb dirs correctly. by Martijn Coenen · 5 years ago
  5. fb42bc4 Add setProjectQuotaId to vold. by Martijn Coenen · 5 years ago
  6. 13ff668 Replace mkdirs() with setupAppDir(). by Martijn Coenen · 5 years ago
  7. 01fa0e0 Replace "sys.fuse_snapshot" with "persist.sys.fuse" by Abhijeet Kaur · 5 years ago
  8. 6f5802e Use sdcardfs for pass-through mounts. by Martijn Coenen · 5 years ago
  9. a438b24 Fix multi-user and multi-storage with FUSE by Zim · 5 years ago
  10. 5cf32b5 Use snapshot value sys.fuse_snapshot instead of persist.sys.fuse by shafik · 5 years ago
  11. a914cc7 Use unique_fd by Nandana Dutt · 5 years ago
  12. 3623a21 Mount /dev/fuse on /mnt/user/<userid>/<volumeid> by Zim · 5 years ago
  13. 0bd2d11 vold: Introduce android::vold::writeStringToFile by Tommy Chiu · 6 years ago
  14. 30df1c6 Don't delete /mnt/user/<userId>/package on reset. by Sudheer Shanka · 6 years ago
  15. f9b38a5 Revert "Revert "Ensure necessary external storage dirs while creating sandboxes."" by Sudheer Shanka · 6 years ago
  16. 88114b2 Revert "Ensure necessary external storage dirs while creating sandboxes." by Jeff Sharkey · 6 years ago
  17. 083377e Ensure necessary external storage dirs while creating sandboxes. by Sudheer Shanka · 6 years ago
  18. 023b539 Remove sandbox specific bind mounts from root namespace. by Sudheer Shanka · 6 years ago
  19. 64918e6 Merge "Add UnmountTreeWithPrefix util method." am: 2e9aafb620 am: 5e10de1301 by Sudheer Shanka · 6 years ago
  20. 295fb24 Add UnmountTreeWithPrefix util method. by Sudheer Shanka · 6 years ago
  21. 75744cd Merge "Fsync directories after creating files" am: a892eb154e am: 7c21f0a999 by Paul Crowley · 6 years ago
  22. 621d9b9 Fsync directories after creating files by Paul Crowley · 6 years ago
  23. 4ba32a0 Merge "Refactor ForkExecvp to improve locking behaviour" am: 6aaedb0dca am: 12d8d6343b by Paul Crowley · 6 years ago
  24. de2d620 Refactor ForkExecvp to improve locking behaviour by Paul Crowley · 6 years ago
  25. cfe3972 Wait for dm device to be ready before format by Paul Crowley · 6 years ago
  26. 298fa32 Wait for dm device to be ready before format by Paul Crowley · 6 years ago
  27. 40ab674 Bind mount pkg specific dirs in the zygote child namespaces. by Sudheer Shanka · 6 years ago
  28. 89ddf99 Add unmountTree to utils. by Sudheer Shanka · 6 years ago
  29. 625dc78 Add GetBlockDevSize, GetBlockDevSectors helpers by Oleksiy Avramchenko · 7 years ago
  30. 14c8c07 clang-format many files. by Paul Crowley · 6 years ago
  31. 71cd43f Fingerprint data is now stored in one of two ways depending on the by Andreas Huber · 7 years ago
  32. 56292ef Undo Utils dependency on VolumeManager by Paul Crowley · 7 years ago
  33. 3472e52 Move to modern utility methods from android::base. by Jeff Sharkey · 7 years ago
  34. 3b71fc5 Be more C++. volume UUID should always be std::string. by Paul Crowley · 7 years ago
  35. cbe69fc Destroy vold socket interface completely. by Jeff Sharkey · 7 years ago
  36. 814e9d3 Move unsolicited vold events to Binder. by Jeff Sharkey · 7 years ago
  37. e2e2d30 Zero memory used for encryuption keys. by Pavel Grafov · 7 years ago
  38. 46bb69f Progress towards FBE and adoptable storage. by Jeff Sharkey · 8 years ago
  39. fd3dc3c Spread around some O_CLOEXEC love. by Jeff Sharkey · 8 years ago
  40. e8fb6c3 vold: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default() by Bowgo Tsai · 8 years ago
  41. 3a68f14 Vold: Clean up code related to foreign dex use by Calin Juravle · 8 years ago
  42. d24aeda Only restorecon CE storage after unlocked. by Jeff Sharkey · 8 years ago
  43. be70c9a Consistent creation/destruction of user data. by Jeff Sharkey · 9 years ago
  44. 942d4e8 Support emulator's virtio-blk based SD card by Yu Ning · 9 years ago
  45. 493f5aa Create profile folder for foreign dex markers. by Calin Juravle · 9 years ago
  46. 79f55a4 Prepare user profile folder by Calin Juravle · 9 years ago
  47. 47695b2 Allow callers to prepare CE/DE user storage. by Jeff Sharkey · 9 years ago
  48. 10d3488 Mount appfuse in process namespace. by Daichi Hirono · 9 years ago
  49. fc505c3 Emulate media encryption, always chmod to unlock. by Jeff Sharkey · 9 years ago
  50. d2c96e7 New granular encryption commands for framework. by Jeff Sharkey · 9 years ago
  51. 89f74fb Kill apps using storage through bind mounts. by Jeff Sharkey · 9 years ago
  52. c86ab6f Trim both internal and adopted private storage. by Jeff Sharkey · 10 years ago
  53. 66270a2 Let's reinvent storage, yet again! by Jeff Sharkey · 10 years ago
  54. bc40cc8 Add method to forget private partition keys. by Jeff Sharkey · 10 years ago
  55. d0640f6 Add f2fs support for private volumes. by Jeff Sharkey · 10 years ago
  56. 1d6fbcc Migrate primary external storage. by Jeff Sharkey · 10 years ago
  57. ce6a913 Exclusive exec() path, format after partition. by Jeff Sharkey · 10 years ago
  58. f0121c5 Updates for expanded storage. by Jeff Sharkey · 10 years ago
  59. 95c87cc Different blkid and fsck execution domains. by Jeff Sharkey · 10 years ago
  60. 9c48498 Support for private (adopted) volumes. by Jeff Sharkey · 10 years ago
  61. 36801cc Progress towards dynamic storage support. by Jeff Sharkey · 10 years ago
  62. deb2405 Checkpoint of better dynamic device support. by Jeff Sharkey · 10 years ago