1. 9f2dc05 Add DataUnit to clarify SI-vs-IEC units. by Jeff Sharkey · 7 years ago
  2. 8eb783b FBE devices now fully support adoptable storage. by Jeff Sharkey · 7 years ago
  3. bef82ed Merge "Modify getting of primary storage size" am: 1c876b73b3 am: f8adea8255 by hj.seo · 7 years ago
  4. e82e89ef9 Modify getting of primary storage size by hj.seo · 7 years ago
  5. ce8db99 Add more IntDef prefixes for auto-documenting. by Jeff Sharkey · 7 years ago
  6. ae26646 Skip FDE-specific operations, mkdir() throwing. by Jeff Sharkey · 7 years ago
  7. 7e19f53 Abort long-running benchmarks, report progress. by Jeff Sharkey · 7 years ago
  8. b302c54 Move long-running calls to async with listeners. by Jeff Sharkey · 7 years ago
  9. 43e1211 Move all crypto commands over to Binder. by Jeff Sharkey · 7 years ago
  10. 41cd681 Move even more vold commands over to Binder. by Jeff Sharkey · 7 years ago
  11. 67f9d50 Fix broken javadocs. by Jeff Sharkey · 7 years ago
  12. 4233f03 Test if allocation supported; @removed clean up. by Jeff Sharkey · 7 years ago
  13. a65e649 Progress towards FBE and adoptable storage. by Jeff Sharkey · 7 years ago
  14. 10e0b42 Merge "Improve developer docs for storage APIs." into oc-dev am: 05b52d8ba5 by Jeff Sharkey · 7 years ago
  15. 35e46d2 Active camera apps can defy reserved cache space. by Jeff Sharkey · 7 years ago
  16. b31afd2 Improve developer docs for storage APIs. by Jeff Sharkey · 7 years ago
  17. 2063e4f Remove old FUSE bypass now that we have sdcardfs. by Jeff Sharkey · 7 years ago
  18. bfc4fcd Give Doclava our manifest; more permission docs. by Jeff Sharkey · 7 years ago
  19. d86b8fe Annotate @SystemApi with required permissions. by Jeff Sharkey · 7 years ago
  20. ddff807 Consistent "low storage" behavior. by Jeff Sharkey · 7 years ago
  21. ee67b61 Invoke BLKSECDISCARD to securely delete sensitive data by Rubin Xu · 7 years ago
  22. 4315c1e Merge "@hide non-Handler variant of SM.openProxyFileDescriptor" into oc-dev by Jeff Sharkey · 7 years ago
  23. 2443a09 @hide non-Handler variant of SM.openProxyFileDescriptor by Daichi Hirono · 7 years ago
  24. a4d34d9 Respond to API council feedback. by Jeff Sharkey · 7 years ago
  25. 4b32f7c Merge "Fix code accounting bugs, track external app data." into oc-dev by Jeff Sharkey · 7 years ago
  26. 60a82cd Flesh out more API docs. by Jeff Sharkey · 7 years ago
  27. 0034788 Fix code accounting bugs, track external app data. by Jeff Sharkey · 7 years ago
  28. 789a8fc Storage API polishing. by Jeff Sharkey · 7 years ago
  29. 24403ff Just round up the data partition size. by Jeff Sharkey · 7 years ago
  30. 812c95d Allow apps to process ProxyFDCallback asynchrnously. by Daichi Hirono · 8 years ago
  31. e53e2d9 Add a new "virtual disk" feature. by Jeff Sharkey · 7 years ago
  32. b5a35b8 Refactor cache behavior from "atmoic" to "group". by Jeff Sharkey · 7 years ago
  33. 2277480 Merge "Add metric for openProxyFileDescriptor." by TreeHugger Robot · 7 years ago
  34. d61817e Add metric for openProxyFileDescriptor. by Daichi Hirono · 8 years ago
  35. 09734df Grumble, nobody likes kibibytes. by Jeff Sharkey · 7 years ago
  36. 458428e Split cache clearing into two phases. by Jeff Sharkey · 8 years ago
  37. d5d5e92 Clear cache space when allocating bytes. by Jeff Sharkey · 8 years ago
  38. 500ce9e Explicit API for allocating disk space. by Jeff Sharkey · 8 years ago
  39. 9bed070 More APIs for cache status and behavior. by Jeff Sharkey · 8 years ago
  40. baa0116 Remove StorageManager#mountAppFuse hidden API. by Daichi Hirono · 8 years ago
  41. 500bffd Publish StorageManager#openProxyFileDescriptor API. by Daichi Hirono · 8 years ago
  42. 9fb0018 Add StorageManager#openProxyFileDescriptor. by Daichi Hirono · 8 years ago
  43. bede012 Merge "StorageManager: Improve exception handling" am: cf3a4a68bd am: 545cf37844 am: edca8aa3a8 by Alex Naidis · 8 years ago
  44. 19d9c2d StorageManager: Improve exception handling by Alex Naidis · 8 years ago
  45. c0d3f0e Dumps total size of primary storage. by Felipe Leme · 8 years ago
  46. 31d0b70 Add 'fstrim' command for use from shell. by Jeff Sharkey · 8 years ago
  47. 2250d56 Rename MountService to StorageManagerService. by Sudheer Shanka · 8 years ago
  48. 428868c Merge "Move IMountService to aidl." by Sudheer Shanka · 8 years ago
  49. f734114 Move IMountService to aidl. by Sudheer Shanka · 8 years ago
  50. 281389a Dumps total size of primary storage. by Felipe Leme · 8 years ago
  51. aa67f68 Fix a bunch of repeated reads of a ro.* property by John Reck · 8 years ago
  52. 49ca529 Avoid caching services with missing binders. by Jeff Sharkey · 8 years ago
  53. 179923a Improved storage size detection. by Felipe Leme · 8 years ago
  54. 690346b Use the Deletion Helper when system storage is low. by Daniel Nishi · 8 years ago
  55. 18202e00b Added a getPrimaryStorageSize() method. by Felipe Leme · 8 years ago
  56. 4815ed4 Cache IMountService for isUserKeyUnlocked() calls. by Jeff Sharkey · 8 years ago
  57. ce18c81 Introduce "unlocking" vs "unlocked" nuance. by Jeff Sharkey · 8 years ago
  58. fcf1e55 Consistent creation/destruction of user data. by Jeff Sharkey · 8 years ago
  59. cadfc77 Merge "Fix broken javadoc." into nyc-dev by Jeff Sharkey · 8 years ago
  60. f82c2f0 Fix broken javadoc. by Jeff Sharkey · 8 years ago
  61. c250e45 Make getStorageVolume(File file) public. by Felipe Leme · 8 years ago
  62. 8b704d44 Merge "Revert "Remove old FUSE bypass now that we have sdcardfs."" into nyc-dev by Jeff Sharkey · 8 years ago
  63. 8575da1 Revert "Remove old FUSE bypass now that we have sdcardfs." by Jeff Sharkey · 8 years ago
  64. 33dd156 Give users and devices control over sdcardfs. by Jeff Sharkey · 8 years ago
  65. feef8b6 Remove old FUSE bypass now that we have sdcardfs. by Jeff Sharkey · 8 years ago
  66. c02bfae Include "invisible" volumes in new storage API. by Jeff Sharkey · 8 years ago
  67. cf3f0a1 Update direct boot related documentation. by Jeff Sharkey · 8 years ago
  68. 20be5d6 Add API to IMountService to get encryption state by Paul Lawrence · 9 years ago
  69. f888056 When system server goes down, crash apps more. by Jeff Sharkey · 9 years ago
  70. 04a5d40 Initial implementation of StorageManager.getVolumesList(). by Felipe Leme · 9 years ago
  71. faeb3eb Password security for FBE disk encryption keys by Paul Crowley · 9 years ago
  72. 47f7108 Prepare user storage just before using it. by Jeff Sharkey · 9 years ago
  73. cd65448 Even more PackageManager caller triage. by Jeff Sharkey · 9 years ago
  74. c5967e9 More progress on triaging PackageManager callers. by Jeff Sharkey · 9 years ago
  75. c4dd021 Introduce ephemeral users. by Lenka Trochtova · 9 years ago
  76. ce14cd0 Mount storage after unlock, fix leaving emulation. by Jeff Sharkey · 9 years ago
  77. ba51235 More file-based encryption work. by Jeff Sharkey · 9 years ago
  78. 9e8d9e2 Add a mehtod definition to StorageManager for appfuse. by Daichi Hirono · 9 years ago
  79. f9fc6d6 More file-based encryption work. by Jeff Sharkey · 9 years ago
  80. 965da39 Create a File Based Encryption check API by Clara Bayarri · 9 years ago
  81. acfaa94 am b8040265: Merge "Give secondary users read-only physical cards." into mnc-dev by Jeff Sharkey · 9 years ago
  82. 4634987 Give secondary users read-only physical cards. by Jeff Sharkey · 9 years ago
  83. eb16e1f am 08dda27b: Merge "Make sure we get valid package name or fail." into mnc-dev by Svetoslav · 9 years ago
  84. 7395cbf Make sure we get valid package name or fail. by Svetoslav · 9 years ago
  85. c7a6074 am d3719ab0: Merge "Better handling of storage paths." into mnc-dev by Jeff Sharkey · 9 years ago
  86. 98329459 Better handling of storage paths. by Jeff Sharkey · 9 years ago
  87. c56668e am 3ced9617: Merge "Use original path if translated path doesn\'t exist" into mnc-dev by Marco Nelissen · 9 years ago
  88. aa41103 Use original path if translated path doesn't exist by Marco Nelissen · 9 years ago
  89. d7be214 resolved conflicts for merge of 8cee6587 to mnc-dr-dev by Ian Pedowitz · 9 years ago
  90. 6ee871e Teach storage appops. by Svet Ganov · 9 years ago
  91. 7ec733f Delete the user key when deleting a user. by Paul Crowley · 9 years ago
  92. bcf48ed Use mount service to create user dirs. by Paul Crowley · 9 years ago
  93. ef10ee0 Handle missing migration source volume. by Jeff Sharkey · 9 years ago
  94. 6dce496 Reconcile private volumes when mounted. by Jeff Sharkey · 9 years ago
  95. 9527b22 Let's reinvent storage, yet again! by Jeff Sharkey · 9 years ago
  96. 9dc575d Add StorageEventListener.onDiskDestroyed() by Makoto Onuki · 9 years ago
  97. d8fdb33 Honor password visible setting in CryptKeeper by Paul Lawrence · 9 years ago
  98. 4c099d0 Command to change force adoptable state. by Jeff Sharkey · 9 years ago
  99. 9756d75 Initial pass at storage benchmarks. by Jeff Sharkey · 9 years ago
  100. 0d838a0 Determine if we have adoptable disks. by Jeff Sharkey · 9 years ago