summaryrefslogtreecommitdiffstats
path: root/fs_mgr
Commit message (Expand)AuthorAgeFilesLines
* fs_mgr_fstab: removing fs_mgr_get_entry_for_mount_point_after()Bowgo Tsai2017-09-282-31/+5
* fs_mgr_fstab: do an exact match when searching a mount pointBowgo Tsai2017-09-261-7/+8
* Reland "Remove comments and code about ro.boot.slot"Tom Cherry2017-09-251-10/+3
* Revert "Remove comments and code about ro.boot.slot"Tom Cherry2017-09-211-3/+10
* Remove comments and code about ro.boot.slotTom Cherry2017-09-201-10/+3
* fs_mgr: replace make_ext4 api with e2fsprogsJin Qian2017-09-113-63/+33
* Merge "Allow the use of a custom Android DT directory"Bo Hu2017-07-294-17/+48
|\
| * Merge "Allow the use of a custom Android DT directory"Bo Hu2017-07-294-17/+48
| |\
| | * Allow the use of a custom Android DT directoryYu Ning2017-07-274-17/+48
* | | Merge "Remove LOCAL_CLANG and clang: true"Lennart Wieboldt2017-07-251-1/+0
|\| |
| * | Remove LOCAL_CLANG and clang: trueLennart Wieboldt2017-07-251-1/+0
| |/
* | Merge "fs_mgr:Add filter condition to make sure that the super block is corre...Keun-young Park2017-07-211-3/+9
|\|
| * Merge "fs_mgr:Add filter condition to make sure that the super block is corre...Keun-young Park2017-07-211-3/+9
| |\
| | * fs_mgr:Add filter condition to make sure that the super block is correct.katao2017-07-201-3/+9
* | | Merge changes from topic 'mke2fs_2'Jin Qian2017-07-211-5/+7
|\| |
| * | Merge changes from topic 'mke2fs_2'Treehugger Robot2017-07-211-5/+7
| |\ \ | | |/ | |/|
| | * fs_mgr: call format_f2fs correctly with -fJaegeuk Kim2017-07-201-5/+7
* | | Merge "fs_mgr_verity: allow verification error when the device is unlocked"Bowgo Tsai2017-07-191-1/+7
|\| |
| * | fs_mgr_verity: allow verification error when the device is unlockedBowgo Tsai2017-07-191-1/+7
| |/
* | Merge changes from topic 'ext4_encryption_flag'Tom Cherry2017-07-143-211/+210
|\|
| * Merge changes from topic 'ext4_encryption_flag'Tom Cherry2017-07-143-211/+210
| |\
| | * fs_mgr: set ext4 encryption flag with tune2fs when neededEric Biggers2017-07-061-5/+34
| | * fs_mgr: refactor pre-mount logic into prepare_fs_for_mount()Eric Biggers2017-07-063-210/+180
* | | Merge "fs_mgr: trim the terminating '\0' when reading from device tree"Bowgo Tsai2017-07-141-2/+6
|\| |
| * | 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"Jinguang Dong2017-07-055-54/+39
|\| |
| * | Merge "fs_mgr: Adding logs when failing to wait for a device file"Treehugger Robot2017-07-055-54/+39
| |\ \
| | * | fs_mgr: Adding logs when failing to wait for a device fileJinguang Dong2017-07-055-54/+39
| | |/
* | | Merge "fs_mgr: allow no verity metadata when the device is unlocked."Bowgo Tsai2017-07-054-13/+14
|\| |
| * | Merge "fs_mgr: allow no verity metadata when the device is unlocked."Treehugger Robot2017-07-054-13/+14
| |\ \
| | * | fs_mgr: allow no verity metadata when the device is unlocked.Bowgo Tsai2017-07-054-13/+14
| | |/
* | | Merge "fs_mgr: report errno string for __mount errors"Mark Salyzyn2017-07-051-2/+3
|\| |
| * | fs_mgr: report errno string for __mount errorsMark Salyzyn2017-06-281-2/+3
| |/
* | resolve merge conflicts of 20d9cf2ee to stage-aosp-masterJiyong Park2017-06-283-86/+133
|\|
| * Merge "fs_mgr: add libfstab for vendor"Treehugger Robot2017-06-273-83/+131
| |\
| | * fs_mgr: add libfstab for vendorJiyong Park2017-06-273-83/+131
* | | Merge changes Ibe1feb39,I05be83e4,If1422e4dMark Salyzyn2017-06-271-1/+4
|\| |
| * | fs_mgr: check console-ramoops-0Mark Salyzyn2017-06-271-1/+4
| |/
* | Merge "AVB: allow no metadata in the generic system.img for project Treble" a...Bowgo Tsai2017-06-234-65/+114
|\|
| * AVB: allow no metadata in the generic system.img for project TrebleBowgo Tsai2017-06-234-65/+114
* | Merge changes from topic 'eng_first_stage_mount' am: b7e2f272eeSandeep Patil2017-06-213-3/+8
|\|
| * 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 tab...Bowgo Tsai2017-06-091-14/+41
|\|
| * Merge "fs_mgr_verity: support updating actual block device path in verity table"Treehugger Robot2017-06-091-14/+41
| |\
| | * fs_mgr_verity: support updating actual block device path in verity tableBowgo Tsai2017-06-081-14/+41
* | | Merge "first stage mount: removing the restriction of mount points" am: 5218d...Bowgo Tsai2017-06-081-10/+2
|\| |
| * | first stage mount: removing the restriction of mount pointsBowgo Tsai2017-06-071-10/+2
| |/
* | Merge "fs_mgr: Fix ZRAM error when ZRAM disk size beyond (2^31-1) bytes" am: ...Jinguang Dong2017-06-011-1/+1
|\|
| * 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