summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs_mgr: Remove early prototype code.David Anderson2018-07-191-20/+0
* init: Don't look for logical partitions via uevents.David Anderson2018-07-191-2/+13
* init: Create logical partitions via liblp.David Anderson2018-06-191-16/+41
* Merge "androidboot.lrap => logical_partitions"Yifan Hong2018-05-311-1/+1
|\
| * androidboot.lrap => logical_partitionsYifan Hong2018-05-311-1/+1
* | Adds /dev/block/by-name/<partition> symlinksBowgo Tsai2018-05-181-5/+10
* | Removing block device by-num symlinksBowgo Tsai2018-05-171-1/+0
|/
* init/fs_mgr: prototype first-stage dm-linear supportDavid Anderson2018-05-141-15/+67
* init: refactor first stage to not require fstabDavid Anderson2018-05-021-15/+12
* First-stage mount: avoid triggering a FATAL errorBowgo Tsai2018-05-011-4/+1
* Add support for non-partitioned devices for systemGreg Hartman2018-02-061-13/+24
* first stage mount: abort when failed to parse fstab in device-treeBowgo Tsai2017-11-091-1/+4
* Move Timer from init to libbaseTom Cherry2017-07-101-1/+2
* init: add info logs in first stage mount if we have to pollTom Cherry2017-07-051-3/+14
* Merge "AVB: allow no metadata in the generic system.img for project Treble"Treehugger Robot2017-06-231-19/+23
|\
| * AVB: allow no metadata in the generic system.img for project TrebleBowgo Tsai2017-06-231-19/+23
* | init: create android::init:: namespaceTom Cherry2017-06-231-0/+6
|/
* Revert "Revert "init: poll in first stage mount if required devices are not f...Sandeep Patil2017-06-211-47/+73
* Revert "Revert "ueventd: remove PlatformDeviceList""Sandeep Patil2017-06-211-6/+0
* fs_mgr: differentiate if fs_mgr_set_verity() was skipped or disabledSandeep Patil2017-06-211-4/+8
* Revert "ueventd: remove PlatformDeviceList"Tom Cherry2017-06-211-0/+6
* Revert "init: poll in first stage mount if required devices are not found"Tom Cherry2017-06-211-73/+47
* init: poll in first stage mount if required devices are not foundTom Cherry2017-06-201-47/+73
* ueventd: remove PlatformDeviceListTom Cherry2017-06-201-6/+0
* first stage mount: removing the restriction of mount pointsBowgo Tsai2017-06-071-9/+6
* ueventd: Break devices.cpp into discrete classesTom Cherry2017-05-251-42/+50
* first stage mount: removing the requirement of by-name prefix for AVBBowgo Tsai2017-05-081-85/+115
* init: fix first stage mount failure due to /dev/device-mapper not foundBowgo Tsai2017-05-021-2/+5
* init: fix first stage mount failure when two fstab entries have verity_locBowgo Tsai2017-04-251-13/+12
* init: set ro.boot.avb_version in recovery modeBowgo Tsai2017-04-241-4/+57
* init: moving early mount logic into init_first_stage.cppBowgo Tsai2017-04-241-0/+381