summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/MountService.java
Commit message (Expand)AuthorAgeFilesLines
* Public volumes belong to a single user.Jeff Sharkey2017-02-031-1/+8
* mountservice: Don't nuke all volumes when decryptingSteve Kondik2016-07-291-1/+6
* mountservice: Shut down volumes before restarting frameworkSteve Kondik2016-07-271-0/+1
* MountService: ensure VolumeRecord with UUID exists before modifyingScott Mertz2016-04-011-0/+4
* Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/fra...Steve Kondik2015-12-071-2/+7
|\
| * Merge "Don't include password on default encryption command" into mnc-dr-devPaul Lawrence2015-10-211-2/+7
| |\
| | * Don't include password on default encryption commandPaul Lawrence2015-09-091-2/+7
* | | MountService: Prevent NPE with DropBoxManagerAdrianDC2015-11-271-4/+8
* | | Merge tag 'android-6.0.0_r26' into HEADRicardo Cerqueira2015-11-051-1/+64
|\ \ \ | |/ /
| * | Special interval value to always run benchmarks.Jeff Sharkey2015-09-091-1/+7
| |/
| * am 1fbc1b3b: Merge "Fix partial user cleanup on restart" into mnc-devAmith Yamasani2015-08-071-6/+12
| |\
| * \ am 0faca96f: Merge "Avoid deadlock by broadcasting outside lock." into mnc-devJeff Sharkey2015-08-041-4/+10
| |\ \
| * \ \ am b8040265: Merge "Give secondary users read-only physical cards." into mnc-devJeff Sharkey2015-07-291-6/+6
| |\ \ \
| * \ \ \ am 2e606d7b: Enforce DISALLOW_MOUNT_PHYSICAL_MEDIA.Jeff Sharkey2015-07-271-8/+16
| |\ \ \ \
| * \ \ \ \ am b3e40760: Merge "Avoid a deadlock between PMS and AppOpsService" into mnc-devAmith Yamasani2015-07-231-0/+5
| |\ \ \ \ \
| * \ \ \ \ \ am c9eb398a: Merge "Clear identity when killing media provider." into mnc-devJeff Sharkey2015-07-171-8/+13
| |\ \ \ \ \ \
| * \ \ \ \ \ \ am 8b6d5b6b: Merge "Clear binder id when determining external storage state" ...Svetoslav2015-07-141-2/+9
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ resolved conflicts for merge of 8cee6587 to mnc-dr-devIan Pedowitz2015-07-131-29/+79
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge "Delete the user key when deleting a user." into mnc-dr-devPaul Crowley2015-07-131-0/+29
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Delete the user key when deleting a user.Paul Crowley2015-07-091-0/+29
| * | | | | | | | | | Merge "Use mount service to create user dirs." into mnc-dr-devPaul Crowley2015-07-131-0/+28
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Use mount service to create user dirs.Paul Crowley2015-07-091-0/+28
* | | | | | | | | | | Added 'EncryptWipeStorage' API to MountService APIAmit Blay2015-10-061-2/+18
* | | | | | | | | | | Fix clearing of retained passwordDinesh K Garg2015-10-061-0/+1
* | | | | | | | | | | Port password retention featureDinesh K Garg2015-10-061-1/+4
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Fix partial user cleanup on restartAmith Yamasani2015-08-071-6/+12
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Avoid deadlock by broadcasting outside lock.Jeff Sharkey2015-08-031-4/+10
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Give secondary users read-only physical cards.Jeff Sharkey2015-07-281-6/+6
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Enforce DISALLOW_MOUNT_PHYSICAL_MEDIA.Jeff Sharkey2015-07-271-8/+16
| |_|_|_|_|/ |/| | | | |
* | | | | | Avoid a deadlock between PMS and AppOpsServiceAmith Yamasani2015-07-221-0/+5
| |_|_|_|/ |/| | | |
* | | | | Clear identity when killing media provider.Jeff Sharkey2015-07-171-8/+13
| |_|_|/ |/| | |
* | | | Clear binder id when determining external storage stateSvetoslav2015-07-141-2/+9
| |_|/ |/| |
* | | Teach storage appops.Svet Ganov2015-07-131-29/+79
|/ /
* | Timeout when partitioning takes too long.Jeff Sharkey2015-07-091-3/+24
* | Kill MediaProvider during drastic changes.Jeff Sharkey2015-07-081-4/+26
* | Generate stable MTP storage IDs.Jeff Sharkey2015-07-071-14/+3
|/
* Handle missing migration source volume.Jeff Sharkey2015-07-051-14/+23
* Reconcile private volumes when mounted.Jeff Sharkey2015-07-041-1/+2
* Better handling of trim/benchmark results.Jeff Sharkey2015-07-011-18/+106
* Don't allow non-admins to adopt sd card for internal storageAmith Yamasani2015-06-301-0/+17
* Let's reinvent storage, yet again!Jeff Sharkey2015-06-251-8/+39
* Merge "Notify on BAD_REMOVAL and pass fsUuid in broadcast" into mnc-devTony Mantler2015-06-241-0/+2
|\
| * Notify on BAD_REMOVAL and pass fsUuid in broadcastTony Mantler2015-06-241-0/+2
* | Merge "Handle volume benchmark timeout" into mnc-devTodd Kennedy2015-06-231-0/+2
|\ \ | |/ |/|
| * Handle volume benchmark timeoutTodd Kennedy2015-06-231-0/+2
* | Forget private partition keys.Jeff Sharkey2015-06-221-9/+35
|/
* Merge "Add StorageEventListener.onDiskDestroyed()" into mnc-devMakoto Onuki2015-06-121-1/+15
|\
| * Add StorageEventListener.onDiskDestroyed()Makoto Onuki2015-06-121-1/+15
* | More useful extras in disk/volume broadcasts.Jeff Sharkey2015-06-121-8/+13
* | Send along the disk ID that we just scanned.Jeff Sharkey2015-06-121-0/+1
|/