summaryrefslogtreecommitdiffstats
path: root/fs_mgr/fs_mgr.cpp
Commit message (Expand)AuthorAgeFilesLines
* fs_mgr: differentiate if fs_mgr_set_verity() was skipped or disabledSandeep Patil2017-06-211-2/+6
* fs_mgr: Fix ZRAM error when ZRAM disk size beyond (2^31-1) bytesJinguang Dong2017-06-011-1/+1
* fs_mgr: fix SIGSEGV when ostream << nullptrBowgo Tsai2017-05-241-8/+12
* first stage mount: removing the requirement of by-name prefix for AVBBowgo Tsai2017-05-091-19/+2
* use passed blk dev name for quota / super block checkKeun-young Park2017-05-041-2/+1
* Merge "fs_mgr: code clean up"Treehugger Robot2017-04-291-25/+17
|\
| * fs_mgr: code clean upBowgo Tsai2017-04-281-25/+17
* | fs_mgr: set "partition.system.verified" when AVB is used in a A/B deviceBowgo Tsai2017-04-271-1/+6
|/
* run e2fsck -f selectively with mount retryKeun-young Park2017-04-181-63/+84
* libcutils: compile with BOARD_VNDK_VERSION currentSteven Moreland2017-04-171-1/+1
* Merge "check ext4 magic before running next steps"Keun-young Park2017-04-151-9/+25
|\
| * check ext4 magic before running next stepsKeun-young Park2017-04-131-9/+25
* | fs_mgr: support AVB in fs_mgr_update_verity_state()Bowgo Tsai2017-04-141-0/+98
* | fs_mgr: adds/changes some public APIs for early mount in initBowgo Tsai2017-04-131-3/+4
|/
* fs_mgr_avb: refactors how vbmeta is loadedBowgo Tsai2017-04-131-39/+37
* use s_max_mnt_count to detect mke2fs generated partitionKeun-young Park2017-04-111-1/+4
* fs_mgr: remove private/android_filesystem_config.hMark Salyzyn2017-03-201-2/+1
* fs_mgr: fix errno setted by mount_with_alternativesNIEJuhu2017-03-101-2/+4
* collect fs stat for ext4Keun-young Park2017-03-061-12/+70
* fs_mgr: make is_device_secure() work even in the absence of properties.Sandeep Patil2017-02-271-12/+19
* fs_mgr: fix const parameter in fs_mgr_do_tmpfs_mountWei Wang2017-02-241-1/+1
* fs_mgr: make fs_mgr_setup_verity public APISandeep Patil2017-02-221-20/+0
* fs_mgr: fix the fs_mgr_setup_verity param nameSandeep Patil2017-02-221-0/+2
* fs_mgr: add fs_mgr_do_mount_one() APISandeep Patil2017-02-201-0/+18
* Revert "e2fsck: drop -f when TARGET_USES_MKE2FS is enabled"Keun-young Park2017-02-151-2/+0
* fs_mgr: Switch to LOG()/PLOG() defined in <android-base/logging.h>bowgotsai2017-01-261-89/+109
* Switch fs_mgr/*.c to C++.bowgotsai2017-01-261-0/+1174