summaryrefslogtreecommitdiffstats
path: root/fs_mgr
Commit message (Expand)AuthorAgeFilesLines
* 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-161-1/+1
|\|
| * fs_mgr: change the log level in fs_mgr_read_fstab_dt()bowgotsai2017-03-151-1/+1
* | Merge "fs_mgr: fix errno setted by mount_with_alternatives" am: 488525b47b am...NIEJuhu2017-03-111-2/+4
|\|
| * Merge "fs_mgr: fix errno setted by mount_with_alternatives"Treehugger Robot2017-03-111-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-093-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-242-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-236-22/+199
|\|
| * early_mount: fs_mgr: move all fstab logic into fs_mgrSandeep Patil2017-02-236-22/+199
* | Merge changes from topic 'early-mount-support' am: 4bd3facbb1 am: e0d7b830f0Sandeep Patil2017-02-2310-141/+138
|\|
| * fs_mgr: add a generic fs_mgr_get_boot_config internal APISandeep Patil2017-02-227-105/+120
| * init: early_mount: disallow partitions to be verified at bootSandeep Patil2017-02-222-0/+6
| * fs_mgr: make fs_mgr_setup_verity public APISandeep Patil2017-02-224-52/+4
| * fs_mgr: fix the fs_mgr_setup_verity param nameSandeep Patil2017-02-222-2/+7
| * fs_mgr: add fs_mgr_do_mount_one() APISandeep Patil2017-02-202-0/+19
* | Merge "Fix-up coding style" am: 4a534ebc91 am: cfcaca92d1Bowgo Tsai2017-02-188-256/+142
|\|
| * Fix-up coding styleBowgo Tsai2017-02-178-256/+142
* | Merge "fs_mgr: remove code that gets slot_suffix from misc partition" am: 5a3...Sandeep Patil2017-02-152-67/+9
|\|
| * fs_mgr: remove code that gets slot_suffix from misc partitionSandeep Patil2017-02-152-67/+9
* | Merge "Revert "e2fsck: drop -f when TARGET_USES_MKE2FS is enabled"" am: cbb91...Keun-young Park2017-02-152-7/+0
|\|
| * Revert "e2fsck: drop -f when TARGET_USES_MKE2FS is enabled"Keun-young Park2017-02-152-7/+0
* | Merge changes from topic 'pre-early-mount' am: 1549257ff5 am: c027aac7c8 am: ...Sandeep Patil2017-02-142-2/+58
|\|
| * Merge changes from topic 'pre-early-mount'Treehugger Robot2017-02-142-2/+58
| |\
| | * init: early_mount: add support to mount non-verity partitions earlySandeep Patil2017-02-132-2/+58
* | | Merge "fs_mgr: allow specifying HEH filenames encryption"Paul Crowley2017-02-132-29/+77
|\ \ \ | |/ / |/| |
| * | fs_mgr: allow specifying HEH filenames encryptionEric Biggers2017-02-102-29/+77
| |/
* / fs_mgr: removing the dependency of requiring /vbmeta in fstab for AVBbowgotsai2017-02-092-24/+10
|/
* Merge "fs_mgr: Switch to LOG()/PLOG() defined in <android-base/logging.h>"Treehugger Robot2017-01-2710-233/+254
|\
| * fs_mgr: Switch to LOG()/PLOG() defined in <android-base/logging.h>bowgotsai2017-01-2610-233/+254
* | fs_mgr_verity: correct dm_target_spec->nextbowgotsai2017-01-251-1/+1
|/
* Switch fs_mgr/*.c to C++.bowgotsai2017-01-256-36/+44
* fs_mgr: support using libavb to enable dm-veritybowgotsai2017-01-2510-5/+1109
* Add eraseblk and logicalblk fs_mgr flagsConnor O'Brien2017-01-243-0/+26
* Merge "fs_mgr: fix clang static analyzer warning"Treehugger Robot2017-01-243-12/+17
|\
| * fs_mgr: fix clang static analyzer warningJin Qian2017-01-203-12/+17
* | Remove fs_mgr's bogus external/openssl/include LOCAL_C_INCLUDES entry.Elliott Hughes2017-01-151-1/+0
|/