Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_system_vold
/
fa6a174a05a90bea18c3bedf7a2387d1851326c4
/
VolumeManager.cpp
fa6a174
Delete package sandbox data when it is uninstalled.
by Sudheer Shanka
· 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
3a7ee5c
Use /mnt/storage for bind mounting package sandboxes.
by Sudheer Shanka
· 6 years ago
5cc0d56
Merge "Update sandbox structure for apps with sharedUserIds."
by Sudheer Shanka
· 6 years ago
f768c27
Update sandbox structure for apps with sharedUserIds.
by Sudheer Shanka
· 6 years ago
a695f25
Keep /sdcard working for shell process when isolated storage is enabled.
by Sudheer Shanka
· 6 years ago
53947a3
Update vold to prepare package sandboxes for primary volume.
by Sudheer Shanka
· 6 years ago
62bbb2b
Update vold to handle package info from StorageManagerService.
by Sudheer Shanka
· 6 years ago
ebaad1c
Update IVold interface to take packageNames when a user starts.
by Sudheer Shanka
· 6 years ago
d484aa9
Add APIs for pushing package info to vold.
by Sudheer Shanka
· 6 years ago
3d4fb41
Merge "Do not unmount /mnt/product/* when vold starts" am: 4a625453bf
by Bowgo Tsai
· 6 years ago
c0cd37b
Do not unmount /mnt/product/* when vold starts
by Bowgo Tsai
· 7 years ago
e98adee
Exclude /mnt/vendor from vold's ownership.
by Tri Vo
· 7 years ago
bca5cd7
Exclude /mnt/vendor from vold's ownership.
by Tri Vo
· 7 years ago
32a5b9a
StartsWith now allows std::string prefixes.
by Elliott Hughes
· 7 years ago
401b260
Delay touching disks when secure keyguard showing.
by Jeff Sharkey
· 7 years ago
b64933a
Be even more C++. Switch on a warning.
by Paul Crowley
· 7 years ago
c6433a2
Forget keys when we forget the volume.
by Paul Crowley
· 7 years ago
3ce1825
Pass both partition GUID and filesystem UUID.
by Jeff Sharkey
· 7 years ago
c923127
Merge "Check that dir name is a pid before attempting to read" am: 6419445383
by Jeff Vander Stoep
· 7 years ago
9fd7559
Merge "Check that dir name is a pid before attempting to read"
by TreeHugger Robot
· 7 years ago
a997db7
Check that dir name is a pid before attempting to read
by Jeff Vander Stoep
· 7 years ago
5889083
Check that dir name is a pid before attempting to read
by Jeff Vander Stoep
· 7 years ago
56292ef
Undo Utils dependency on VolumeManager
by Paul Crowley
· 7 years ago
3472e52
Move to modern utility methods from android::base.
by Jeff Sharkey
· 7 years ago
b21add1
Merge "Make Loop::destroyAll() smarter."
by Jeff Sharkey
· 7 years ago
67b8c49
Make Loop::destroyAll() smarter.
by Jeff Sharkey
· 7 years ago
95440eb
Enable "cert-err34-c" tidy checks.
by Jeff Sharkey
· 7 years ago
cbe69fc
Destroy vold socket interface completely.
by Jeff Sharkey
· 7 years ago
52f7a91
Move long-running calls to async with listeners.
by Jeff Sharkey
· 7 years ago
11c2d38
Move even more vold commands over to Binder.
by Jeff Sharkey
· 7 years ago
9462bdd
Move "volume" commands over to Binder.
by Jeff Sharkey
· 7 years ago
23b87ec
Merge "mInternalEmulated could be used after shutdown() called" am: 9b4a443bd6 am: 92052aa582
by Keun-young Park
· 7 years ago
92052aa
Merge "mInternalEmulated could be used after shutdown() called" am: 9b4a443bd6
by Keun-young Park
· 7 years ago
d263da8
mInternalEmulated could be used after shutdown() called
by Gao Xiang
· 7 years ago
375ac25
do not sleep if it is shutting down
by Keun-young Park
· 7 years ago
e4775fd
Merge "vold should #include <sys/sysmacros.h>" am: 398c0e8274 am: 208b464f72 am: fb3e85cf99
by Elliott Hughes
· 8 years ago
048422d
Merge "vold should #include <sys/sysmacros.h>" am: 398c0e8274 am: 208b464f72
by Elliott Hughes
· 8 years ago
0e08e84
vold should #include <sys/sysmacros.h>
by Elliott Hughes
· 8 years ago
32ebb73
Enable clang-tidy for security sensitive domain.
by Jeff Sharkey
· 8 years ago
fd3dc3c
Spread around some O_CLOEXEC love.
by Jeff Sharkey
· 8 years ago
fa1c677
Add a new "virtual disk" feature.
by Jeff Sharkey
· 8 years ago
3918ae6
Merge "make shutdown safe for double calls." am: 71fa1068de am: 2f93c657f4
by Keun-young Park
· 8 years ago
a5bbb5e
make shutdown safe for double calls.
by Keun-young Park
· 8 years ago
b733686
Merge "Remove coldboot from vold" am: cc29c526d4 am: 9a2e29fe32 am: 78bf4cbb12
by Wei Wang
· 8 years ago
6b455c2
Remove coldboot from vold
by Wei Wang
· 8 years ago
0955770
Merge \\\\"Fix clang-tidy performance warnings in system/vold.\\\\" am: e24d4eef9b am: aa668f3d13 am: ed1c4cf456
by Chih-hung Hsieh
· 8 years ago
aa668f3
Merge \"Fix clang-tidy performance warnings in system/vold.\" am: e24d4eef9b
by Chih-Hung Hsieh
· 8 years ago
11a2ce8
Fix clang-tidy performance warnings in system/vold.
by Chih-Hung Hsieh
· 8 years ago
629a360
Merge "Fix misc-macro-parentheses warnings." am: 0c0f9228cf am: 4ff367a593 am: 5dc0aa6e41
by Chih-Hung Hsieh
· 9 years ago
5dc0aa6
Merge "Fix misc-macro-parentheses warnings." am: 0c0f9228cf am: 4ff367a593
by Chih-Hung Hsieh
· 9 years ago
cc5d580
Fix misc-macro-parentheses warnings.
by Chih-Hung Hsieh
· 9 years ago
e4c291a
Fix resizeAsec to determine correct size
by Daniel Rosenberg
· 9 years ago
e6bd785
Merge "Split slave-bind mount into two."
by Hidehiko Abe
· 9 years ago
674bed1
Split slave-bind mount into two.
by Hidehiko Abe
· 9 years ago
942d4e8
Support emulator's virtio-blk based SD card
by Yu Ning
· 9 years ago
10d3488
Mount appfuse in process namespace.
by Daichi Hirono
· 9 years ago
6bf0547
resolve merge conflicts of b7d5a47cec to master.
by Elliott Hughes
· 9 years ago
90cca66
Merge "Make sure path is not NULL to avoid fatal exception." am: e0e5bfeb3c am: de629f105e
by Jeff Sharkey
· 9 years ago
20826a1
Merge "vold: fix 64 bit ioctl error" am: 3e6c59dc16 am: bf6acf44a9
by Jeff Sharkey
· 9 years ago
7e128fb
Track rename from base/ to android-base/.
by Elliott Hughes
· 9 years ago
e0e5bfe
Merge "Make sure path is not NULL to avoid fatal exception."
by Jeff Sharkey
· 9 years ago
a4f48d0
vold: fix 64 bit ioctl error
by Mateusz Nowak
· 9 years ago
6440379
Make sure path is not NULL to avoid fatal exception.
by Mateusz Nowak
· 9 years ago
228f950
am 47f0531e: am 4fc30636: am 1bd078fa: Protect runtime storage mount points.
by Jeff Sharkey
· 9 years ago
1bd078f
Protect runtime storage mount points.
by Jeff Sharkey
· 9 years ago
16b3ba4
am 90db4d90: am 78003caf: am 32679a82: Create user directory on emulated storage.
by Jeff Sharkey
· 9 years ago
32679a8
Create user directory on emulated storage.
by Jeff Sharkey
· 9 years ago
5ceafb4
Merge commit '3ff337db' into merge
by Jeff Sharkey
· 9 years ago
c86ab6f
Trim both internal and adopted private storage.
by Jeff Sharkey
· 10 years ago
bf19f7e
am 1458955f: am c7b5b570: Null-terminate readlink() result, full remount.
by Jeff Sharkey
· 9 years ago
c7b5b57
Null-terminate readlink() result, full remount.
by Jeff Sharkey
· 9 years ago
c36ffa0
am 0deb385f: am 66270a21: Let\'s reinvent storage, yet again!
by Jeff Sharkey
· 10 years ago
66270a2
Let's reinvent storage, yet again!
by Jeff Sharkey
· 10 years ago
83434e3
am b5e680ac: am bc40cc8f: Add method to forget private partition keys.
by Jeff Sharkey
· 10 years ago
bc40cc8
Add method to forget private partition keys.
by Jeff Sharkey
· 10 years ago
7744be3
am b75343ae: am 210228a0: Merge "Start tracking added users with serial numbers." into mnc-dev
by Jeff Sharkey
· 10 years ago
bd3038d
Start tracking added users with serial numbers.
by Jeff Sharkey
· 10 years ago
4716ee8
chmod a-x VolumeManager.cpp
by Paul Crowley
· 10 years ago
d0640f6
Add f2fs support for private volumes.
by Jeff Sharkey
· 10 years ago
5a6bfca
Initial pass at storage benchmarks.
by Jeff Sharkey
· 10 years ago
1bfb375
Update primary symlinks after mounting.
by Jeff Sharkey
· 10 years ago
c98d1f5
am 85c7c08e: am d5aa67cc: Merge "Wait for completion of device mapping in mountObb"
by Elliott Hughes
· 10 years ago
476a627
Wait for completion of device mapping in mountObb
by yoshiyuki hama
· 10 years ago
c8e04c5
Wider volume mutation lock, move force adoptable.
by Jeff Sharkey
· 10 years ago
f3ee200
Handle *ALL* the SCSI disks!
by Jeff Sharkey
· 10 years ago
f1b996d
Volumes know parent disks; unsupported disks.
by Jeff Sharkey
· 10 years ago
7d9d011
Lock while partitioning.
by Jeff Sharkey
· 10 years ago
3161fb3
Emulated volumes above private volumes.
by Jeff Sharkey
· 10 years ago
ce6a913
Exclusive exec() path, format after partition.
by Jeff Sharkey
· 10 years ago
Next »