1. d95d3bf Persist nickname and flags for volumes. by Jeff Sharkey · 9 years ago
  2. 56bd312 Checkpoint of storage notifications. by Jeff Sharkey · 9 years ago
  3. 59d577a Browse mode for DocumentsUI, removed volume state. by Jeff Sharkey · 9 years ago
  4. b2b9ab8 Installing packages to expanded storage. by Jeff Sharkey · 9 years ago
  5. 7151a9a Storage methods using IDs, update listeners. by Jeff Sharkey · 9 years ago
  6. 1b8ef7e Parcelable objects for Disk/Volume. by Jeff Sharkey · 9 years ago
  7. 4887789 Progress towards dynamic storage support. by Jeff Sharkey · 9 years ago
  8. 56e6293 Bring MountService into the SystemService world. by Jeff Sharkey · 9 years ago
  9. 00e821a am c7e48719: Merge "Remove references to persist.sys.language/country." by Narayan Kamath · 9 years ago
  10. b61db82 Remove references to persist.sys.language/country. by Narayan Kamath · 9 years ago
  11. 1194e75 Merge "Add support for persist.sys.locale." automerge: dca2332 by Narayan Kamath · 10 years ago
  12. d30dbb8 Add support for persist.sys.locale. by Narayan Kamath · 10 years ago
  13. 91bf111 am 53d1022e: am a15d6402: Merge "Fix crash caused by toHex returning exception" by Paul Lawrence · 10 years ago
  14. 24063b5 Fix crash caused by toHex returning exception by Paul Lawrence · 10 years ago
  15. bf0c614 am c97d1fbb: am 5106dd44: Merge "Throw IllegalArgumentException on invalid hex-strings." by Narayan Kamath · 10 years ago
  16. 25c29c1 am 6d41504d: Merge "Move frameworks users over to libcore hex encoding API." by Narayan Kamath · 10 years ago
  17. 1653b1d Throw IllegalArgumentException on invalid hex-strings. by Narayan Kamath · 10 years ago
  18. 78108a3 Move frameworks users over to libcore hex encoding API. by Narayan Kamath · 10 years ago
  19. 7265abe Be increasingly aggressive about fstrim if it isn't being run by Christopher Tate · 10 years ago
  20. c220d8e Stop crypto UI from crashing during encryption by Paul Lawrence · 10 years ago
  21. a6711ff Accessibility no longer overrides strong encryption. by Svetoslav · 10 years ago
  22. 9c33f28 Ensure that the SIM language doesn't override the user language on the encryption UI. by Elliott Hughes · 10 years ago
  23. 16e4a1a Use default encryption password if an accessibility service is enabled. by Svetoslav · 10 years ago
  24. f839b4f Set the system locale correctly even on an encrypted device. by Elliott Hughes · 10 years ago
  25. 941a8ba Installing splits into ASECs! by Jeff Sharkey · 10 years ago
  26. 5f054ce MountService: Fix android.process.media crash repeatedly problem by JP Abgrall · 10 years ago
  27. 92aa5a2 Re-commit of reverted change 458959 by Emily Bernier · 10 years ago
  28. a35add6 Revert "Enforce USB and storage restrictions" by Narayan Kamath · 10 years ago
  29. 59f77c3 Enforce USB and storage restrictions by Emily Bernier · 10 years ago
  30. 115afda Switch framework to using new scheduled-work API by Christopher Tate · 10 years ago
  31. 2ee3c1e Per-app media directories on external storage. by Jeff Sharkey · 10 years ago
  32. dfad99a resolved conflicts for merge of 0b5598c9 to master by Brian Carlstrom · 10 years ago
  33. 0b5598c am 691079dd: am a21ba5be: Merge "Add BackgroundDexOptService" by Brian Carlstrom · 10 years ago
  34. 9502f99 Merge "Allow encryption when keyguard is set to pattern or no protection" by Paul Lawrence · 10 years ago
  35. 46791e7 Allow encryption when keyguard is set to pattern or no protection by Paul Lawrence · 10 years ago
  36. e51dcf9 Save OwnerInfo so CryptKeeper can display at boot time by Paul Lawrence · 10 years ago
  37. 945490c Don't double prompt on booting encrypted device by Paul Lawrence · 10 years ago
  38. 6ee7d25 Revert "Don't prompt at boot if we already did that when decrypting" by Paul Lawrence · 10 years ago
  39. 493e3e7 Don't prompt at boot if we already did that when decrypting by Paul Lawrence · 10 years ago
  40. 2bc6857 Merge "Clean up a few minor issues" by Paul Lawrence · 10 years ago
  41. 77b987f Hold a wake lock while dispatching network activity events. by Dianne Hackborn · 10 years ago
  42. 9a41b24 am 392ee12f: am 96190f1c: am e6d256c5: am 234b0b03: Merge "Fix, MountService now only sends one onShutDownComplete" by Jeff Sharkey · 10 years ago
  43. 96190f1 am e6d256c5: am 234b0b03: Merge "Fix, MountService now only sends one onShutDownComplete" by Jeff Sharkey · 10 years ago
  44. 0a18029 Clean up a few minor issues by Paul Lawrence · 10 years ago
  45. 8e39736 Support default, pattern, pin and password encryption types by Paul Lawrence · 10 years ago
  46. d417d62 Introduce "IdleService" API to expose idle-time maintenance to apps by Christopher Tate · 11 years ago
  47. 222496f am 5d734dbc: am e1d18f6e: am 0e3df216: am cc81bcec: Merge "Only send storage intents after boot complete" by Christopher Tate · 11 years ago
  48. 38c65b1 am 6fba240b: am 6d3700b3: am 47235e8b: am 90cadb35: Merge "MountService listeners can not be unregistered" by Jeff Sharkey · 11 years ago
  49. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/java/com/android/server/MountService.java]
  50. 1f706c6 Include external storage devices in DocumentsUI. by Jeff Sharkey · 11 years ago
  51. 5aca2b8 Plumb through physical device UUID and label. by Jeff Sharkey · 11 years ago
  52. 44cbdec Add secondary external storage support. by Jeff Sharkey · 11 years ago
  53. 5786a27 Fix mount path prefix checking. by Jeff Sharkey · 11 years ago
  54. 2d8b4e8 Delegate mkdirs() to vold when lacking perms. by Jeff Sharkey · 11 years ago
  55. 1abdb71 APIs for multiple external storage devices. by Jeff Sharkey · 11 years ago
  56. 3606254 resolved conflicts for merge of e96a8207 to master by Kenny Root · 11 years ago
  57. e96a820 am 56cd646a: Avoid logging sensitive data. by Jeff Sharkey · 11 years ago
  58. 56cd646 Avoid logging sensitive data. by Jeff Sharkey · 11 years ago
  59. 2267a78 am 2c4b0905: am ab4a0541: am e4c29de9: Merge "Add missing ACTION_MEDIA_UNMOUNTED intent" by Jeff Sharkey · 11 years ago
  60. ab4a054 am e4c29de9: Merge "Add missing ACTION_MEDIA_UNMOUNTED intent" by Jeff Sharkey · 11 years ago
  61. f503c8f Add missing ACTION_MEDIA_UNMOUNTED intent by Christian Beck · 11 years ago
  62. efa92b2 Cleanup some of the thread merging. by Dianne Hackborn · 11 years ago
  63. c9dc93e Merge "Start combining threads in system process." by Dianne Hackborn · 11 years ago
  64. 8d044e8 Start combining threads in system process. by Dianne Hackborn · 11 years ago
  65. 9e814a8 Removing a debug check when logging fstrim events. by Svetoslav · 11 years ago
  66. f23b64d Perform idle maintenance when the device is charging. by Svetoslav · 11 years ago
  67. d9fe293 It helps to catch the right exception. by Jeff Sharkey · 11 years ago
  68. 9ae62f5 It helps to catch the right exception. by Jeff Sharkey · 11 years ago
  69. a7452ee [DO NOT MERGE] Notify vold when to start fstrim. by Svetoslav · 11 years ago
  70. 40e9f29 Quiet down a lot of logging. by Dianne Hackborn · 12 years ago
  71. f5377a7 Merge "Useful annotations for code documentation." into jb-mr1.1-dev by Jeff Sharkey · 12 years ago
  72. 0be607c Avoid runtime restart after vold reconnects. by Jeff Sharkey · 12 years ago
  73. 8b2c3a14 Useful annotations for code documentation. by Jeff Sharkey · 12 years ago
  74. 32ee831 Handle ISE when physical volume isn't mounted. by Jeff Sharkey · 12 years ago
  75. 4fbbda4 Handle multi-user mountObb() requests. by Jeff Sharkey · 12 years ago
  76. 920ace0 Query users excluding any being removed by Amith Yamasani · 12 years ago
  77. 27bd34d Multi-user MTP. by Jeff Sharkey · 12 years ago
  78. b049e21 Include user identifier in external storage paths. by Jeff Sharkey · 12 years ago
  79. 9545dc02 Include primary flag in StorageVolume. by Jeff Sharkey · 12 years ago
  80. 5ac72a2 Improve multi-user broadcasts. by Dianne Hackborn · 12 years ago
  81. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  82. 3e751f1 am 60c77212: am 2a393a99: Merge "MountService: unlink death notification when unregistering listeners" by Jean-Baptiste Queru · 12 years ago
  83. 13fe2a5 Fix bug #6522190 MountService should respond to configuration changes ("INTERNAL STORAGE" string should be translated dynamically) by Fabrice Di Meglio · 12 years ago
  84. 51a573c Wait for ASECs to be scanned before proceeding by Kenny Root · 12 years ago
  85. 6dceb88 Allow forward locked apps to be in ASECs by Kenny Root · 12 years ago
  86. 483f3b0 Package restrictions per user by Amith Yamasani · 12 years ago
  87. 5c25a2d MountService: unlink death notification when unregistering listeners by Vairavan Srinivasan · 13 years ago
  88. 470fd72 Log netd traffic nicely. by Robert Greenwalt · 13 years ago
  89. da6aedf Test the correct return code from call to cryptfs. by Fredrik Roubert · 13 years ago
  90. dd519fa Move native vold calls to varargs. by Jeff Sharkey · 13 years ago
  91. 31c6e48 Move NativeDaemonConnector to varargs. by Jeff Sharkey · 13 years ago
  92. 32418be Require device encryption password to perform adb backup/restore by Christopher Tate · 13 years ago
  93. 13c7197 Revert encryption mapping for device wipes. by Ben Komalo · 13 years ago
  94. 444eca2 Expose getting encryptstate through IMountService by Ben Komalo · 13 years ago
  95. 07714d4 Default disable watchdog for vold connection by Kenny Root · 13 years ago
  96. fa23c5a Add NativeDaemonConnector users to watchdog. by Jeff Sharkey · 13 years ago
  97. 18db5c5 During encryption, don't throw exceptions for unknown vold state by Ken Sumrall · 13 years ago
  98. 4161f9b Add StorageVolume list to MountService dump by Kenny Root · 13 years ago
  99. 7a59dd2 MTP: Return error if user tries to copy a file >= 4GB to a FAT32 file system by Mike Lockwood · 13 years ago
  100. 292f8bc Plumb information from the framework about asec container size. by Dianne Hackborn · 13 years ago