- 14 Jan, 2011 2 commits
-
-
Ken Sumrall authored
* commit '2eaf7138': Cleanup a few issues with the cryptfs code.
-
Ken Sumrall authored
Now that the framework shuts down quickly, remove the 30 second sleep when enabling crypto. Also, stop spewing the secret master key to the disk in the system log! Change-Id: Icb3f9456ababe3dff8de52cbbae92da0e9e5dd2f
-
- 09 Jan, 2011 1 commit
-
-
Wink Saville authored
This reverts commit 499806cd.
-
- 27 Dec, 2010 1 commit
-
-
Stan Chesnutt authored
Change-Id: I3526b1920817c2a28ac3e84c1ea278932a9ec895
-
- 19 Dec, 2010 1 commit
-
-
Ken Sumrall authored
There are still a few hacks and performance issues related to shutting down the framework in this code, but it is functional and tested. Without the UI changes, it requires cryptic adb shell commands to enable, which I shall not utter here. Change-Id: I0b8f90afd707e17fbdb0373d156236946633cf8b
-
- 10 Dec, 2010 1 commit
-
-
Mike Lockwood authored
Change-Id: I9770ab880f379e2f7f6a93d3c84990edec60a116 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 20 Nov, 2010 4 commits
-
-
Jean-Baptiste Queru authored
* commit 'c1d80272': vold: replace strsep by strtok_r
-
Jean-Baptiste Queru authored
* commit '08da5c1f': vold: replace strsep by strtok_r
-
Jean-Baptiste Queru authored
-
Jinho You authored
It permits more white spaces between words in vold.fstab. Change-Id: I38250c3dcc860643e4f102e980fe844693a1451a
-
- 19 Nov, 2010 2 commits
-
-
Jean-Baptiste Queru authored
* commit '1206e872': vold: fix an offset one bug that makes partition 4 unusable vold: set state back to idle on formatting error
-
Jean-Baptiste Queru authored
Change-Id: I103db47198ad09783aa6539cde271df0fdb9c594
-
- 18 Nov, 2010 1 commit
-
-
Jean-Baptiste Queru authored
* changes: vold: fix an offset one bug that makes partition 4 unusable vold: set state back to idle on formatting error
-
- 17 Nov, 2010 1 commit
-
-
Chih-Wei Huang authored
Change-Id: Ic8e18e6191ad7ee33162e36060b57a6802cf0883
-
- 16 Nov, 2010 2 commits
-
-
Olivier Bailly authored
Change-Id: I9f71b5e871671d1d64ad37f78a8944653409b8e1
-
Chih-Wei Huang authored
On formatting error due to some reasons, the state is left at Formatting, therefore the user is unable to mount the sdcard again. The patch sets the state to Idle no matter formatting error or not. Change-Id: I62c78eb8299cc397ee5cc442890f8b3dbf09425c
-
- 29 Oct, 2010 1 commit
-
-
Mike Lockwood authored
* commit 'a28056b3': Set VM dirty ratio to zero when UMS is active
-
- 28 Oct, 2010 1 commit
-
-
Mike Lockwood authored
Improves UI responsiveness when copying large amount of data to the device. BUG: 3131847 Change-Id: I4aa5ade7e2cd7e5110c8f0f7ee43bdc57577e11d Signed-off-by:
Mike Lockwood <lockwood@google.com>
-
- 01 Oct, 2010 2 commits
-
-
Kenny Root authored
Merge commit '918e5f9f' into gingerbread-plus-aosp * commit '918e5f9f': Better error code for unmounting not-mounted volumes
-
Kenny Root authored
ENOENT is more descriptive than the generic error that EINVAL gets turned into. Then we can actually treat it how we want on the other side. Change-Id: I9b4f3be6308e13f680eae368d2167ab9ee6aae5f
-
- 26 Sep, 2010 2 commits
-
-
Kenny Root authored
Merge commit 'cbacf78e' into gingerbread-plus-aosp * commit 'cbacf78e': Track type of container mounted
-
Kenny Root authored
OBB and ASEC are tracked in the same active container list, but when it comes time to unmount everything, it was trying to unmount the OBBs according to ASEC rules. This led to the OBB not being unmounted and the volume unmount failing. Change-Id: I12c1d4d387b8022185d552b63edd61a50b9c0fc3
-
- 21 Sep, 2010 2 commits
-
-
Mike Lockwood authored
Merge commit 'a4886f1f' into gingerbread-plus-aosp * commit 'a4886f1f': More fixes for internal FAT partitions:
-
Mike Lockwood authored
Fix formatting partitions beyond the first partition. Do not try to initialize the MBR when formatting only a single partition. Change-Id: Ifbbd279b1c288b7b1b884a1a89248e3086ed735f Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 20 Sep, 2010 2 commits
-
-
Brad Fitzpatrick authored
Merge commit '1b15d463' into gingerbread-plus-aosp * commit '1b15d463': Add some missing closes on error conditions.
-
Brad Fitzpatrick authored
Also, some formatting fixes to get back into line with netd's copy of logwrapper.c. Change-Id: Id471b99e9c3c8c9bb0890ca0d5e1567125e35bd7
-
- 17 Sep, 2010 2 commits
-
-
Mike Lockwood authored
Merge commit '2dfe297e' into gingerbread-plus-aosp * commit '2dfe297e': Fixes for devices with internal FAT file system:
-
Mike Lockwood authored
Only share a single partition via UMS if a specific partition is specified in vold.fstab (rather than "auto") Do not fail to reformat if MBR cannot be found. Change-Id: I544ca2ee325c308af656ab9f4732c788a964c156 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 02 Sep, 2010 2 commits
-
-
Kenny Root authored
Merge commit 'a3e06084' into gingerbread-plus-aosp * commit 'a3e06084': Allow execute on mounted ASEC and OBB containers
-
Kenny Root authored
This allows us to place shared libraries in these containers which may only be loaded if they are executable. Change-Id: I78fa9ab6d5c58ec8b98c40004da72aebc0aade2a
-
- 30 Aug, 2010 2 commits
-
-
Ethan authored
When volume state changed from shared to no_media, volume is not properly unshared. Change-Id: I0117d67da95440d982275746a166ef6f4ac1c0e2 Signed-off-by:
Ethan <ethan.too@gmail.com>
- 29 Jul, 2010 3 commits
-
-
Jean-Baptiste Queru authored
Merge commit '826bec79' into gingerbread-plus-aosp * commit '826bec79': vold: remove unnecessary code from VolumeManager::unshareVolume()
-
Jean-Baptiste Queru authored
-
Bruce Beare authored
Merge commit 'd766090b' into gingerbread-plus-aosp * commit 'd766090b': Avoid array overrun. We can now mount the /sdcard partition on our boot sdcards
-
- 23 Jul, 2010 1 commit
-
-
Seth Forshee authored
Signed-off-by:
Seth Forshee <seth.forshee@garmin.com>
-
- 22 Jul, 2010 1 commit
-
-
Bruce Beare authored
Change-Id: I6e9db8c55db49b4aa61dd40cd59495f55e5b3368 Signed-off-by:
Bruce Beare <brucex.j.beare@intel.com>
-
- 16 Jul, 2010 1 commit
-
-
Kenny Root authored
LOOP_GET_STATUS64 isn't useful here since the data contained within isn't actually checked, so stick with the regular LOOP_GET_STATUS here to match the struct loop_info we're using. Change-Id: I4f9ff06fa44d4ae3aed046d423054554f9cf450b
-
- 15 Jul, 2010 1 commit
-
-
Kenny Root authored
* Rename all functions dealing with OBB files to mention Obb * Add 'path' and 'list' functionality to OBB commands * Store hashed filename in loop's lo_crypt_name and keep lo_file_name for the real source filename. That way we can recover it later with an ioctl call. Change-Id: I29e468265988bfb931d981532d86d7be7b3adfc8
-
- 07 Jul, 2010 1 commit
-
-
Kenny Root authored
Allow the mounting of OBB filesystem images if they're encrypted with twofish and in FAT filesystem format. Change-Id: I54804e598f46b1f3a784ffe517ebd9d7626de7aa
-