1. af189e3 Slice and dice app ops - framework by Svet Ganov · 5 years ago
  2. cc44edc Merge "Update StorageManagerService.mkdirs to translate sandboxed paths." by Sudheer Shanka · 5 years ago
  3. a63bfb3 Update StorageManagerService.mkdirs to translate sandboxed paths. by Sudheer Shanka · 5 years ago
  4. 586d0f3 Merge "Do not call into vold when the device is not block encrypted" by TreeHugger Robot · 5 years ago
  5. 3627499 Developer option to disable legacy greylist. by Jeff Sharkey · 5 years ago
  6. e51005d Look for visible vols for a user under /mnt/user/<userId>/package/. by Sudheer Shanka · 5 years ago
  7. 03b20ec Avoid creating /mnt/user/<userId>/package/<packageName> for all pkgs. by Sudheer Shanka · 5 years ago
  8. 0ebbd46 Temporarily grant legacy storage to certain apps. by Jeff Sharkey · 5 years ago
  9. 0637680 Enable isolated storage by default. by Jeff Sharkey · 5 years ago
  10. 03fd40b Remove sandbox specific bind mounts from root namespace. by Sudheer Shanka · 5 years ago
  11. ff58507 Fix NPE in StorageManagerService. by Sudheer Shanka · 6 years ago
  12. 8b499a0 Always copy value from DeviceConfig. by Jeff Sharkey · 6 years ago
  13. 5d0c55c Define DeviceConfig for storage features. by Jeff Sharkey · 6 years ago
  14. 0596a5b Merge "Remove duplicate impl of CollectionUtils.emptyIfNull" by TreeHugger Robot · 6 years ago
  15. 04d021c Remove duplicate impl of CollectionUtils.emptyIfNull by Eugene Susla · 6 years ago
  16. 7461df2 Merge "Create a new MOUNT_EXTERNAL_LEGACY storage mode." by Sudheer Shanka · 6 years ago
  17. 62cb5ce Merge "Don't allow instant apps to access external storage." by Jeff Sharkey · 6 years ago
  18. 0b6da53 Create a new MOUNT_EXTERNAL_LEGACY storage mode. by Sudheer Shanka · 6 years ago
  19. 0f26cbd Don't allow instant apps to access external storage. by Sudheer Shanka · 6 years ago
  20. c826175 Create a Zram writeback job by Srinivas Paladugu · 6 years ago
  21. 14a8b1f Do not call into vold when the device is not block encrypted by yusukes · 6 years ago
  22. 67a08c3 Merge "Update process mount points when appop gets updated." by Sudheer Shanka · 6 years ago
  23. 342b4bf Snapshot isolated storage feature flag at boot. by Jeff Sharkey · 6 years ago
  24. ff971bc Update process mount points when appop gets updated. by Sudheer Shanka · 6 years ago
  25. b0c363b2 Local and remote isolated storage feature flags. by Jeff Sharkey · 6 years ago
  26. 3b1c254 Simple mask of incoming file mode. by Jeff Sharkey · 6 years ago
  27. 11697f5 Legacy storage behavior for pre-isolated apps. by Jeff Sharkey · 6 years ago
  28. 3a0df3b Create a new mount mode for installer packages. by Sudheer Shanka · 6 years ago
  29. 0f2f9d0 Merge "Add commitChanges for signaling checkpointing end" by TreeHugger Robot · 6 years ago
  30. 3946632 Filter proxy FD open modes to those supported. by Jeff Sharkey · 6 years ago
  31. 6220baa Merge "Schematize vold system properties" by TreeHugger Robot · 6 years ago
  32. 2ea404f Merge "Method to determine isolated storage mode." by Jeff Sharkey · 6 years ago
  33. 10ec9d8 Method to determine isolated storage mode. by Jeff Sharkey · 6 years ago
  34. e129e5c Add commitChanges for signaling checkpointing end by Daniel Rosenberg · 6 years ago
  35. 38bcbf0 cheets: Delegate openAppFuseFile operation to vold by Ryo Hashimoto · 6 years ago
  36. d68bd60 Update shared sandbox prefix to "shared-". by Sudheer Shanka · 6 years ago
  37. f8771d3 Merge "Introducing StubVolume in StorageManager" am: b499af866c am: eb871cc916 by Risan · 6 years ago
  38. 52b976d Merge "Update storage sandbox path translation methods." by Sudheer Shanka · 6 years ago
  39. 87915d6 Update storage sandbox path translation methods. by Sudheer Shanka · 6 years ago
  40. 05c41e6 Introducing StubVolume in StorageManager by Risan · 6 years ago
  41. c1246e6 Schematize vold system properties by Inseob Kim · 6 years ago
  42. be0febe Add sm set-isolated-storage [true|false] by Sudheer Shanka · 6 years ago
  43. a354a27 ResetListener in StorageManagerService by Risan · 6 years ago
  44. aec0ee7 ResetListener in StorageManagerService by Risan · 6 years ago
  45. 2ac25a9 Update StorageManagerService handling of packages info. by Sudheer Shanka · 6 years ago
  46. 31ad0a1 Update shared sandbox directory structure. by Sudheer Shanka · 6 years ago
  47. 584b068 Delete package sandbox data when it is uninstalled. by Sudheer Shanka · 6 years ago
  48. 3f0645b Bind mount pkg specific dirs in the zygote child namespaces. by Sudheer Shanka · 6 years ago
  49. 25469aa Remove DefaultContainerService usage in StorageManagerService. by Sudheer Shanka · 6 years ago
  50. ae6d1c9 Merge "Create sandboxes for newly installed apps." by Sudheer Shanka · 6 years ago
  51. c58fdf3 Fix regression to boolean logic. by Jeff Sharkey · 6 years ago
  52. 8ff30b1 Create sandboxes for newly installed apps. by Sudheer Shanka · 6 years ago
  53. 5790af0 Methods to translate sandbox paths. by Jeff Sharkey · 6 years ago
  54. f047bb5 Merge "Use fdeCheckPassword error code to indicate pw failure" am: d3d564a802 am: ccce8813bf am: 86aaaca936 by Paul Crowley · 6 years ago
  55. fc0b519 Use fdeCheckPassword error code to indicate pw failure by Paul Crowley · 6 years ago
  56. f8d9d36 Pass the packages installed to vold when the user starts. by Sudheer Shanka · 6 years ago
  57. 0a541a5 Update StorageManagerService to push package info to vold. by Sudheer Shanka · 6 years ago
  58. 9e4f3e0 Introduced WindowProcessController/Listener (10/n) by Wale Ogunwale · 6 years ago
  59. 6767eae Split internal interface activities from current AM interface (3/n) by Wale Ogunwale · 6 years ago
  60. c3c7287 Re-enable vold watchdog. by Jeff Sharkey · 6 years ago
  61. 1e62b67 Merge "Access removable volumes through /mnt/media_rw" into pi-dev by Jerry Zhang · 6 years ago
  62. 71938e1 Access removable volumes through /mnt/media_rw by Jerry Zhang · 6 years ago
  63. 7f6b812 UserDataPrepare: CE storage property set too early. by Farid Zare Seisan · 6 years ago
  64. 901c042 Extend adoptable override to force on or off. by Jeff Sharkey · 6 years ago
  65. ac09451 Ignore mkdirs requests if CE storage not available. by Farid Zare Seisan · 6 years ago
  66. 196c755 Ignore mkdirs requests while storage is locked. by Jeff Sharkey · 6 years ago
  67. 841fd43 Stop invoking secdiscard when deleting password data by Rubin Xu · 6 years ago
  68. 0095a82 Grant DCS storage access; better OBB errors. by Jeff Sharkey · 6 years ago
  69. a36dc62 Frameworks: Annotate trivial @GuardedBy in services/core by Andreas Gampe · 6 years ago
  70. a77e198 Merge "Log additional events in security log." by Pavel Grafov · 7 years ago
  71. ce72ef0 Log additional events in security log. by Pavel Grafov · 7 years ago
  72. e17b445 Reduce pss collection amount, improve logging. by Dianne Hackborn · 7 years ago
  73. 766b632 Wire up zram setting, system property by Daniel Colascione · 7 years ago
  74. f3f9e26 Merge "Remove all references to FDE enable wipe" by TreeHugger Robot · 7 years ago
  75. 9f2dc05 Add DataUnit to clarify SI-vs-IEC units. by Jeff Sharkey · 7 years ago
  76. 8eb783b FBE devices now fully support adoptable storage. by Jeff Sharkey · 7 years ago
  77. 89a0ae4 Remove all references to FDE enable wipe by Paul Lawrence · 7 years ago
  78. 205523d Merge "Add MtpStorageManager for monitoring filesystem events" by TreeHugger Robot · 7 years ago
  79. 9765e44 Delay touching disks when secure keyguard showing. by Jeff Sharkey · 7 years ago
  80. f9c5c25 Add MtpStorageManager for monitoring filesystem events by Jerry Zhang · 7 years ago
  81. 27a108c Oops, need to return on success. by Jeff Sharkey · 7 years ago
  82. ae26646 Skip FDE-specific operations, mkdir() throwing. by Jeff Sharkey · 7 years ago
  83. a85b991 Add entry points to invoke idle maintenance from vold by Jin Qian · 7 years ago
  84. 7e19f53 Abort long-running benchmarks, report progress. by Jeff Sharkey · 7 years ago
  85. db4b619 Pass both partition GUID and filesystem UUID. by Jeff Sharkey · 7 years ago
  86. 12690d5 Add storaged callbacks in StorageManagerService by Jin Qian · 7 years ago
  87. f8bb244 Finish removing ASEC. by Jeff Sharkey · 7 years ago
  88. 5440279 Destroy vold socket interface completely. by Jeff Sharkey · 7 years ago
  89. b302c54 Move long-running calls to async with listeners. by Jeff Sharkey · 7 years ago
  90. 8058fe6 Move unsolicited vold events to Binder. by Jeff Sharkey · 7 years ago
  91. 43e1211 Move all crypto commands over to Binder. by Jeff Sharkey · 7 years ago
  92. 41cd681 Move even more vold commands over to Binder. by Jeff Sharkey · 7 years ago
  93. b6715d4 Merge "Tentative attempt at disabling ASECs." by Jeff Sharkey · 7 years ago
  94. ee361d8 Tentative attempt at disabling ASECs. by Jeff Sharkey · 7 years ago
  95. ace874b Move "volume" commands over to Binder. by Jeff Sharkey · 7 years ago
  96. 1019de9 Start paving the way for vold calls over Binder. by Jeff Sharkey · 7 years ago
  97. 3d5e376 Merge "Signal init when user 0 CE storage is unlocked" into oc-dr1-dev by Paul Crowley · 7 years ago
  98. 9139a78 Signal init when user 0 CE storage is unlocked by Paul Crowley · 7 years ago
  99. a65e649 Progress towards FBE and adoptable storage. by Jeff Sharkey · 7 years ago
  100. 35e46d2 Active camera apps can defy reserved cache space. by Jeff Sharkey · 7 years ago