summaryrefslogtreecommitdiffstats
path: root/fs_mgr
Commit message (Expand)AuthorAgeFilesLines
* run e2fsck -f selectively with mount retryKeun-young Park2017-04-191-63/+84
* Merge "Set libavb version into system property for Treble OTA" into oc-devBowgo Tsai2017-04-192-1/+7
|\
| * Set libavb version into system property for Treble OTABowgo Tsai2017-04-152-1/+7
* | libcutils: compile with BOARD_VNDK_VERSION currentSteven Moreland2017-04-171-1/+1
* | Merge "check ext4 magic before running next steps" into oc-devKeun-young Park2017-04-171-9/+25
|\ \ | |/ |/|
| * check ext4 magic before running next stepsKeun-young Park2017-04-141-9/+25
* | fs_mgr: support AVB in fs_mgr_update_verity_state()Bowgo Tsai2017-04-144-127/+102
* | fs_mgr: adds/changes some public APIs for early mount in initBowgo Tsai2017-04-145-18/+30
* | fs_mgr_avb: refactors how vbmeta is loadedBowgo Tsai2017-04-146-337/+331
* | fs_mgr: adding fs_mgr_get_slot_suffix() public APIBowgo Tsai2017-04-145-37/+45
|/
* use s_max_mnt_count to detect mke2fs generated partitionKeun-young Park2017-04-131-1/+4
* fs_mgr: removing fs_mgr_read_fstab_with_dt()Bowgo Tsai2017-04-012-13/+6
* fs_mgr_avb_ops: stores the by-name prefix of /misc instead of fstab structBowgo Tsai2017-03-311-24/+29
* fs_mgr_avb: allow top-level vbmeta struct to be in 'boot' partitionBowgo Tsai2017-03-311-2/+4
* fs_mgr: change the log level in fs_mgr_get_boot_config()Bowgo Tsai2017-03-281-1/+1
* Merge "fs_mgr_avb: allow top-level vbmeta struct to be in 'boot' partition" a...Bowgo Tsai2017-03-281-1/+1
|\
| * Merge "fs_mgr_avb: allow top-level vbmeta struct to be in 'boot' partition"Treehugger Robot2017-03-281-1/+1
| |\
| | * fs_mgr_avb: allow top-level vbmeta struct to be in 'boot' partitionBowgo Tsai2017-03-271-1/+1
* | | Merge "fs_mgr: use different fstab paths for normal/recovery boot" am: 9c5902...Tao Bao2017-03-271-1/+4
|\| |
| * | Merge "fs_mgr: use different fstab paths for normal/recovery boot"Tao Bao2017-03-271-1/+4
| |\ \
| | * | fs_mgr: use different fstab paths for normal/recovery bootBowgo Tsai2017-03-281-1/+4
| | |/
* | | Merge "fs_mgr_avb: fix return value check of fs_mgr_get_boot_config()" am: 51...Bowgo Tsai2017-03-271-5/+5
|\| |
| * | fs_mgr_avb: fix return value check of fs_mgr_get_boot_config()Bowgo Tsai2017-03-271-5/+5
| |/
* | Merge "fs_mgr: update to new androidboot.slot param" am: 0fc8a4b363 am: 64bf4...Fernando Lugo2017-03-242-7/+14
|\|
| * fs_mgr: update to new androidboot.slot paramFernando Lugo2017-03-242-7/+14
* | Merge changes I0ad349f2,I0f528cf1 am: 27a091d4a1 am: 69482cc127Fernando Lugo2017-03-231-2/+3
|\|
| * fs_mgr: allow using legacy A/B suffixFernando Lugo2017-03-221-0/+2
| * fs_mgr: adapt to new A/B supportFernando Lugo2017-03-221-2/+1
* | Merge "fs_mgr: remove private/android_filesystem_config.h" am: f5ee213a5c am:...Mark Salyzyn2017-03-212-3/+1
|\|
| * fs_mgr: remove private/android_filesystem_config.hMark Salyzyn2017-03-202-3/+1
* | Merge "fs_mgr: change the log level in fs_mgr_read_fstab_dt()" am: b280bb210b...bowgotsai2017-03-171-1/+1
|\|
| * fs_mgr: change the log level in fs_mgr_read_fstab_dt()bowgotsai2017-03-161-1/+1
* | Merge "fs_mgr: fix errno setted by mount_with_alternatives" am: 488525b47b am...NIEJuhu2017-03-121-2/+4
|\|
| * Merge "fs_mgr: fix errno setted by mount_with_alternatives"Treehugger Robot2017-03-121-2/+4
| |\
| | * fs_mgr: fix errno setted by mount_with_alternativesNIEJuhu2017-03-101-2/+4
* | | Merge changes from topic 'fstab_relocation' am: ac13718d0a am: 8f7125fbeeBowgo Tsai2017-03-103-51/+71
|\| |
| * | fs_mgr: support reading fstab file from /odm or /vendor partitionBowgo Tsai2017-03-092-5/+8
| * | fs_mgr: add fs_mgr_read_fstab_with_dt() APIBowgo Tsai2017-03-092-48/+65
| |/
* | Merge "collect fs stat for ext4" am: 5811a434fc am: f3fcb883b2Keun-young Park2017-03-071-12/+70
|\|
| * collect fs stat for ext4Keun-young Park2017-03-061-12/+70
* | Merge "fs_mgr: allow disable dm-verity when the device is unlocked without me...Bowgo Tsai2017-03-061-0/+6
|\|
| * fs_mgr: allow disable dm-verity when the device is unlocked without metadataBowgo Tsai2017-03-061-0/+6
* | Merge "fs_mgr: make is_device_secure() work even in the absence of properties...Sandeep Patil2017-02-274-12/+30
|\|
| * fs_mgr: make is_device_secure() work even in the absence of properties.Sandeep Patil2017-02-274-12/+30
* | Merge "fs_mgr: fix const parameter in fs_mgr_do_tmpfs_mount" am: 7a5d535cd2 a...Wei Wang2017-02-252-2/+2
|\|
| * fs_mgr: fix const parameter in fs_mgr_do_tmpfs_mountWei Wang2017-02-242-2/+2
* | Merge changes from topic 'fs_mgr_dt' am: dbb40b64e9 am: ad384fc992Sandeep Patil2017-02-243-38/+37
|\|
| * fs_mgr: refactor: consolidate device tree file reading in one placeSandeep Patil2017-02-241-22/+26
| * fs_mgr: consolidate DT compatible checkSandeep Patil2017-02-243-24/+19
* | Merge changes from topic 'early-mount-verity' am: 93072f2ce3 am: 2eb715d866Sandeep Patil2017-02-246-22/+199
|\|