summaryrefslogtreecommitdiffstats
path: root/fs_mgr/fs_mgr_fstab.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* fs_mgr: adds/changes some public APIs for early mount in initBowgo Tsai2017-04-131-0/+5
* fs_mgr: adding fs_mgr_get_slot_suffix() public APIBowgo Tsai2017-04-131-1/+1
* fs_mgr: removing fs_mgr_read_fstab_with_dt()Bowgo Tsai2017-03-291-12/+6
* fs_mgr: use different fstab paths for normal/recovery bootBowgo Tsai2017-03-281-1/+4
* fs_mgr: change the log level in fs_mgr_read_fstab_dt()bowgotsai2017-03-161-1/+1
* 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
* 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
* early_mount: fs_mgr: move all fstab logic into fs_mgrSandeep Patil2017-02-231-0/+187
* init: early_mount: disallow partitions to be verified at bootSandeep Patil2017-02-221-0/+5
* 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