summaryrefslogtreecommitdiffstats
path: root/fs_mgr/fs_mgr.c
Commit message (Expand)AuthorAgeFilesLines
* Add |opts| argument to android_fork_execvp_extYusuke Sato2015-08-191-4/+5
* Skip mounting /, just mark block device as ro if needed.Daniel Rosenberg2015-08-041-0/+8
* Use fsck.f2fs -a instead of -f for faster bootYusuke Sato2015-07-151-2/+2
* Only pass nomblk_io_submit option when mounting ext4Oreste Salerno2015-06-091-1/+5
* Don't use TEMP_FAILURE_RETRY on close in system/core.Elliott Hughes2015-05-151-1/+1
* Securely encrypt the master keyPaul Lawrence2015-04-281-11/+1
* Merge "Revert "Securely encrypt the master key""Paul Lawrence2015-04-281-1/+11
|\
| * Revert "Securely encrypt the master key"Paul Lawrence2015-04-281-1/+11
* | Merge "Securely encrypt the master key"Paul Lawrence2015-04-271-11/+1
|\|
| * Securely encrypt the master keyPaul Lawrence2015-04-231-11/+1
* | Improve bad error reporting seen in shamu SELinux boot failures.Elliott Hughes2015-04-241-1/+4
|/
* Revert "Revert "Adding e4crypt support""Paul Lawrence2015-03-311-17/+81
* am fbb3f8ca: Merge "Set underlying block device RO when enabling verity"Sami Tolvanen2015-02-281-6/+9
|\
| * Set underlying block device RO when enabling veritySami Tolvanen2015-02-271-6/+9
* | am 317b4024: Revert "Make encryption configurable"Paul Lawrence2015-02-071-1/+3
|\ \
| * | Revert "Make encryption configurable"Paul Lawrence2015-02-061-1/+3
* | | am 17b5b352: Merge "fs_mgr: error check umount calls / add retry logic"Nick Kralevich2015-02-061-3/+13
|\ \ \ | | |/ | |/|
| * | fs_mgr: error check umount calls / add retry logicNick Kralevich2015-02-051-3/+13
| * | Make encryption configurablePaul Lawrence2015-01-281-3/+1
| * | Provide a way to select force encryption from vendor partitionPaul Lawrence2015-01-281-1/+12
* | | am bda62724: Make encryption configurablePaul Lawrence2015-01-261-3/+1
|\ \ \ | | |/ | |/|
| * | Make encryption configurablePaul Lawrence2015-01-211-3/+1
* | | am 4e0bdd10: Merge "fs_mgr: Support filesystem labels in fstab"Elliott Hughes2015-01-231-0/+91
|\ \ \ | | |/ | |/|
| * | fs_mgr: Support filesystem labels in fstabChristoffer Dall2015-01-231-0/+91
* | | am 4083ed7d: Merge "Revert "fs_mgr: Support filesystem labels in fstab""Elliott Hughes2015-01-231-91/+0
|\| |
| * | Merge "Revert "fs_mgr: Support filesystem labels in fstab""Elliott Hughes2015-01-231-91/+0
| |\ \
| | * | Revert "fs_mgr: Support filesystem labels in fstab"Elliott Hughes2015-01-231-91/+0
* | | | am f9e23395: Merge "fs_mgr: Support filesystem labels in fstab"JP Abgrall2015-01-231-0/+91
|\| | | | |_|/ |/| |
| * | Merge "fs_mgr: Support filesystem labels in fstab"JP Abgrall2015-01-221-0/+91
| |\|
| | * fs_mgr: Support filesystem labels in fstabChristoffer Dall2015-01-171-0/+91
| * | Revert "Revert "Enable verity on userdebug, and add disable-verity to adb""Paul Lawrence2014-12-091-6/+20
| |/
* | Provide a way to select force encryption from vendor partitionPaul Lawrence2015-01-071-1/+12
* | fs_mgr: let fsck.f2fs actually attempt a fixJP Abgrall2014-11-081-1/+2
* | Revert "Revert "Enable verity on userdebug, and add disable-verity to adb""Paul Lawrence2014-10-091-6/+20
* | Revert "Enable verity on userdebug, and add disable-verity to adb"Nick Kralevich2014-10-081-20/+6
* | Enable verity on userdebug, and add disable-verity to adbPaul Lawrence2014-10-081-6/+20
|/
* Preserve errno from fsmgr_do_mountPaul Lawrence2014-09-111-2/+6
* [HACK]fs_mgr+init: Format via recovery if encryptable /data is wipedJP Abgrall2014-07-021-4/+6
* fs_mrg: clean up multi-type mount_allJP Abgrall2014-07-021-60/+91
* fs_msg: fix bad tmpfs detection (fix /persist mount errors)JP Abgrall2014-06-301-1/+1
* Moved symlink back up.Daniel Rosenberg2014-06-261-1/+8
* fs_mgr: fix double mounting of partitionJP Abgrall2014-06-251-0/+1
* Added support for vendor partition and imageDaniel Rosenberg2014-06-241-1/+2
* [HACK]fs_mgr: force recovery+wipe if data looks wipedJP Abgrall2014-06-191-11/+31
* fsmgr: support multiple fs-types/mountpointJP Abgrall2014-06-181-32/+69
* fsmgr: revert multiple fs-types/mountpoint (fix N5 boot)JP Abgrall2014-06-181-47/+22
* fsmgr: allow for a multiple fs-types for a mount point.JP Abgrall2014-06-171-22/+47
* F2FS support for fastboot format and fsmgrJP Abgrall2014-06-171-0/+15
* Add force_encrypt flag to fstab to force encryption on appropriate devicesPaul Lawrence2014-04-041-30/+4
* fs_mgr: disable verified partitions on debuggable devices.Geremy Condra2014-04-021-2/+13