summaryrefslogtreecommitdiffstats
path: root/fs_mgr
Commit message (Expand)AuthorAgeFilesLines
* 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"Treehugger Robot2017-03-121-2/+4
|\
| * fs_mgr: fix errno setted by mount_with_alternativesNIEJuhu2017-03-101-2/+4
* | 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
|/
* collect fs stat for ext4Keun-young Park2017-03-061-12/+70
* fs_mgr: allow disable dm-verity when the device is unlocked without metadataBowgo Tsai2017-03-061-0/+6
* fs_mgr: make is_device_secure() work even in the absence of properties.Sandeep Patil2017-02-274-12/+30
* fs_mgr: fix const parameter in fs_mgr_do_tmpfs_mountWei Wang2017-02-242-2/+2
* 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
* early_mount: fs_mgr: move all fstab logic into fs_mgrSandeep Patil2017-02-236-22/+199
* 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
* Fix-up coding styleBowgo Tsai2017-02-188-256/+142
* fs_mgr: remove code that gets slot_suffix from misc partitionSandeep Patil2017-02-152-67/+9
* Revert "e2fsck: drop -f when TARGET_USES_MKE2FS is enabled"Keun-young Park2017-02-152-7/+0
* 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
* | fs_mgr: removing the dependency of requiring /vbmeta in fstab for AVBbowgotsai2017-02-102-24/+10
|/
* Merge "fs_mgr: Switch to LOG()/PLOG() defined in <android-base/logging.h>"Treehugger Robot2017-01-2810-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-261-1/+1
|/
* Switch fs_mgr/*.c to C++.bowgotsai2017-01-266-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
|/
* fs_mgr: use std::string for function parameters in fs_mgr_dm_ioctl.cppbowgotsai2017-01-133-47/+72
* fs_mgr: moves common functions out of fs_mgr_verity.cppbowgotsai2017-01-136-77/+135
* Merge changes from topic 'host_suffix_cleanup'Alex Deymo2017-01-121-2/+2
|\
| * Remove "_host" and "_static" suffix from libsparse definition.Alex Deymo2017-01-111-1/+1
| * Remove "_static" and "_host" suffix from libext4_utils.Alex Deymo2017-01-111-1/+1
* | fs_mgr: Fix disable-verity for verifyatboot partitionsPrashant Malani2017-01-111-4/+8
* | fs_mgr: Add support for at-boot verificationPrashant Malani2017-01-111-3/+57
* | e2fsck: drop -f when TARGET_USES_MKE2FS is enabledKeun-young Park2017-01-102-0/+7
* | Merge "fs_mgr: add verify_dev flag to fs_mgr_setup_verity()"Treehugger Robot2017-01-103-6/+6
|\ \ | |/ |/|
| * fs_mgr: add verify_dev flag to fs_mgr_setup_verity()Hung-ying Tyan2016-12-163-6/+6
* | modify a minor error in mount_with_alternativesforfun2016-12-161-1/+1
|/
* Add fs_mgr option to enable/disable quotas.Jeff Sharkey2016-12-154-46/+129
* fs_mgr: support to reserved some blocks for an ext2/3/4 partition.liminghao2016-12-154-1/+131
* Merge "fs_mgr: change MF_MAX_COMP_STREAMS define to match internal master"Jin Qian2016-11-221-1/+1
|\
| * fs_mgr: change MF_MAX_COMP_STREAMS define to match internal masterJin Qian2016-11-181-1/+1
* | Merge "Add support for max_comp_streams option for zram"Peter Enderborg2016-11-184-0/+20
|\|
| * Add support for max_comp_streams option for zramPeter Enderborg2016-11-184-0/+20
| * fs_mgr: fix clang static analyzer warningJin Qian2016-11-083-12/+17