summaryrefslogtreecommitdiffstats
path: root/fs_mgr
Commit message (Expand)AuthorAgeFilesLines
* fs_mgr: trim the terminating '\0' when reading from device treeBowgo Tsai2017-07-131-2/+6
* Merge "fs_mgr: Adding logs when failing to wait for a device file"Treehugger Robot2017-07-065-54/+39
|\
| * fs_mgr: Adding logs when failing to wait for a device fileJinguang Dong2017-07-065-54/+39
* | Merge "fs_mgr: allow no verity metadata when the device is unlocked."Treehugger Robot2017-07-064-13/+14
|\ \
| * | fs_mgr: allow no verity metadata when the device is unlocked.Bowgo Tsai2017-07-054-13/+14
| |/
* / fs_mgr: report errno string for __mount errorsMark Salyzyn2017-06-281-2/+3
|/
* Merge "fs_mgr: add libfstab for vendor"Treehugger Robot2017-06-283-83/+131
|\
| * fs_mgr: add libfstab for vendorJiyong Park2017-06-283-83/+131
* | fs_mgr: check console-ramoops-0Mark Salyzyn2017-06-271-1/+4
|/
* AVB: allow no metadata in the generic system.img for project TrebleBowgo Tsai2017-06-244-65/+114
* fs_mgr: differentiate if fs_mgr_set_verity() was skipped or disabledSandeep Patil2017-06-213-3/+8
* Merge "fs_mgr_verity: support updating actual block device path in verity table"Treehugger Robot2017-06-101-14/+41
|\
| * fs_mgr_verity: support updating actual block device path in verity tableBowgo Tsai2017-06-091-14/+41
* | first stage mount: removing the restriction of mount pointsBowgo Tsai2017-06-081-10/+2
|/
* Merge "fs_mgr: Fix ZRAM error when ZRAM disk size beyond (2^31-1) bytes"Treehugger Robot2017-06-011-1/+1
|\
| * fs_mgr: Fix ZRAM error when ZRAM disk size beyond (2^31-1) bytesJinguang Dong2017-06-011-1/+1
* | Respect that status property when parsing fstab from device treeSandeep Patil2017-05-301-0/+9
|/
* fs_mgr: fix SIGSEGV when ostream << nullptrBowgo Tsai2017-05-241-8/+12
* Merge "fs_mgr: convert libfs_mgr to Android.bp"Tom Cherry2017-05-182-29/+62
|\
| * fs_mgr: convert libfs_mgr to Android.bpTom Cherry2017-05-122-29/+62
* | fs_mgr: support different dm-verity error modesBowgo Tsai2017-05-131-75/+95
|/
* fs_mgr: Update for new libavb API.David Zeuthen2017-05-103-6/+11
* Merge "first stage mount: removing the requirement of by-name prefix for AVB"Treehugger Robot2017-05-105-47/+72
|\
| * first stage mount: removing the requirement of by-name prefix for AVBBowgo Tsai2017-05-095-47/+72
* | fs_mgr_verity: fix androidboot.veritymode=enforcing doesn't workBowgo Tsai2017-05-081-1/+1
|/
* fs_mgr_avb: allow verification error when the device is unlockedBowgo Tsai2017-05-052-31/+44
* use passed blk dev name for quota / super block checkKeun-young Park2017-05-041-2/+1
* fs_mgr: Clear AvbOps struct.David Zeuthen2017-05-011-1/+3
* Merge "fs_mgr: code clean up"Treehugger Robot2017-04-294-28/+21
|\
| * fs_mgr: code clean upBowgo Tsai2017-04-284-28/+21
* | fs_mgr: set "partition.system.verified" when AVB is used in a A/B deviceBowgo Tsai2017-04-271-1/+6
|/
* fs_mgr: remove the repetitive and annoying bootconfig error printSandeep Patil2017-04-201-2/+0
* 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
* Set libavb version into system property for Treble OTABowgo Tsai2017-04-152-1/+7
* 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-144-127/+102
* | fs_mgr: adds/changes some public APIs for early mount in initBowgo Tsai2017-04-135-18/+30
|/
* fs_mgr_avb: refactors how vbmeta is loadedBowgo Tsai2017-04-136-337/+331
* fs_mgr: adding fs_mgr_get_slot_suffix() public APIBowgo Tsai2017-04-135-37/+45
* use s_max_mnt_count to detect mke2fs generated partitionKeun-young Park2017-04-111-1/+4
* Merge "fs_mgr: removing fs_mgr_read_fstab_with_dt()"Treehugger Robot2017-04-012-13/+6
|\
| * fs_mgr: removing fs_mgr_read_fstab_with_dt()Bowgo Tsai2017-03-292-13/+6
* | 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-301-2/+4
|/
* fs_mgr: change the log level in fs_mgr_get_boot_config()Bowgo Tsai2017-03-281-1/+1
* Merge "fs_mgr_avb: allow top-level vbmeta struct to be in 'boot' partition"Treehugger Robot2017-03-281-1/+1
|\
| * fs_mgr_avb: allow top-level vbmeta struct to be in 'boot' partitionBowgo Tsai2017-03-271-1/+1
* | Merge "fs_mgr: use different fstab paths for normal/recovery boot"Tao Bao2017-03-271-1/+4
|\ \