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