platform_system_core/fs_mgr
Bowgo Tsai 81af8c7362 first stage mount: removing the restriction of mount points
Current first stage mount only allows three mount points: system, vendor
and/or odm. This was introduced by project Treble to mount those
verified partitions early. However, there might be some other custom
partitions needs to be mounted early as well. This CL removes the
restriction and does first stage mount for whatever specified in
fstab-dt.

Bug: 62423887
Test: first stage mount /vendor with vboot 1.0
Test: first stage mount /vendor with vboot 2.0 (AVB)

Change-Id: I6c146c64e673c35c2823523ccbde193590430c48
Merged-In: I6c146c64e673c35c2823523ccbde193590430c48
(cherry picked from commit 06ed613e73)
2017-06-09 12:47:17 +08:00
..
include first stage mount: removing the requirement of by-name prefix for AVB 2017-05-15 16:49:37 +08:00
.clang-format Fix-up coding style 2017-02-18 12:33:36 +08:00
Android.bp fs_mgr: convert libfs_mgr to Android.bp 2017-05-12 17:06:55 -07:00
Android.mk fs_mgr: convert libfs_mgr to Android.bp 2017-05-12 17:06:55 -07:00
fs_mgr.cpp Merge "fs_mgr: Fix ZRAM error when ZRAM disk size beyond (2^31-1) bytes" am: 28c11dcff4 am: 6a75b73c36 am: 40d4ad9cdf 2017-06-01 17:57:58 +00:00
fs_mgr_avb.cpp Merge "fs_mgr: Update for new libavb API." 2017-05-16 15:05:52 +00:00
fs_mgr_avb_ops.cpp fs_mgr: Update for new libavb API. 2017-05-15 12:04:18 -04:00
fs_mgr_boot_config.cpp fs_mgr: remove the repetitive and annoying bootconfig error print 2017-04-20 14:41:23 -07:00
fs_mgr_dm_ioctl.cpp Fix-up coding style 2017-02-18 12:33:36 +08:00
fs_mgr_format.cpp fs_mgr: call format_f2fs correctly with -f 2017-06-05 13:57:15 -07:00
fs_mgr_fstab.cpp first stage mount: removing the restriction of mount points 2017-06-09 12:47:17 +08:00
fs_mgr_main.cpp fs_mgr: Switch to LOG()/PLOG() defined in <android-base/logging.h> 2017-01-26 21:47:55 +08:00
fs_mgr_priv.h Support metadata encryption 2017-04-21 14:26:00 -07:00
fs_mgr_priv_avb_ops.h fs_mgr: Update for new libavb API. 2017-05-15 12:04:18 -04:00
fs_mgr_priv_boot_config.h early_mount: fs_mgr: move all fstab logic into fs_mgr 2017-02-23 16:48:43 -08:00
fs_mgr_priv_dm_ioctl.h Fix-up coding style 2017-02-18 12:33:36 +08:00
fs_mgr_priv_sha.h fs_mgr_avb: refactors how vbmeta is loaded 2017-04-14 21:50:55 +08:00
fs_mgr_slotselect.cpp fs_mgr: adding fs_mgr_get_slot_suffix() public API 2017-04-14 21:49:33 +08:00
fs_mgr_verity.cpp fs_mgr_verity: fix androidboot.veritymode=enforcing doesn't work 2017-05-09 09:02:55 +08:00