summaryrefslogtreecommitdiffstats
path: root/fs_mgr/fs_mgr_avb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "fs_mgr: Adding logs when failing to wait for a device file"Treehugger Robot2017-07-061-1/+1
|\
| * fs_mgr: Adding logs when failing to wait for a device fileJinguang Dong2017-07-061-1/+1
* | fs_mgr: allow no verity metadata when the device is unlocked.Bowgo Tsai2017-07-051-11/+1
|/
* AVB: allow no metadata in the generic system.img for project TrebleBowgo Tsai2017-06-241-44/+63
* fs_mgr: support different dm-verity error modesBowgo Tsai2017-05-131-75/+95
* fs_mgr: Update for new libavb API.David Zeuthen2017-05-101-2/+5
* first stage mount: removing the requirement of by-name prefix for AVBBowgo Tsai2017-05-091-7/+16
* fs_mgr_avb: allow verification error when the device is unlockedBowgo Tsai2017-05-051-29/+41
* fs_mgr: code clean upBowgo Tsai2017-04-281-1/+1
* Set libavb version into system property for Treble OTABowgo Tsai2017-04-151-0/+4
* fs_mgr: adds/changes some public APIs for early mount in initBowgo Tsai2017-04-131-6/+7
* fs_mgr_avb: refactors how vbmeta is loadedBowgo Tsai2017-04-131-140/+118
* fs_mgr: adding fs_mgr_get_slot_suffix() public APIBowgo Tsai2017-04-131-9/+3
* fs_mgr_avb: allow top-level vbmeta struct to be in 'boot' partitionBowgo Tsai2017-03-301-2/+4
* fs_mgr_avb: fix return value check of fs_mgr_get_boot_config()Bowgo Tsai2017-03-271-5/+5
* fs_mgr: update to new androidboot.slot paramFernando Lugo2017-03-241-1/+7
* fs_mgr: add a generic fs_mgr_get_boot_config internal APISandeep Patil2017-02-221-9/+15
* Fix-up coding styleBowgo Tsai2017-02-181-146/+91
* fs_mgr: removing the dependency of requiring /vbmeta in fstab for AVBbowgotsai2017-02-101-23/+2
* fs_mgr: Switch to LOG()/PLOG() defined in <android-base/logging.h>bowgotsai2017-01-261-28/+28
* fs_mgr: support using libavb to enable dm-veritybowgotsai2017-01-251-0/+642