summaryrefslogtreecommitdiffstats
path: root/VolumeManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle multi-user mountObb() requests.Jeff Sharkey2012-09-251-2/+2
* Only cleanup ASECs in external storageKenny Root2012-08-091-13/+36
* Unmount all asec apps before encryptingKen Sumrall2012-06-151-0/+57
* Merge "Sleep to wait for dm to create node" into jb-devKenny Root2012-05-101-0/+13
|\
| * Sleep to wait for dm to create nodeKenny Root2012-05-101-0/+13
* | Native library loading needs to read directoryKenny Root2012-05-101-1/+1
* | Only set permissions on dirs or filesKenny Root2012-05-101-1/+1
|/
* Add in ext4 support for ASEC containersKenny Root2012-04-251-59/+294
* Add the ability to revert a crypto mapping when unmounting a volumeKen Sumrall2011-08-311-3/+3
* Prevent sharing or formatting of a vold managed volumes during encryption.Ken Sumrall2011-07-111-1/+14
* Add new vold call to get the path to an asec fs.Dianne Hackborn2011-06-271-0/+14
* Update path for seting USB mass storage backing storeMike Lockwood2011-06-171-3/+4
* Merge "Remove obsolete code for monitoring USB status"Mike Lockwood2011-06-171-116/+0
|\
| * Remove obsolete code for monitoring USB statusMike Lockwood2011-06-071-116/+0
* | Don't abort the encryption process if an internal volume is present but unmou...Ken Sumrall2011-06-141-1/+1
|/
* vold: allow to store key in a file on another partitionKen Sumrall2011-06-021-0/+45
* Stifle "Ignoring unknown switch" loggingMike Lockwood2010-12-101-2/+0
* Set VM dirty ratio to zero when UMS is activeMike Lockwood2010-10-281-0/+29
* Better error code for unmounting not-mounted volumesKenny Root2010-09-301-1/+1
* Track type of container mountedKenny Root2010-09-261-7/+19
* Fixes for devices with internal FAT file system:Mike Lockwood2010-09-171-8/+1
* Allow execute on mounted ASEC and OBB containersKenny Root2010-09-021-4/+4
* Additional Obb functionalityKenny Root2010-07-151-16/+65
* Add image mounting commands for OBB filesKenny Root2010-07-071-10/+148
* Use new kernel notifications to determine if USB mass storage is available.Mike Lockwood2010-06-281-21/+69
* Change ASCII conversion for hash and add testsKenny Root2010-06-201-9/+17
* vold: Ensure we cleanup secure containers on card removal.San Mehat2010-04-151-8/+13
* vold: Switch from LOG -> SLOGSan Mehat2010-03-251-67/+67
* vold: asec path cmd now returns OpFailedStorageNotFound if id doesn't existSan Mehat2010-03-231-0/+8
* vold: Add mounted filesystems to dump cmdSan Mehat2010-03-171-1/+0
* vold: Convert to use OpenSSL MD5 APIKenny Root2010-03-151-9/+11
* vold: remove some dead codeSan Mehat2010-03-151-2/+0
* vold: Bugfixes & cleanupsSan Mehat2010-03-131-26/+104
* vold: Add a versioned superblock to secure containers.San Mehat2010-03-031-19/+106
* 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: Stage the mounting of media to hide the ASEC imagefile directorySan Mehat2010-02-191-24/+14
* vold: Add 'force' option to anything that can cause an unmountSan Mehat2010-02-181-15/+17
* vold2: Don't allow containers < 1mb, and clean up some loggingSan Mehat2010-02-181-0/+6
* vold: Refactor Processkiller and add command to return users of a mount pointSan Mehat2010-02-161-3/+2
* vold: Fix devmapper/ptmx fd leak, and give asec unmount more timeSan Mehat2010-02-131-9/+15
* vold: Fix a few bugsSan Mehat2010-02-041-2/+2
* vold: Silly rabbit, don't use unlink() when you mean't rmdir()San Mehat2010-02-031-1/+3
* vold: Bloat reductionSan Mehat2010-02-021-0/+21
* vold: Add support for renaming secure containersSan Mehat2010-01-231-0/+36
* vold2: update some debuggingSan Mehat2010-01-231-1/+2
* vold: Don't fail to return path if volume isn't mountedSan Mehat2010-01-221-5/+0