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