summaryrefslogtreecommitdiffstats
path: root/fs_mgr/fs_mgr_fstab.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from topic 'ext4_encryption_flag' am: 5be05733c2 am: 5a6226929eTom Cherry2017-07-141-12/+6
|\
| * Merge changes from topic 'ext4_encryption_flag'Tom Cherry2017-07-141-12/+6
| |\
| | * fs_mgr: refactor pre-mount logic into prepare_fs_for_mount()Eric Biggers2017-07-061-12/+6
* | | Merge "first stage mount: removing the restriction of mount points" am: 5218d...Bowgo Tsai2017-06-091-10/+2
|\| |
| * | Merge "first stage mount: removing the restriction of mount points" am: 5218d...Bowgo Tsai2017-06-091-10/+2
| |\|
| | * first stage mount: removing the restriction of mount pointsBowgo Tsai2017-06-081-10/+2
| | * Respect that status property when parsing fstab from device treeSandeep Patil2017-05-301-0/+9
* | | Respect that status property when parsing fstab from device tree am: be4302bf58Sandeep Patil2017-05-271-0/+9
|\| |
| * | Respect that status property when parsing fstab from device treeSandeep Patil2017-05-261-0/+9
| * | fs_mgr: adds/changes some public APIs for early mount in initBowgo Tsai2017-04-141-0/+5
| * | fs_mgr: adding fs_mgr_get_slot_suffix() public APIBowgo Tsai2017-04-141-1/+1
| * | fs_mgr: removing fs_mgr_read_fstab_with_dt()Bowgo Tsai2017-04-011-12/+6
* | | Support metadata encryptionPaul Lawrence2017-04-211-28/+37
* | | Merge "fs_mgr: adds/changes some public APIs for early mount in init" am: d9b...Bowgo Tsai2017-04-141-0/+5
|\ \ \ | | |/ | |/|
| * | fs_mgr: adds/changes some public APIs for early mount in initBowgo Tsai2017-04-131-0/+5
* | | Merge "fs_mgr: adding fs_mgr_get_slot_suffix() public API" am: b26f48f135 am:...Bowgo Tsai2017-04-131-1/+1
|\| |
| * | fs_mgr: adding fs_mgr_get_slot_suffix() public APIBowgo Tsai2017-04-131-1/+1
* | | Merge "fs_mgr: removing fs_mgr_read_fstab_with_dt()" am: 53108b269e am: 5a501...Bowgo Tsai2017-04-011-12/+6
|\| | | |/ |/|
| * fs_mgr: removing fs_mgr_read_fstab_with_dt()Bowgo Tsai2017-03-291-12/+6
* | Merge "fs_mgr: use different fstab paths for normal/recovery boot" am: 9c5902...Tao Bao2017-03-271-1/+4
|\|
| * fs_mgr: use different fstab paths for normal/recovery bootBowgo Tsai2017-03-281-1/+4
* | Merge "fs_mgr: change the log level in fs_mgr_read_fstab_dt()" am: b280bb210b...bowgotsai2017-03-171-1/+1
|\|
| * fs_mgr: change the log level in fs_mgr_read_fstab_dt()bowgotsai2017-03-161-1/+1
* | Merge changes from topic 'fstab_relocation' am: ac13718d0a am: 8f7125fbeeBowgo Tsai2017-03-101-48/+70
|\|
| * fs_mgr: support reading fstab file from /odm or /vendor partitionBowgo Tsai2017-03-091-3/+8
| * fs_mgr: add fs_mgr_read_fstab_with_dt() APIBowgo Tsai2017-03-091-47/+64
* | Merge changes from topic 'fs_mgr_dt' am: dbb40b64e9 am: ad384fc992Sandeep Patil2017-02-241-29/+34
|\|
| * fs_mgr: refactor: consolidate device tree file reading in one placeSandeep Patil2017-02-241-22/+26
| * fs_mgr: consolidate DT compatible checkSandeep Patil2017-02-241-15/+16
* | Merge changes from topic 'early-mount-verity' am: 93072f2ce3 am: 2eb715d866Sandeep Patil2017-02-241-0/+187
|\|
| * early_mount: fs_mgr: move all fstab logic into fs_mgrSandeep Patil2017-02-231-0/+187
* | Merge changes from topic 'early-mount-support' am: 4bd3facbb1 am: e0d7b830f0Sandeep Patil2017-02-231-0/+5
|\|
| * init: early_mount: disallow partitions to be verified at bootSandeep Patil2017-02-221-0/+5
* | fs_mgr: allow specifying HEH filenames encryptionEric Biggers2017-02-101-27/+72
|/
* fs_mgr: Switch to LOG()/PLOG() defined in <android-base/logging.h>bowgotsai2017-01-261-12/+12
* Switch fs_mgr/*.c to C++.bowgotsai2017-01-261-0/+619