aboutsummaryrefslogtreecommitdiffstats
path: root/fs_mgr
Commit message (Collapse)AuthorAgeFilesLines
* fs_mgr: Drop the context mount option from non-selinux buildsRicardo Cerqueira2013-07-222-2/+12
| | | | | | | | | | Transitioning devices may have the context option present in the fstab, even if we're not doing selinux builds. Since we don't set or even create the contexts on those builds, this will make mount fail, and either the mountpoint ends up absent, or boot fails entirely Change-Id: Ic5cc7f5632cc3d62459dfaaf7719d662737e1641
* Revert "fs_mgr: Drop the context mount option from non-selinux builds"Ricardo Cerqueira2013-07-222-15/+0
| | | | | | | | This reverts commit 806fc566fd4544cfcd3334aa1a992bab0f6d277c. Revert "fs_mgr: Don't assume all fstab entries have options" This reverts commit a73b2264dfd89d526054e4be9926be9f50cca791.
* fs_mgr: Don't assume all fstab entries have optionsRicardo Cerqueira2013-07-221-4/+6
| | | | Change-Id: I5f537b09d96efa2758372f9da6d66996c2164ee8
* fs_mgr: Drop the context mount option from non-selinux buildsRicardo Cerqueira2013-07-212-0/+13
| | | | | | | This will require that transitioning devices have context as the last mount option, since everything after it will be ignored Change-Id: Ic5cc7f5632cc3d62459dfaaf7719d662737e1641
* Fix fs_mgr to properly invoke e2fsck on encrypted devicesKen Sumrall2012-11-061-2/+2
| | | | Change-Id: Ie220f5cb7b614a48ec8afe66f4721ede3a368166
* Support shared-subtree and bind mount flags.Jeff Sharkey2012-08-141-0/+6
| | | | | Bug: 6925012 Change-Id: Id8d887d17c6b1b2f90cfd1a1de991ccaba730b7d
* Mount/unmount filesystems before running e2fsckKen Sumrall2012-07-241-3/+24
| | | | | | | This works around a performance problem in the firmware of some emmc chips. Change-Id: Ia414b4604d11e47ce9cb3f86ac82602e081bb09e
* A filesystem manager library to mount filesystems for init.Ken Sumrall2012-05-015-0/+860
Instead of specifying in init what to mount, and having various hacks in init itself to deal with encryption, use a filesystem manager library to do the work, that can also be invoked by vold when mounting an encrypted volume. Keep all the magic filesystem info an a device specific fstab file. Change-Id: Ib988f1e4fb0638ba1d5fd98407fa6d8cf862aaca