summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/MountService.java
AgeCommit message (Expand)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
2013-10-17Include external storage devices in DocumentsUI.Jeff Sharkey
2013-10-16Plumb through physical device UUID and label.Jeff Sharkey
2013-10-08Add secondary external storage support.Jeff Sharkey
2013-10-03Fix mount path prefix checking.Jeff Sharkey
2013-09-20Delegate mkdirs() to vold when lacking perms.Jeff Sharkey
2013-08-11APIs for multiple external storage devices.Jeff Sharkey
2013-06-10resolved conflicts for merge of e96a8207 to masterKenny Root
2013-06-09am 56cd646a: Avoid logging sensitive data.Jeff Sharkey
2013-06-07Avoid logging sensitive data.Jeff Sharkey
2013-05-28am 2c4b0905: am ab4a0541: am e4c29de9: Merge "Add missing ACTION_MEDIA_UNMOUN...Jeff Sharkey
2013-05-28am e4c29de9: Merge "Add missing ACTION_MEDIA_UNMOUNTED intent"Jeff Sharkey
2013-05-20Add missing ACTION_MEDIA_UNMOUNTED intentChristian Beck
2013-05-07Cleanup some of the thread merging.Dianne Hackborn
2013-05-03Merge "Start combining threads in system process."Dianne Hackborn
2013-05-02Start combining threads in system process.Dianne Hackborn
2013-04-30Removing a debug check when logging fstrim events.Svetoslav
2013-04-30Perform idle maintenance when the device is charging.Svetoslav
2013-03-26It helps to catch the right exception.Jeff Sharkey
2013-03-26It helps to catch the right exception.Jeff Sharkey
2013-03-22[DO NOT MERGE] Notify vold when to start fstrim.Svetoslav
2012-11-27Quiet down a lot of logging.Dianne Hackborn
2012-11-15Merge "Useful annotations for code documentation." into jb-mr1.1-devJeff Sharkey
2012-11-14Avoid runtime restart after vold reconnects.Jeff Sharkey
2012-11-12Useful annotations for code documentation.Jeff Sharkey
2012-09-30Handle ISE when physical volume isn't mounted.Jeff Sharkey
2012-09-25Handle multi-user mountObb() requests.Jeff Sharkey
2012-09-20Query users excluding any being removedAmith Yamasani
2012-09-18Multi-user MTP.Jeff Sharkey
2012-09-11Include user identifier in external storage paths.Jeff Sharkey
2012-09-06Include primary flag in StorageVolume.Jeff Sharkey
2012-08-30Improve multi-user broadcasts.Dianne Hackborn
2012-08-16Rename UserId to UserHandle.Dianne Hackborn
2012-06-08am 60c77212: am 2a393a99: Merge "MountService: unlink death notification when...Jean-Baptiste Queru
2012-05-23Fix bug #6522190 MountService should respond to configuration changes ("INTER...Fabrice Di Meglio
2012-05-17Wait for ASECs to be scanned before proceedingKenny Root
2012-04-25Allow forward locked apps to be in ASECsKenny Root
2012-03-22Package restrictions per userAmith Yamasani
2012-01-24MountService: unlink death notification when unregistering listenersVairavan Srinivasan
2012-01-20Log netd traffic nicely.Robert Greenwalt
2011-12-20Test the correct return code from call to cryptfs.Fredrik Roubert
2011-12-02Move native vold calls to varargs.Jeff Sharkey
2011-11-29Move NativeDaemonConnector to varargs.Jeff Sharkey
2011-10-13Require device encryption password to perform adb backup/restoreChristopher Tate
2011-09-09Revert encryption mapping for device wipes.Ben Komalo
2011-09-06Expose getting encryptstate through IMountServiceBen Komalo
2011-08-17Default disable watchdog for vold connectionKenny Root
2011-08-10Add NativeDaemonConnector users to watchdog.Jeff Sharkey
2011-07-15During encryption, don't throw exceptions for unknown vold stateKen Sumrall
2011-07-13Add StorageVolume list to MountService dumpKenny Root