summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/MountService.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Send added user serial numbers to vold." into mnc-devJeff Sharkey2015-06-101-3/+38
|\
| * Send added user serial numbers to vold.Jeff Sharkey2015-06-101-3/+38
* | Remove hex encoding and password adjusting now that patterns are '1' basedPaul Lawrence2015-06-101-23/+5
|/
* Format volumes with "auto" filesystem type.Jeff Sharkey2015-06-081-1/+1
* Move crypt commands to a different listener in voldPaul Lawrence2015-06-041-12/+31
* Push initial disk state, handle empty media.Jeff Sharkey2015-05-191-0/+1
* Merge changes from topic 'bench' into mnc-devJeff Sharkey2015-05-151-1/+48
|\
| * Command to change force adoptable state.Jeff Sharkey2015-05-151-2/+27
| * Initial pass at storage benchmarks.Jeff Sharkey2015-05-151-0/+22
* | Pass charset to XmlPullParser.setInput instead of nullWojciech Staszkiewicz2015-05-141-2/+2
|/
* New "sm" shell tool to call StorageManager.Jeff Sharkey2015-05-121-7/+5
* Fix devices with primary physical storage.Jeff Sharkey2015-05-101-24/+44
* Returning to wizard, split move events.Jeff Sharkey2015-04-291-15/+63
* Split some VolumeInfo state into VolumeRecord.Jeff Sharkey2015-04-281-126/+98
* Don't ostensibly back off fstrim but then do it anywayChristopher Tate2015-04-281-1/+3
* Migrate primary external storage.Jeff Sharkey2015-04-241-22/+121
* Merge "Add missing permission check in MountService"Rubin Xu2015-04-241-2/+7
|\
| * Add missing permission check in MountServiceRubin Xu2015-04-241-2/+7
* | Package and storage movement callbacks.Jeff Sharkey2015-04-231-13/+58
|/
* Blend in force adoptable flag when set.Jeff Sharkey2015-04-211-1/+4
* Wait for first scan before partitioning is done.Jeff Sharkey2015-04-191-5/+47
* Broadcast hidden volumes, notification polish.Jeff Sharkey2015-04-181-2/+31
* Wire up non-visible volumes, more states.Jeff Sharkey2015-04-181-42/+53
* Volumes know parent disks; unsupported disks.Jeff Sharkey2015-04-171-38/+40
* Avoid deadlock when FSTRIM requested at boot.Jeff Sharkey2015-04-171-1/+6
* Persist nickname and flags for volumes.Jeff Sharkey2015-04-141-1/+226
* Checkpoint of storage notifications.Jeff Sharkey2015-04-141-4/+14
* Browse mode for DocumentsUI, removed volume state.Jeff Sharkey2015-04-121-2/+19
* Installing packages to expanded storage.Jeff Sharkey2015-04-061-0/+3
* Storage methods using IDs, update listeners.Jeff Sharkey2015-04-041-134/+214
* Parcelable objects for Disk/Volume.Jeff Sharkey2015-04-041-284/+100
* Progress towards dynamic storage support.Jeff Sharkey2015-03-301-1246/+723
* Bring MountService into the SystemService world.Jeff Sharkey2015-03-211-2/+24
* am c7e48719: Merge "Remove references to persist.sys.language/country."Narayan Kamath2015-02-121-5/+0
|\
| * Remove references to persist.sys.language/country.Narayan Kamath2015-02-121-5/+0
* | Merge "Add support for persist.sys.locale." automerge: dca2332Narayan Kamath2015-01-221-0/+4
|\ \ | |/
| * Add support for persist.sys.locale.Narayan Kamath2015-01-221-0/+4
* | am 53d1022e: am a15d6402: Merge "Fix crash caused by toHex returning exception"Paul Lawrence2015-01-061-0/+7
|\ \ | |/
| * Fix crash caused by toHex returning exceptionPaul Lawrence2015-01-061-0/+7
* | am c97d1fbb: am 5106dd44: Merge "Throw IllegalArgumentException on invalid he...Narayan Kamath2014-12-291-9/+3
|\ \ | |/
| * Throw IllegalArgumentException on invalid hex-strings.Narayan Kamath2014-12-171-9/+3
* | am 6d41504d: Merge "Move frameworks users over to libcore hex encoding API."Narayan Kamath2014-12-171-7/+8
|\ \ | |/
| * Move frameworks users over to libcore hex encoding API.Narayan Kamath2014-12-161-7/+8
* | Be increasingly aggressive about fstrim if it isn't being runChristopher Tate2014-11-251-0/+52
* | Stop crypto UI from crashing during encryptionPaul Lawrence2014-10-241-1/+3
|/
* Accessibility no longer overrides strong encryption.Svetoslav2014-10-171-15/+1
* Ensure that the SIM language doesn't override the user language on the encryp...Elliott Hughes2014-10-131-0/+5
* Use default encryption password if an accessibility service is enabled.Svetoslav2014-09-301-2/+15
* Set the system locale correctly even on an encrypted device.Elliott Hughes2014-09-261-0/+29
* Installing splits into ASECs!Jeff Sharkey2014-08-221-3/+18