summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vold: replace strsep by strtok_rfroyo-stablefroyoJinho You2010-11-201-7/+8
* vold: fix an offset one bug that makes partition 4 unusableChih-Wei Huang2010-11-201-2/+2
* vold: set state back to idle on formatting errorChih-Wei Huang2010-11-201-3/+5
* vold: remove unnecessary code from VolumeManager::unshareVolume()Seth Forshee2010-11-201-8/+1
* Avoid array overrun. We can now mount the /sdcard partition on our boot sdcardsBruce Beare2010-11-201-2/+6
* vold: Only use EXTERNAL_STORAGE for SEC_ASECDIR (cm-issue 2470)Josh Stone2010-11-071-16/+24
* vold: Share just the partition to UMS (cm-issue 2236)Josh Stone2010-10-223-1/+14
* VOLD - make volume daemon to handle state change from shared to no_mediaEthan2010-09-041-1/+16
* Disabling UMS also needs to use the proper lun device.Koushik Dutta2010-08-271-3/+13
* Add support for 2 having UMS devices. This will need to be cleaned up later t...Koushik Dutta2010-08-271-4/+15
* vold: Ensure we cleanup secure containers on card removal.San Mehat2010-04-153-8/+21
* vold: Switch from LOG -> SLOGSan Mehat2010-03-2513-208/+208
* Revert "Prevent null pointer deref in DirectVolume"Kenny Root2010-03-242-48/+12
* Prevent null pointer deref in DirectVolumeKenny Root2010-03-242-12/+48
* vold: asec path cmd now returns OpFailedStorageNotFound if id doesn't existSan Mehat2010-03-234-4/+13
* vold: Add mounted filesystems to dump cmdSan Mehat2010-03-172-1/+10
* vold: Convert to use OpenSSL MD5 APIKenny Root2010-03-154-350/+24
* vold: remove some dead codeSan Mehat2010-03-155-80/+0
* vold: Remove autorun.inf at mount/unmount time if it existsSan Mehat2010-03-142-0/+24
* vold: Fix argument validation for volume commandsSan Mehat2010-03-141-1/+33
* vold: Bugfixes & cleanupsSan Mehat2010-03-1314-41/+749
* vold: Switch to using libdiskconfig for partition setup.San Mehat2010-03-105-202/+48
* Add an empty CleanSpec.mkJean-Baptiste Queru2010-03-081-0/+49
* vold: Add a versioned superblock to secure containers.San Mehat2010-03-036-40/+170
* vold: Add support for xwarpSan Mehat2010-03-026-1/+177
* vold: Don't bail out on init failure & bump version numberSan Mehat2010-03-021-13/+10
* vold: Allow creation of a container with no filesystemSan Mehat2010-02-281-24/+30
* vold: Fix uninitialized mountpoint bugSan Mehat2010-02-241-0/+1
* vold: Retry rmdir of asec mount pointSan Mehat2010-02-241-3/+15
* vold: Prohibit container rename when dst container is mountedSan Mehat2010-02-241-0/+7
* vold: fix infinite loop when failing to unmount a busy container in unmountVo...San Mehat2010-02-241-2/+2
* vold: Make asec sdcard dir a hidden dirSan Mehat2010-02-231-1/+11
* vold: Stage the mounting of media to hide the ASEC imagefile directorySan Mehat2010-02-194-60/+256
* vold: Clean up asec command response and add support for 'StorageBusy'San Mehat2010-02-184-51/+61
* vold: Add 'force' option to anything that can cause an unmountSan Mehat2010-02-186-38/+53
* vold2: Don't allow containers < 1mb, and clean up some loggingSan Mehat2010-02-183-3/+7
* Check length of filenames before strcatKenny Root2010-02-181-1/+2
* vold: Refactor Processkiller and add command to return users of a mount pointSan Mehat2010-02-169-230/+321
* vold: Fix devmapper/ptmx fd leak, and give asec unmount more timeSan Mehat2010-02-135-45/+54
* am 4468682c: Merge from open-source masterJean-Baptiste Queru2010-02-110-0/+0
|\
| * Merge from open-source masterJean-Baptiste Queru2010-02-110-0/+0
| |\
| | * new project, first commitandroid-build SharedAccount2009-10-120-0/+0
* | vold: Fix format argument bugSan Mehat2010-02-081-1/+1
* | vold: Reduce logspam and add 250ms delay before first unmount attemptSan Mehat2010-02-061-5/+2
* | vold: Fix a few bugsSan Mehat2010-02-043-7/+11
* | vold: Silly rabbit, don't use unlink() when you mean't rmdir()San Mehat2010-02-031-1/+3
* | vold: Fix share status argument off by oneSan Mehat2010-02-031-1/+1
* | vold2: Don't print error on unknown Netlink eventSan Mehat2010-02-031-2/+0
* | vold: Bloat reductionSan Mehat2010-02-026-391/+213
* | vold: Add support for renaming secure containersSan Mehat2010-01-234-1/+65