- 4b7b1ee [vold] Add mount lazy if forcemount fail. by silver.chen · 3 years, 6 months ago
- 7226888 (SQUASHED) Revert ext4/f2fs/ntfs support for external sdcards by Alexander Martinz · 1 year, 3 months ago
- c087137 vold ext4/f2fs: do not use dirsync if we're mounting adopted storage by Sam Mortimer · 9 years ago
- c28dd58 vold: Mount ext4/f2fs portable storage with sdcard_posix by Jani Lusikka · 9 years ago
- 9f8b468 vold: Honor mount options for ext4/f2fs partitions by Tom Marshall · 9 years ago
- 779baf9 vold: Fix fsck on public volumes by Michael Bestas · 9 years ago
- 16cbb8d vold: add support for more filesystems for public storage by Dan Pasanen · 9 years ago
- 4461c5a Split MOUNT_FLAG_VISIBLE into MOUNT_FLAG_VISIBLE_FOR_{READ, WRITE} by Youkichi Hosoi · 3 years, 1 month ago
- 415d99d Remove persist.sys.fuse == false code paths by Zim · 4 years, 6 months ago
- a485006 Configure backing device max_ratio for FUSE filesystems. by Martijn Coenen · 4 years, 6 months ago
- f717079 Unmount public volume if FUSE mount fails by Zim · 4 years, 6 months ago
- dcee5c1 Configure read ahead for fuse mounts by Nikita Ioffe · 4 years, 7 months ago
- f36bddd Move enabling sdcardfs behind a property by Daniel Rosenberg · 4 years, 8 months ago
- c9a2be4 Allow external_storage or media_rw gid access /mnt/media_rw by Zim · 5 years ago
- 86f21a2 Conditionally use sdcardfs. by Martijn Coenen · 5 years ago
- 01fa0e0 Replace "sys.fuse_snapshot" with "persist.sys.fuse" by Abhijeet Kaur · 5 years ago
- fd7362d Correctly initialize mFuseMounted. by Martijn Coenen · 5 years ago
- 5700261 Bind mount Android/ directory in FUSE. by Martijn Coenen · 5 years ago
- 6f5802e Use sdcardfs for pass-through mounts. by Martijn Coenen · 5 years ago
- adcc845 Get rid of confusing FUSE variables and comments. by Martijn Coenen · 5 years ago
- 5048b4b Add mount callback 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
- a914cc7 Use unique_fd by Nandana Dutt · 5 years ago
- 3623a21 Mount /dev/fuse on /mnt/user/<userid>/<volumeid> by Zim · 5 years ago
- 4112c12 Remove storage sandboxes related code. by Sudheer Shanka · 6 years ago
- a608250 Enable isolated storage by default. by Jeff Sharkey · 6 years ago
- 5504901 Create a new MOUNT_EXTERNAL_LEGACY storage mode. by Sudheer Shanka · 6 years ago
- 811de62 Merge "Create new mount directory /mnt/runtime/full." am: b9fae464fc am: f6c3c77f6c by Sudheer Shanka · 6 years ago
- dd4bb17 Create new mount directory /mnt/runtime/full. by Sudheer Shanka · 6 years ago
- 40ab674 Bind mount pkg specific dirs in the zygote child namespaces. by Sudheer Shanka · 6 years ago
- 39f8497 Merge changes from topic "exfat-update" am: a2a227e382 am: 1fe4696cdd by Oleksiy Avramchenko · 6 years ago
- a2a227e Merge changes from topic "exfat-update" by Treehugger Robot · 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
- 4cff06d Use exFAT for SDXC cards by Oleksiy Avramchenko · 7 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
- 53947a3 Update vold to prepare package sandboxes for primary volume. by Sudheer Shanka · 6 years ago
- eea3792 Merge "Remove waitpid on UnMount" am: f6dbba8846 am: 1584dc0d1d by Daniel Rosenberg · 7 years ago
- 1751025 Merge "mFusePid should be cleared after waitpid successfully" am: 456483d193 am: 8be3be3167 by Gao Xiang · 7 years ago
- 37ba125 Add basic exFAT support. by Jeff Sharkey · 7 years ago
- 3472e52 Move to modern utility methods from android::base. by Jeff Sharkey · 7 years ago
- 49672b9 Merge "Destroy vold socket interface completely." by Jeff Sharkey · 7 years ago
- cbe69fc Destroy vold socket interface completely. by Jeff Sharkey · 7 years ago
- 7bdf4d5 Timeout if device isn't mounted. by Jeff Sharkey · 7 years ago
- 814e9d3 Move unsolicited vold events to Binder. by Jeff Sharkey · 7 years ago
- 11c2d38 Move even more vold commands over to Binder. by Jeff Sharkey · 7 years ago[Renamed from PublicVolume.cpp]
- 1d79d10 Check if sdcard daemon exited. by Daniel Rosenberg · 7 years ago
- 0e08e84 vold should #include <sys/sysmacros.h> by Elliott Hughes · 8 years ago
- 25cc7e3 Unmount public sdcard filesystems before killing the fuse process. by John Cormie · 9 years ago
- 8aff854 Kill apps using PublicVolume when unmounting. by Jeff Sharkey · 9 years ago
- e0074f1 Hide external storage from apps if it's not set as adoptable by Qin Chao · 9 years ago
- 7e128fb Track rename from base/ to android-base/. by Elliott Hughes · 9 years ago
- 1bd078f Protect runtime storage mount points. by Jeff Sharkey · 9 years ago
- 8474ee3 Return useful path when not visible. by Jeff Sharkey · 9 years ago
- 20642ae Give secondary users read-only physical cards. by Jeff Sharkey · 9 years ago
- c7b5b57 Null-terminate readlink() result, full remount. by Jeff Sharkey · 9 years ago
- 66270a2 Let's reinvent storage, yet again! by Jeff Sharkey · 10 years ago
- c82c9ce Make sure volume is vfat before fsck'ing. by Makoto Onuki · 10 years ago
- d0640f6 Add f2fs support for private volumes. by Jeff Sharkey · 10 years ago
- 8d15cb9 Report internal path for public volumes. by Jeff Sharkey · 10 years ago
- f1b996d Volumes know parent disks; unsupported disks. by Jeff Sharkey · 10 years ago
- 48d81d3 Remember to tear down ASEC bind mount. by Jeff Sharkey · 10 years ago
- ce6a913 Exclusive exec() path, format after partition. by Jeff Sharkey · 10 years ago
- f0121c5 Updates for expanded storage. by Jeff Sharkey · 10 years ago
- 95c87cc Different blkid and fsck execution domains. by Jeff Sharkey · 10 years ago
- 9c48498 Support for private (adopted) volumes. by Jeff Sharkey · 10 years ago
- 36801cc Progress towards dynamic storage support. by Jeff Sharkey · 10 years ago
- ae9e890 Update for libbase. by Dan Albert · 10 years ago
- deb2405 Checkpoint of better dynamic device support. by Jeff Sharkey · 10 years ago