summaryrefslogtreecommitdiffstats
path: root/fs_mgr/fs_mgr_avb_ops.cpp
Commit message (Expand)AuthorAgeFilesLines
* fs_mgr: move AVB related source into libfs_avbBowgo Tsai2018-11-291-180/+0
* fs_mgr: remove by_name_symlinks_map_ from AvpOpsTom Cherry2018-11-131-23/+4
* fs_mgr: Adding logs when failing to wait for a device fileJinguang Dong2017-07-061-4/+2
* AVB: allow no metadata in the generic system.img for project TrebleBowgo Tsai2017-06-241-0/+10
* fs_mgr: Update for new libavb API.David Zeuthen2017-05-101-3/+5
* first stage mount: removing the requirement of by-name prefix for AVBBowgo Tsai2017-05-091-13/+27
* fs_mgr: Clear AvbOps struct.David Zeuthen2017-05-011-1/+3
* fs_mgr: code clean upBowgo Tsai2017-04-281-2/+2
* fs_mgr_avb: refactors how vbmeta is loadedBowgo Tsai2017-04-131-100/+76
* 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-271-1/+1
* Fix-up coding styleBowgo Tsai2017-02-181-46/+25
* fs_mgr: removing the dependency of requiring /vbmeta in fstab for AVBbowgotsai2017-02-101-1/+8
* fs_mgr: Switch to LOG()/PLOG() defined in <android-base/logging.h>bowgotsai2017-01-261-7/+7
* fs_mgr: support using libavb to enable dm-veritybowgotsai2017-01-251-0/+206