summaryrefslogtreecommitdiffstats
path: root/VolumeManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove vold logs related to block devicesNikita Ioffe2021-07-281-1/+1
* Remove unused mount modes and re-number the modes for consistencyAbhijeet Kaur2021-02-241-8/+1
* Call setupAppDir before EnsureDirExistsRicky Wai2021-01-191-5/+6
* Merge "Add a method in vold to unmount app data and obb dir for testing"Treehugger Robot2021-01-181-9/+55
|\
| * Add a method in vold to unmount app data and obb dir for testingRicky Wai2021-01-181-9/+55
* | Merge "Add kVisible flag to vold::Disk"Treehugger Robot2021-01-181-1/+6
|\ \ | |/ |/|
| * Add kVisible flag to vold::DiskYoukichi Hosoi2021-01-181-1/+6
* | Remove persist.sys.fuse == false code pathsRicky Wai2021-01-141-48/+0
* | Vold should still create obb / data dirs for sdcardfs deviceRicky Wai2021-01-071-5/+0
|/
* Check if storage app data and obb directories exist in voldRicky Wai2020-12-031-2/+27
* Convert to lower fs path for createObb().Martijn Coenen2020-11-191-1/+35
* vold: remove unused stop() methodsEric Biggers2020-09-231-10/+0
* vold: Support aborting FUSE connections.Martijn Coenen2020-05-281-0/+5
* Move enabling sdcardfs behind a propertyDaniel Rosenberg2020-05-191-2/+3
* Expand virtio_block check to other virtual devicesAlistair Delva2020-05-151-7/+4
* Mount storage Android/data and Android/obb as tmpfs in app namespaceRicky Wai2020-05-071-3/+32
* Merge "Don't do private app-dir permissions/quota on public volumes." into rv...Martijn Coenen2020-04-211-0/+6
|\
| * Don't do private app-dir permissions/quota on public volumes.Martijn Coenen2020-04-201-0/+6
* | Bind mount install and android writable DATA and OBB dirsRicky Wai2020-04-201-1/+1
|/
* Replace EnsureDirExists with a call to setupAppDirLinus Tufvesson2020-04-031-2/+4
* Make storage dirs remount fork() safeRicky Wai2020-03-121-185/+97
* Add Android/data mounting along with obb mounting in voldRicky Wai2020-03-021-19/+56
* Merge "Mount direct boot apps obb dir after fuse is ready."Ricky Wai2020-02-191-64/+261
|\
| * Mount direct boot apps obb dir after fuse is ready.Ricky Wai2020-02-191-64/+261
* | Add fixupAppDir() API.Martijn Coenen2020-02-191-2/+15
|/
* Merge "Stop using a regex for setupAppDir."Martijn Coenen2020-02-141-10/+2
|\
| * Stop using a regex for setupAppDir.Martijn Coenen2020-02-131-10/+2
* | Passed kUsb and kSd flagsRisan2020-02-141-5/+6
* | Merge "Add disk for StubVolume"TreeHugger Robot2020-02-141-26/+20
|\ \
| * | Add disk for StubVolumeRisan2020-02-121-26/+20
* | | Remove appDirRoot argument from setupAppDir.Martijn Coenen2020-02-121-2/+1
| |/ |/|
* | Use a regex to create application directories.Martijn Coenen2020-02-111-35/+3
|/
* Merge "Refactor: make cryptfs.h smaller" am: 98c501d28e am: 645c2f40a0 am: eb...Automerger Merge Worker2020-02-081-1/+0
|\
| * Refactor: make cryptfs.h smallerPaul Crowley2020-02-071-1/+0
* | Setup Android/, Android/data and Android/obb dirs correctly.Martijn Coenen2020-02-041-6/+42
* | Automatically use correct lower paths for setupAppDir.Martijn Coenen2020-01-271-4/+35
* | vold: Don't unmount /mnt/installer on start.Martijn Coenen2020-01-111-1/+2
* | Merge changes I2c1d4b42,I06fe4d33Martijn Coenen2020-01-071-5/+19
|\ \
| * | Also delay creating found disks until user 0 is started.Martijn Coenen2020-01-031-5/+19
* | | Convert paths to lower filesystem paths during setupAppDirZim2020-01-061-2/+10
|/ /
* | Replace mkdirs() with setupAppDir().Martijn Coenen2019-12-311-6/+12
* | Vold mkdirs should use lower filesystem.Martijn Coenen2019-12-171-1/+2
* | Replace "sys.fuse_snapshot" with "persist.sys.fuse"Abhijeet Kaur2019-12-131-3/+3
* | VolumeManager: limit the scope of remountUid post fork.Narayan Kamath2019-11-271-37/+66
* | Don't automatically start user 0.Martijn Coenen2019-11-221-8/+0
* | Fix emulated volumes not created for secondary usersZim2019-11-141-13/+7
* | Fix multi-user and multi-storage with FUSEZim2019-11-111-68/+139
* | Merge "Use snapshot value sys.fuse_snapshot instead of persist.sys.fuse"TreeHugger Robot2019-09-271-2/+2
|\ \
| * | Use snapshot value sys.fuse_snapshot instead of persist.sys.fuseshafik2019-09-251-2/+2
* | | Bind mount lower filesystem during FUSE mountZim2019-09-241-0/+3
|/ /