Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/PitchBlackRecoveryProject/android_system_vold


https://github.com/PitchBlackRecoveryProject/android_system_vold

merge in honeycomb-release history after reset to honeycomb

7c536b7d8b1580e502f2fa80c2ca5685e3dcf159 authored almost 14 years ago by The Android Automerger <[email protected]>
Always return success if the command was run.

The caller will check the result code for success. This prevents a exception from being thrown w...

ab593e8e504876d513f5981a77695f02533ff4f7 authored almost 14 years ago by Jason parks <[email protected]>
am 0167cb15: Always return success if the command was run.

* commit '0167cb15935592deea9abbd6a8bbe904e27bd101':
Always return success if the command was ...

bc281ee9312d01e654b2176ac6e747a3c3ca2829 authored almost 14 years ago by Jason parks <[email protected]>
Always return success if the command was run.

The caller will check the result code for success. This prevents a exception from being thrown w...

0167cb15935592deea9abbd6a8bbe904e27bd101 authored almost 14 years ago by Jason parks <[email protected]>
am e8744070: Create and use a salt when calling pbkdf2 to encrypt/decrypt the master key.

* commit 'e87440703663f5ee326326f6438f3b00ea315623':
Create and use a salt when calling pbkdf2...

2137c849a00c98130d9ac6ca5b9572bc66b56c5e authored almost 14 years ago by Ken Sumrall <[email protected]>
am 0cc16638: Verify that it\'s OK to run the various cryptfs commands

* commit '0cc166385a7e1d3026bbcb62f094e419f779e872':
Verify that it's OK to run the various cr...

e11337370855cb21d77537ee8281a0e9d151eb7c authored almost 14 years ago by Ken Sumrall <[email protected]>
Create and use a salt when calling pbkdf2 to encrypt/decrypt the master key.

In order to prevent rainbow table attacks on decrypting the master key,
create a 16 byte "salt" ...

e87440703663f5ee326326f6438f3b00ea315623 authored almost 14 years ago by Ken Sumrall <[email protected]>
am 7df84120: Don\'t wait for the framework to come up before starting to encrypt in place.

* commit '7df84120b25dca713f623528801385b00208c2aa':
Don't wait for the framework to come up b...

694bc70d4237ffd62680d463f93425c48138ac60 authored almost 14 years ago by Ken Sumrall <[email protected]>
Verify that it's OK to run the various cryptfs commands

Maintain and query some internal state to know if it's OK to run
the various cryptfs commands. ...

0cc166385a7e1d3026bbcb62f094e419f779e872 authored almost 14 years ago by Ken Sumrall <[email protected]>
Don't wait for the framework to come up before starting to encrypt in place.

Also, change the value that triggers the progress bar framework from
"startup" to "0" in the pro...

7df84120b25dca713f623528801385b00208c2aa authored almost 14 years ago by Ken Sumrall <[email protected]>
am 57b63e61: Minor tweaks to logging for the cryptfs changepw command.

* commit '57b63e61cb41e377708a4fdf18ecc80eb1b2b521':
Minor tweaks to logging for the cryptfs c...

e23667fa00892c874ee0a57550a3869b1ecd6f5a authored almost 14 years ago by Ken Sumrall <[email protected]>
Minor tweaks to logging for the cryptfs changepw command.

Change-Id: I87ff9788a56de6d461002407bf6c3cd4c6f900ee

57b63e61cb41e377708a4fdf18ecc80eb1b2b521 authored almost 14 years ago by Ken Sumrall <[email protected]>
am 8ddbe40a: Updates to cryptfs framework.

* commit '8ddbe40a8a8708dac7c472fa8c098c8f7b24534c':
Updates to cryptfs framework.

934dfed05d9a840103834a54636b250c9b7ec3cb authored almost 14 years ago by Ken Sumrall <[email protected]>
Updates to cryptfs framework.

Update the enable inplace API to allow the UI to show a progress bar.
Add new command changepw (...

8ddbe40a8a8708dac7c472fa8c098c8f7b24534c authored almost 14 years ago by Ken Sumrall <[email protected]>
am 6864b7ec: Change the cryptfs command to separate out checking the password and restarting

* commit '6864b7ec94a57b73c300457955d86dc604aeddf5':
Change the cryptfs command to separate ou...

3b3b89e07c328c9b3b5de870ac5f4836dc468758 authored almost 14 years ago by Ken Sumrall <[email protected]>
Change the cryptfs command to separate out checking the password and restarting

In order to make the animations and the UI look right, we need to change
the cryptfs checkpw com...

6864b7ec94a57b73c300457955d86dc604aeddf5 authored almost 14 years ago by Ken Sumrall <[email protected]>
am 2eaf7138: Cleanup a few issues with the cryptfs code.

* commit '2eaf7138528d30c331d83ab8346a97e66b5499e2':
Cleanup a few issues with the cryptfs code.

eed82c368b270446006e962ab83ba7f97fd3a57f authored almost 14 years ago by Ken Sumrall <[email protected]>
Cleanup a few issues with the cryptfs code.

Now that the framework shuts down quickly, remove the 30
second sleep when enabling crypto. Als...

2eaf7138528d30c331d83ab8346a97e66b5499e2 authored almost 14 years ago by Ken Sumrall <[email protected]>
Revert "Change constructor to match new definition of the superclass"

This reverts commit 499806cd60cd45b8cc9ae669b3d49507e04ffc0f.

5fb760a63ca3b8a2b282b8c642508d998706bbd0 authored almost 14 years ago by Wink Saville <[email protected]>
Change constructor to match new definition of the superclass

Change-Id: I3526b1920817c2a28ac3e84c1ea278932a9ec895

499806cd60cd45b8cc9ae669b3d49507e04ffc0f authored almost 14 years ago by Stan Chesnutt <[email protected]>
Support for encrypting /data on Stingray.

There are still a few hacks and performance issues related
to shutting down the framework in thi...

8f869aa1bc685b505c58e97b4e11a9c7491a16f9 authored about 14 years ago by Ken Sumrall <[email protected]>
Stifle "Ignoring unknown switch" logging

Change-Id: I9770ab880f379e2f7f6a93d3c84990edec60a116
Signed-off-by: Mike Lockwood <lockwood@andr...

3c9a73f643f7c782bdd326f628eeea97bec42ae8 authored about 14 years ago by Mike Lockwood <[email protected]>
am c1d80272: am 08da5c1f: Merge "vold: replace strsep by strtok_r"

* commit 'c1d80272b117cf837de93fadd8d456d89a203e2f':
vold: replace strsep by strtok_r

905ed1fbd34ecb537c8c89affa6fae7c592029dc authored about 14 years ago by Jean-Baptiste Queru <[email protected]>
am 08da5c1f: Merge "vold: replace strsep by strtok_r"

* commit '08da5c1f17afefe3c9f4f4d4456c5757dede62e1':
vold: replace strsep by strtok_r

c1d80272b117cf837de93fadd8d456d89a203e2f authored about 14 years ago by Jean-Baptiste Queru <[email protected]>
Merge "vold: replace strsep by strtok_r"

08da5c1f17afefe3c9f4f4d4456c5757dede62e1 authored about 14 years ago by Jean-Baptiste Queru <[email protected]>
vold: replace strsep by strtok_r

It permits more white spaces between words in vold.fstab.

Change-Id: I38250c3dcc860643e4f102e98...

74ca25a716a060b4f676277262d112b569c5fbd2 authored about 14 years ago by Jinho You <[email protected]>
am 1206e872: resolved conflicts for merge of 09f774b7 to gingerbread-plus-aosp

* commit '1206e872ce74aab253c39c3547bfaadc5e1f6011':
vold: fix an offset one bug that makes pa...

2996451f777bd8fb00eeb45ccbb1dd57fc0fbe06 authored about 14 years ago by Jean-Baptiste Queru <[email protected]>
resolved conflicts for merge of 09f774b7 to gingerbread-plus-aosp

Change-Id: I103db47198ad09783aa6539cde271df0fdb9c594

1206e872ce74aab253c39c3547bfaadc5e1f6011 authored about 14 years ago by Jean-Baptiste Queru <[email protected]>
Merge changes Ic8e18e61,I62c78eb8

* changes:
vold: fix an offset one bug that makes partition 4 unusable
vold: set state back ...

09f774b7d3ad4e4205485b6997d44f7edd084598 authored about 14 years ago by Jean-Baptiste Queru <[email protected]>
vold: fix an offset one bug that makes partition 4 unusable

Change-Id: Ic8e18e6191ad7ee33162e36060b57a6802cf0883

def8f3168305cc57803f1e9aafd8ed6d8e93067d authored about 14 years ago by Chih-Wei Huang <[email protected]>
Add missing include headers for compilation on Intel target for Google TV.

Change-Id: I9f71b5e871671d1d64ad37f78a8944653409b8e1

37dcda68d334f70e1f7f69a9817def65fe3ee717 authored about 14 years ago by Olivier Bailly <[email protected]>
vold: set state back to idle on formatting error

On formatting error due to some reasons, the state is left at
Formatting, therefore the user is ...

64382de1f93b84ca59f607da4b4fdbd77f1af67d authored about 14 years ago by Chih-Wei Huang <[email protected]>
am a28056b3: Set VM dirty ratio to zero when UMS is active

* commit 'a28056b38275003895ff5d9576681aca01544822':
Set VM dirty ratio to zero when UMS is ac...

92c243afae15567f166d0059db5aff13b8849596 authored about 14 years ago by Mike Lockwood <[email protected]>
Set VM dirty ratio to zero when UMS is active

Improves UI responsiveness when copying large amount of data to the device.

BUG: 3131847

Chang...

a28056b38275003895ff5d9576681aca01544822 authored about 14 years ago by Mike Lockwood <[email protected]>
am 918e5f9f: Better error code for unmounting not-mounted volumes

Merge commit '918e5f9f10b9c1ff929683743ffbf229027ce240' into gingerbread-plus-aosp

* commit '91...

456b7e6a99b105ee5d58e592930536598713f390 authored about 14 years ago by Kenny Root <[email protected]>
Better error code for unmounting not-mounted volumes

ENOENT is more descriptive than the generic error that EINVAL gets
turned into. Then we can actu...

918e5f9f10b9c1ff929683743ffbf229027ce240 authored about 14 years ago by Kenny Root <[email protected]>
am cbacf78e: Track type of container mounted

Merge commit 'cbacf78eff70bd43bb899e164ec2ab409bc0904c' into gingerbread-plus-aosp

* commit 'cb...

45f22ad121117cf2acf9a7b8f5e4a5e6c80fdd59 authored about 14 years ago by Kenny Root <[email protected]>
Track type of container mounted

OBB and ASEC are tracked in the same active container list, but when it
comes time to unmount ev...

cbacf78eff70bd43bb899e164ec2ab409bc0904c authored about 14 years ago by Kenny Root <[email protected]>
am a4886f1f: More fixes for internal FAT partitions:

Merge commit 'a4886f1f8ed72e24a302a91a0ab18bc54b6f585e' into gingerbread-plus-aosp

* commit 'a4...

9b46bebd2c7011ff24e999e509f1e137ce6d52ec authored over 14 years ago by Mike Lockwood <[email protected]>
More fixes for internal FAT partitions:

Fix formatting partitions beyond the first partition.
Do not try to initialize the MBR when form...

a4886f1f8ed72e24a302a91a0ab18bc54b6f585e authored over 14 years ago by Mike Lockwood <[email protected]>
am 1b15d463: Add some missing closes on error conditions.

Merge commit '1b15d463d4816fc084767cbeda3ee69ff5527545' into gingerbread-plus-aosp

* commit '1b...

08cd8f76bfa9c01a73e2e2f2e003cf866938c60c authored over 14 years ago by Brad Fitzpatrick <[email protected]>
Add some missing closes on error conditions.

Also, some formatting fixes to get back into line with netd's copy of
logwrapper.c.

Change-Id: ...

1b15d463d4816fc084767cbeda3ee69ff5527545 authored over 14 years ago by Brad Fitzpatrick <[email protected]>
am 2dfe297e: Fixes for devices with internal FAT file system:

Merge commit '2dfe297ec47559dbe2297a72bea71cf515c03797' into gingerbread-plus-aosp

* commit '2d...

3374b41f1fea95dab455f565e6fc6db456bddc8b authored over 14 years ago by Mike Lockwood <[email protected]>
Fixes for devices with internal FAT file system:

Only share a single partition via UMS if a specific partition
is specified in vold.fstab (rather...

2dfe297ec47559dbe2297a72bea71cf515c03797 authored over 14 years ago by Mike Lockwood <[email protected]>
am a3e06084: Allow execute on mounted ASEC and OBB containers

Merge commit 'a3e06084564c86ff618c40f185f3676b8b629b94' into gingerbread-plus-aosp

* commit 'a3...

90d92f11ab27d1748d13ea3e48fee114e218833c authored over 14 years ago by Kenny Root <[email protected]>
Allow execute on mounted ASEC and OBB containers

This allows us to place shared libraries in these containers which may
only be loaded if they ar...

a3e06084564c86ff618c40f185f3676b8b629b94 authored over 14 years ago by Kenny Root <[email protected]>
am 75a3e1a9: VOLD - make volume daemon to handle state change from shared to no_media

Merge commit '75a3e1a95af0a2790de1b12aeca0008bfdc61649' into gingerbread-plus-aosp

* commit '75...

2c7d5761d28c39c8e40bf06874f2f5ca92f726d0 authored over 14 years ago by Ethan <[email protected]>
VOLD - make volume daemon to handle state change from shared to no_media

When volume state changed from shared to no_media,
volume is not properly unshared.

Cha...

75a3e1a95af0a2790de1b12aeca0008bfdc61649 authored over 14 years ago by Ethan <[email protected]>
am 826bec79: Merge "vold: remove unnecessary code from VolumeManager::unshareVolume()"

Merge commit '826bec79ea253505813d125700a12816e2c3bc0f' into gingerbread-plus-aosp

* commit '82...

582677b50c012f2683e706d26fc69e0c02b634c7 authored over 14 years ago by Jean-Baptiste Queru <[email protected]>
Merge "vold: remove unnecessary code from VolumeManager::unshareVolume()"

826bec79ea253505813d125700a12816e2c3bc0f authored over 14 years ago by Jean-Baptiste Queru <[email protected]>
am d766090b: Avoid array overrun. We can now mount the /sdcard partition on our boot sdcards

Merge commit 'd766090b7a72562be9e64700e13882663004650e' into gingerbread-plus-aosp

* commit 'd7...

8f295e9deef5db5a7853e3048b595deca0b54248 authored over 14 years ago by Bruce Beare <[email protected]>
vold: remove unnecessary code from VolumeManager::unshareVolume()

Signed-off-by: Seth Forshee <[email protected]>

b2b3d2cd34d52d288b42b7d30cd7db7fd53bfd1d authored over 14 years ago by Seth Forshee <[email protected]>
Avoid array overrun. We can now mount the /sdcard partition on our boot sdcards

Change-Id: I6e9db8c55db49b4aa61dd40cd59495f55e5b3368
Signed-off-by: Bruce Beare <brucex.j.beare@...

d766090b7a72562be9e64700e13882663004650e authored over 14 years ago by Bruce Beare <[email protected]>
Fix loop_info/loop_info64 impedance mismatch

LOOP_GET_STATUS64 isn't useful here since the data contained within
isn't actually checked, so s...

e17e91f63b3cceb2ef670947fd7f9ff3c40ee1a7 authored over 14 years ago by Kenny Root <[email protected]>
Additional Obb functionality

* Rename all functions dealing with OBB files to mention Obb

* Add 'path' and 'list' functional...

508c0e1605b795bbb51cb47d955b89f3df26ca94 authored over 14 years ago by Kenny Root <[email protected]>
Add image mounting commands for OBB files

Allow the mounting of OBB filesystem images if they're encrypted with
twofish and in FAT filesys...

fb7c4d5a8a1031cf0e493ff182dcf458e5fe8c77 authored over 14 years ago by Kenny Root <[email protected]>
Use new kernel notifications to determine if USB mass storage is available.

The usb_mass_storage switch no longer exists in our 2.6.35 kernel.
Instead we will consider mass...

99635f6c289fe2528c226403ea215c917ce86037 authored over 14 years ago by Mike Lockwood <[email protected]>
Change ASCII conversion for hash and add tests

Hash was printed using snprintf(), but we can just write yet another hex
conversion utility!

Ch...

acc9e7dcca8978fc809fa5b4d9b819c515a980ff authored over 14 years ago by Kenny Root <[email protected]>
Get rid of warnings when compiled with -Wformat-security

Change-Id: I27e0819aba347e26051ad771c594b69700da1721

f69b3b9af78c94b5ce56a73e086b22b585ea5c85 authored over 14 years ago by Nick Kralevich <[email protected]>
vold: Ensure we cleanup secure containers on card removal.

Fixes bug: http://b/issue?id=2567572

Note: The framework will still likely restart since the sy...

1a06edaf4db4e9c520624bcc06e0e13ee470d90e authored over 14 years ago by San Mehat <[email protected]>
vold: Switch from LOG -> SLOG

Change-Id: I48ee8bd90b47f5845f069cdf4d1b8ba6ecdb1b39
Signed-off-by: San Mehat <[email protected]>

97ac40e4e6f3ed0bd5d6878d7d8d4a54fcaecb76 authored over 14 years ago by San Mehat <[email protected]>
Revert "Prevent null pointer deref in DirectVolume"

This reverts commit a9f423dd7e313854ce7c103e1bb4661b05efc9a4.

da62e7c00259f6b98696cedb7d031f04951caef0 authored over 14 years ago by Kenny Root <[email protected]>
Prevent null pointer deref in DirectVolume

There's a possibility that if something were messed up a call to
NetlinkEvent::findParam could r...

a9f423dd7e313854ce7c103e1bb4661b05efc9a4 authored over 14 years ago by Kenny Root <[email protected]>
vold: asec path cmd now returns OpFailedStorageNotFound if id doesn't exist

Change-Id: Icbe3de7c28505f7496c8f8edea126c7b616de475
Signed-off-by: San Mehat <[email protected]>

88ac2c06539485942bf414efda2d39647fa1a415 authored almost 15 years ago by San Mehat <[email protected]>
vold: Add mounted filesystems to dump cmd

Change-Id: If025e7ee10a79ff089920a6d0c1a52358b2d2c22
Signed-off-by: San Mehat <[email protected]>

96597e8b840ef671fe5279f8bd64fb09a8b38d4c authored almost 15 years ago by San Mehat <[email protected]>
vold: Convert to use OpenSSL MD5 API

Change-Id: I9b84370fa9a98464c211ebe8983be8dbe9dd7ccd

7b18a7b36f61574c0f0bdde0a7409dc36676fa12 authored almost 15 years ago by Kenny Root <[email protected]>
vold: remove some dead code

Change-Id: Iaeb5d3334ec22ed31da9734bb8d7cd17e6a40eaf
Signed-off-by: San Mehat <[email protected]>

befd59c152835b815665ec3c5e453b55e70d5f0b authored almost 15 years ago by San Mehat <[email protected]>
vold: Remove autorun.inf at mount/unmount time if it exists

Change-Id: Ia57da8ee177453a601a23d965c2b4f16b6de46e5
Signed-off-by: San Mehat <[email protected]>

cb4dac8a5243f6673b0590019b5b28a01bd3e343 authored almost 15 years ago by San Mehat <[email protected]>
vold: Fix argument validation for volume commands

Change-Id: I74aa63ff9f9bc32bd871e6c53ab50b6baf79e650
Signed-off-by: San Mehat <[email protected]>

57df7bf33968d65c23f3d0dc9f30a8ce2625b1d0 authored almost 15 years ago by San Mehat <[email protected]>
vold: Bugfixes & cleanups

- Fix issue where container-names > 64 bytes were getting truncated in the
kernel. lo_name...

d9a4e358614a0c5f60cc76c0636ee4bb02004a32 authored almost 15 years ago by San Mehat <[email protected]>
vold: Switch to using libdiskconfig for partition setup.

Also handles an issue where NPARTS=0 on a disk change uevent

Change-Id: I77c56f177dc65df91468bbd...

2a5b8ce09b8836a8463ef9beaaff865c36ca5e6a authored almost 15 years ago by San Mehat <[email protected]>
Add an empty CleanSpec.mk

Change-Id: Ied5f7eddd18adb38699c8a034a78ff9de4aab8de

d071596fd998f4d2bc58a7580f61c15a87a92fd5 authored almost 15 years ago by Jean-Baptiste Queru <[email protected]>
vold: Add a versioned superblock to secure containers.

Add an un-encrypted superblock to the end of a secure container to
help identify the crypto ciph...

fcf24fe62f98c5d44431aa575555569c2c7a29b0 authored almost 15 years ago by San Mehat <[email protected]>
vold: Add support for xwarp

Signed-off-by: San Mehat <[email protected]>

2350c44ff39b4cb2940893964a05f778fc80a436 authored almost 15 years ago by San Mehat <[email protected]>
vold: Don't bail out on init failure & bump version number

Signed-off-by: San Mehat <[email protected]>

f1b07fb5e30667833d7a2a5b7e95eada881a2802 authored almost 15 years ago by San Mehat <[email protected]>
vold: Allow creation of a container with no filesystem

Signed-off-by: San Mehat <[email protected]>

a1091cb0c448a933068f9120fe6946c09812bfb6 authored almost 15 years ago by San Mehat <[email protected]>
vold: Fix uninitialized mountpoint bug

Signed-off-by: San Mehat <[email protected]>

55013f7131ffe094e1c7d929cfc32b3b25096a9b authored almost 15 years ago by San Mehat <[email protected]>
vold: Retry rmdir of asec mount point

Signed-off-by: San Mehat <[email protected]>

12f4b89046b54de1bdc188b7057ba77d7566e573 authored almost 15 years ago by San Mehat <[email protected]>
vold: Prohibit container rename when dst container is mounted

Signed-off-by: San Mehat <[email protected]>

96956ed0e220cb62a4a96136976ded0d8c2d9075 authored almost 15 years ago by San Mehat <[email protected]>
vold: fix infinite loop when failing to unmount a busy container in unmountVolume()

Signed-off-by: San Mehat <[email protected]>

0e382532f32e97f90056250f2b13c59840d2c6b4 authored almost 15 years ago by San Mehat <[email protected]>
vold: Make asec sdcard dir a hidden dir

Signed-off-by: San Mehat <[email protected]>

52c2ccb6d25b94b96685efd4803226727710fbae authored almost 15 years ago by San Mehat <[email protected]>
vold: Stage the mounting of media to hide the ASEC imagefile directory

In order to protect the '/android_secure' directory on VFAT removable media
from being mucked ...

3bb6020e461e8872e8df0775cba6eb32e06b93ec authored almost 15 years ago by San Mehat <[email protected]>
vold: Clean up asec command response and add support for 'StorageBusy'

Signed-off-by: San Mehat <[email protected]>

8f2875b29780312f4edda3d831cc8a99e1648dd5 authored almost 15 years ago by San Mehat <[email protected]>
vold: Add 'force' option to anything that can cause an unmount

Signed-off-by: San Mehat <[email protected]>

4ba8948dc16463053e21cda5744f519a555080d0 authored almost 15 years ago by San Mehat <[email protected]>
vold2: Don't allow containers < 1mb, and clean up some logging

Signed-off-by: San Mehat <[email protected]>

d31e380bd9689dd9629b510ffe324707e261b439 authored almost 15 years ago by San Mehat <[email protected]>
Check length of filenames before strcat

Just in case someone tries to set up a series of links to trick us, do a
quick sanity check on t...

b3b4318ab8e2908f7b3c75fb68a5cbfc48fe6ab2 authored almost 15 years ago by Kenny Root <[email protected]>
vold: Refactor Processkiller and add command to return users of a mount point

Signed-off-by: San Mehat <[email protected]>

586536c60b773e3517531ad8a6cb0de6722c67fc authored almost 15 years ago by San Mehat <[email protected]>
vold: Fix devmapper/ptmx fd leak, and give asec unmount more time

Signed-off-by: San Mehat <[email protected]>

8c940ef7dbd423cadc92982b44a65ed1014389e2 authored almost 15 years ago by San Mehat <[email protected]>
am 4468682c: Merge from open-source master

Merge commit '4468682c7035d431c6154ab298c5ce0f9e2350f8'

* commit '4468682c7035d431c6154ab298c5c...

c6fc646af4f957dc7a586a448e63c458480d8355 authored almost 15 years ago by Jean-Baptiste Queru <[email protected]>
Merge from open-source master

4468682c7035d431c6154ab298c5ce0f9e2350f8 authored almost 15 years ago by Jean-Baptiste Queru <[email protected]>
vold: Fix format argument bug

Signed-off-by: San Mehat <[email protected]>

3b9b8e830859aa9338b78a7b05ddbe566f5bbb70 authored almost 15 years ago by San Mehat <[email protected]>
vold: Reduce logspam and add 250ms delay before first unmount attempt

Signed-off-by: San Mehat <[email protected]>

62e5dd245bd508eabcba56b5680e2b28bfc2caf6 authored almost 15 years ago by San Mehat <[email protected]>
vold: Fix a few bugs

- share command was taking wrong arguments
- shared command was returning two termination code...

b9aed74b146beb7499ebc5775e8ae179d16900ef authored almost 15 years ago by San Mehat <[email protected]>
vold: Silly rabbit, don't use unlink() when you mean't rmdir()

Signed-off-by: San Mehat <[email protected]>

f5c61980969a0b49bda37b5dc94ffe675ebd5a5a authored almost 15 years ago by San Mehat <[email protected]>
vold: Fix share status argument off by one

Signed-off-by: San Mehat <[email protected]>

2b22552f9a3b077f9d0a3624ac6f9b8b332f8a7a authored almost 15 years ago by San Mehat <[email protected]>
vold2: Don't print error on unknown Netlink event

Signed-off-by: San Mehat <[email protected]>

fbe33b4a407b7ec20da1c11459784aa57890eaee authored almost 15 years ago by San Mehat <[email protected]>
vold: Bloat reduction

Signed-off-by: San Mehat <[email protected]>

eba65e9d438a05f1c5dfd0f8d31bc463a5d08eee authored almost 15 years ago by San Mehat <[email protected]>
vold: Add support for renaming secure containers

Signed-off-by: San Mehat <[email protected]>

048b0801fcd6fcfbb8fa812284c751181e4821b8 authored almost 15 years ago by San Mehat <[email protected]>
vold2: update some debugging

Signed-off-by: San Mehat <[email protected]>

68f8ebdb24dfe1fe94de2c8fc11084ebfab9fa5d authored almost 15 years ago by San Mehat <[email protected]>
vold: Don't fail to return path if volume isn't mounted

Signed-off-by: San Mehat <[email protected]>

a4dc3b15b7886f661675ab5243800c80831e549b authored almost 15 years ago by San Mehat <[email protected]>