- 415d99d Remove persist.sys.fuse == false code paths by Zim · 4 years, 6 months ago
- 23c0445 vold: Support aborting FUSE connections. by Martijn Coenen · 4 years, 8 months ago
- f36bddd Move enabling sdcardfs behind a property by Daniel Rosenberg · 4 years, 8 months ago
- ff1fc9b Expand virtio_block check to other virtual devices by Alistair Delva · 4 years, 8 months ago
- e96b34f Mount storage Android/data and Android/obb as tmpfs in app namespace by Ricky Wai · 4 years, 8 months ago
- 15070b1 Merge "Don't do private app-dir permissions/quota on public volumes." into rvc-dev by Martijn Coenen · 4 years, 8 months ago
- ef63921 Bind mount install and android writable DATA and OBB dirs by Ricky Wai · 4 years, 9 months ago
- bf205ab Don't do private app-dir permissions/quota on public volumes. by Martijn Coenen · 4 years, 8 months ago
- 75973cb Replace EnsureDirExists with a call to setupAppDir by Linus Tufvesson · 4 years, 9 months ago
- 6b12257 Make storage dirs remount fork() safe by Ricky Wai · 4 years, 10 months ago
- c1e33a3 Add Android/data mounting along with obb mounting in vold by Ricky Wai · 4 years, 10 months ago
- 879b9c0 Merge "Mount direct boot apps obb dir after fuse is ready." by Ricky Wai · 4 years, 10 months ago
- 07e64a4 Mount direct boot apps obb dir after fuse is ready. by Ricky Wai · 4 years, 11 months ago
- 816f4d9 Add fixupAppDir() API. by Martijn Coenen · 4 years, 10 months ago
- 8b31810 Merge "Stop using a regex for setupAppDir." by Martijn Coenen · 4 years, 11 months ago
- 73a7a85 Passed kUsb and kSd flags by Risan · 5 years ago
- dd85fe2 Merge "Add disk for StubVolume" by TreeHugger Robot · 4 years, 11 months ago
- b5a31c9 Stop using a regex for setupAppDir. by Martijn Coenen · 4 years, 11 months ago
- 8a68a07 Remove appDirRoot argument from setupAppDir. by Martijn Coenen · 4 years, 11 months ago
- 82e90de Add disk for StubVolume by Risan · 5 years ago
- 04bb17f Use a regex to create application directories. by Martijn Coenen · 4 years, 11 months ago
- cc73395 Merge "Refactor: make cryptfs.h smaller" am: 98c501d28e am: 645c2f40a0 am: ebbabdc8fb by Automerger Merge Worker · 4 years, 11 months ago
- 73be12d Refactor: make cryptfs.h smaller by Paul Crowley · 5 years ago
- 62a4b27 Setup Android/, Android/data and Android/obb dirs correctly. by Martijn Coenen · 5 years ago
- 0a7e992 Automatically use correct lower paths for setupAppDir. by Martijn Coenen · 5 years ago
- b0e977a vold: Don't unmount /mnt/installer on start. by Martijn Coenen · 5 years ago
- 8f391ad Merge changes I2c1d4b42,I06fe4d33 by Martijn Coenen · 5 years ago
- c59d774 Convert paths to lower filesystem paths during setupAppDir by Zim · 5 years ago
- cf5916f Also delay creating found disks until user 0 is started. by Martijn Coenen · 5 years ago
- 13ff668 Replace mkdirs() with setupAppDir(). by Martijn Coenen · 5 years ago
- 1986bfd Vold mkdirs should use lower filesystem. by Martijn Coenen · 5 years ago
- 01fa0e0 Replace "sys.fuse_snapshot" with "persist.sys.fuse" by Abhijeet Kaur · 5 years ago
- 02efdf5 VolumeManager: limit the scope of remountUid post fork. by Narayan Kamath · 5 years ago
- 54bf4c0 Don't automatically start user 0. by Martijn Coenen · 5 years ago
- 2d45d9b Fix emulated volumes not created for secondary users by Zim · 5 years ago
- a438b24 Fix multi-user and multi-storage with FUSE by Zim · 5 years ago
- de735e6 Merge "Use snapshot value sys.fuse_snapshot instead of persist.sys.fuse" by TreeHugger Robot · 5 years ago
- 5cf32b5 Use snapshot value sys.fuse_snapshot instead of persist.sys.fuse by shafik · 5 years ago
- 981222f Bind mount lower filesystem during FUSE mount by Zim · 5 years ago
- 1711236 Avoid touching FUSE mounts on vold binder threads by Zim · 5 years ago
- 3623a21 Mount /dev/fuse on /mnt/user/<userid>/<volumeid> by Zim · 5 years ago
- 8f2ff80 Support "full" mode when updating bind mounts of a process. by Sudheer Shanka · 6 years ago
- ebce4cc Remove storage sandboxes related code. by Sudheer Shanka · 6 years ago
- 36bdf7a Update remountUidLegacy to handle "full" mount mode. by Sudheer Shanka · 6 years ago
- a05ea74 Allow sandboxed apps to access only package specific dirs. by Sudheer Shanka · 6 years ago
- 58e1a81 VolumeManager: more O_CLOEXEC changes by Nick Kralevich · 6 years ago
- 9bda3fe Merge "vold: cleanups for O_CLOEXEC tidy checks." am: a59868d6de am: 5af0c75525 by Nick Kralevich · 6 years ago
- e7e89ac vold: cleanups for O_CLOEXEC tidy checks. by Nick Kralevich · 6 years ago
- 4b64463 Merge "Don't unmount /storage for early native processes" am: ee9554b2d9 am: b5acb5bfba by Jiyong Park · 6 years ago
- 8d21c92 Don't unmount /storage for early native processes by Jiyong Park · 6 years ago
- 23d725d Ignore packages whose sandboxes are already created. by Sudheer Shanka · 6 years ago
- 8368040 Look for visible vols for a user under /mnt/user/<userId>/package/. by Sudheer Shanka · 6 years ago
- 30df1c6 Don't delete /mnt/user/<userId>/package on reset. by Sudheer Shanka · 6 years ago
- 727c5fa Avoid creating /mnt/user/<userId>/package/<packageName> for all pkgs. by Sudheer Shanka · 6 years ago
- 6d285ce Ignore EEXIST errors when creating pkg specific dirs. by Sudheer Shanka · 6 years ago
- f9b38a5 Revert "Revert "Ensure necessary external storage dirs while creating sandboxes."" by Sudheer Shanka · 6 years ago
- 88114b2 Revert "Ensure necessary external storage dirs while creating sandboxes." by Jeff Sharkey · 6 years ago
- 083377e Ensure necessary external storage dirs while creating sandboxes. by Sudheer Shanka · 6 years ago
- a608250 Enable isolated storage by default. by Jeff Sharkey · 6 years ago
- 023b539 Remove sandbox specific bind mounts from root namespace. by Sudheer Shanka · 6 years ago
- 5504901 Create a new MOUNT_EXTERNAL_LEGACY storage mode. by Sudheer Shanka · 6 years ago
- 5ee228e Merge "Use "sys.isolated_storage_snapshot" prop to check for the feature." by Jeff Sharkey · 6 years ago
- 34b437b Use "sys.isolated_storage_snapshot" prop to check for the feature. by Sudheer Shanka · 6 years ago
- 6bf1480 Update VolumeManager to use UnmountTreeWithPrefix. by Sudheer Shanka · 6 years ago
- 37fd66f Merge "vold: const-ify some of the API" by TreeHugger Robot · 6 years ago
- dfd8b64 Merge "Update process mount points when appop gets updated." by Sudheer Shanka · 6 years ago
- ef9abab vold: const-ify some of the API by Greg Kaiser · 6 years ago
- 2bc201e vold: const-ify some of the API by Greg Kaiser · 6 years ago
- ba0c62f Remove packageName from vold internal state. by Sudheer Shanka · 6 years ago
- 817b911 Update process mount points when appop gets updated. by Sudheer Shanka · 6 years ago
- 03992e3 Create a new mount mode for installer packages. by Sudheer Shanka · 6 years ago
- 1271b90 Merge "Extract AppFuse as a util" am: 7be8a7ee1d am: d04a16cbd5 am: 9f7af4b6e3 by Risan · 6 years ago
- 7be8a7e Merge "Extract AppFuse as a util" by Treehugger Robot · 6 years ago
- 5c80122 Merge "Change AppFuse mount location to vold namespace" by TreeHugger Robot · 6 years ago
- 60f121b Merge "Use setmntent with "e" option" am: 396040ca2c am: a92bdeb7f5 by LongPing.WEI · 6 years ago
- 8f6198d Change AppFuse mount location to vold namespace by Risan · 6 years ago
- 4f04606 Use setmntent with "e" option by LongPing.WEI · 6 years ago
- ac02a48 Extract AppFuse as a util by Risan · 6 years ago
- 5f53cd3 Change AppFuse mount location to vold namespace by Risan · 6 years ago
- 4d8ba07 Merge "StubVolume as first class Volume in Vold" am: dcbce84fed am: 14955896e5 by Risan · 6 years ago
- 8c9f332 StubVolume as first class Volume in Vold by Risan · 6 years ago
- b288bf0 vold: rename from "ext4 encryption" to fscrypt am: a701c458ca am: 10b70834a4 by Eric Biggers · 6 years ago
- a701c45 vold: rename from "ext4 encryption" to fscrypt by Eric Biggers · 6 years ago
- 69bc40f Update StorageManagerService handling of packages info. by Sudheer Shanka · 6 years ago
- 51a38da Update shared sandbox directory structure. by Sudheer Shanka · 6 years ago
- b792c3a Merge "Delete package sandbox data when it is uninstalled." by Sudheer Shanka · 6 years ago
- fa6a174 Delete package sandbox data when it is uninstalled. by Sudheer Shanka · 6 years ago
- 9acc6d4 Check isolated_storage is enabled before cleaning up sandboxes. by Sudheer Shanka · 6 years ago
- c4405e9 Protect /mnt/scratch from stale umount on userdebug by Mark Salyzyn · 6 years ago
- 86e81e7 Protect /mnt/scratch from stale umount on userdebug by Mark Salyzyn · 6 years ago
- 1fa1382 Merge "Remove unmount_tree in VolumeManager." am: 9931db7e59 am: 96707825f2 by Sudheer Shanka · 6 years ago
- 99d304a Remove unmount_tree in VolumeManager. by Sudheer Shanka · 6 years ago
- 40ab674 Bind mount pkg specific dirs in the zygote child namespaces. by Sudheer Shanka · 6 years ago
- 144e7cc Merge "Add unmountTree to utils." am: a64572431e am: f5b24f1015 am: e9c88c4c6c by Sudheer Shanka · 6 years ago
- 89ddf99 Add unmountTree to utils. by Sudheer Shanka · 6 years ago
- dac54dc Merge "Update vold to log only debug or higher level messages." am: 9bd07d8760 am: 92c182e4c7 by Jeff Sharkey · 6 years ago
- 4b6ca4e Update vold to log only debug or higher level messages. by Sudheer Shanka · 6 years ago
- 8915d62 clang-format the rest of the files by Paul Crowley · 6 years ago
- edf7a4e clang-format the rest of the files by Paul Crowley · 6 years ago
- c756209 Create sandboxes for newly installed apps. by Sudheer Shanka · 6 years ago