summaryrefslogtreecommitdiffstats
path: root/init/first_stage_mount.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the mount points defined in skip_mount.cfg from ReadDefaultFstab()SzuWei Lin2019-04-241-30/+2
* first-stage mount: support using other avb_keysBowgo Tsai2019-04-111-20/+33
* init: Support booting off GSIs installed to non-userdata block devices.David Anderson2019-03-201-24/+58
* Check if we need to Poll for devices after RegenerateUeventsMark Salyzyn2019-03-181-1/+8
* libfs_avb: support key rotation for standalone partitionsBowgo Tsai2019-02-271-1/+1
* libfs_avb: support rollback protection for Live GSIBowgo Tsai2019-02-211-1/+32
* Skip enabling dm-verity for live GSI when neededBowgo Tsai2019-02-131-4/+12
* Remove logic to fake /system in overlayfsTom Cherry2019-02-081-1/+47
* Merge "Add android::fs_mgr namespace for new Fstab code"Tom Cherry2019-01-311-1/+6
|\
| * Add android::fs_mgr namespace for new Fstab codeTom Cherry2019-01-301-1/+6
* | Merge changes from topic "move_bionic_to_apex3"Treehugger Robot2019-01-311-4/+0
|\ \ | |/ |/|
| * Proper mount namespace configuration for bionicJiyong Park2019-01-301-4/+0
* | Enable AVB for dynamic GSI (f.k.a. Live Image)Bowgo Tsai2019-01-311-12/+21
|/
* Do SetUpDmVerity only once for the same mount pointLongPing Wei2019-01-231-54/+47
* init: Add support for GSI installations in first-stage mount.David Anderson2019-01-161-0/+48
* Support mounting same mount points with different fstab configLongPing Wei2019-01-101-16/+43
* init: Don't fail first stage mount for formattable partitions.David Anderson2018-12-201-0/+5
* Allow init to skip mounting /product and /product_servicesBowgo Tsai2018-12-141-4/+45
* Allow specifying vbmeta/parts via fstabTom Cherry2018-12-121-44/+59
* Start using new C++ Fstab class widelyTom Cherry2018-12-121-74/+60
* ueventd: allow configuring SO_RCVBUF(FORCE) for the ueventd socketTom Cherry2018-12-061-1/+3
* Merge "init: allow first stage mount to read an fstab"Tom Cherry2018-12-051-10/+22
|\
| * init: allow first stage mount to read an fstabTom Cherry2018-12-041-10/+22
* | Merge "Handle renamed "super" device correctly"Alistair Strachan2018-12-051-3/+4
|\ \ | |/ |/|
| * Handle renamed "super" device correctlyAlistair Strachan2018-12-041-3/+4
* | init: overlay: allow fs_mgr_overlayfs_required_devices to report partitionsMark Salyzyn2018-12-031-1/+8
|/
* fs_mgr: move AVB related source into libfs_avbBowgo Tsai2018-11-291-10/+13
* Skip logical partitions in non-AVB2 case tooAlistair Strachan2018-11-281-1/+3
* fs_mgr: remove by_name_symlinks_map_ from AvpOpsTom Cherry2018-11-131-39/+3
* init: error log on by-name identical replacementMark Salyzyn2018-11-121-1/+1
* Reland: "init: chroot from recovery to /first_stage_ramdisk"Tom Cherry2018-11-091-16/+2
* Merge "Revert "init: chroot from recovery to /first_stage_ramdisk""Tom Cherry2018-11-091-3/+17
|\
| * Revert "init: chroot from recovery to /first_stage_ramdisk"Tom Cherry2018-11-091-3/+17
* | Merge "init: chroot from recovery to /first_stage_ramdisk"Tom Cherry2018-11-091-17/+3
|\|
| * init: chroot from recovery to /first_stage_ramdiskTom Cherry2018-11-081-17/+3
* | init: Regenerate uevents for dependent super partition devices.David Anderson2018-11-051-6/+38
|/
* fs_mgr: Add fs_mgr_overlayfs_required_devices()Mark Salyzyn2018-10-041-0/+6
* Merge "Don't hardcode the super partition name."Treehugger Robot2018-10-041-3/+6
|\
| * Don't hardcode the super partition name.David Anderson2018-10-011-3/+6
* | Merge "init: IsDmLinearEnabled() replace with check if logical partitions pre...Treehugger Robot2018-10-031-16/+8
|\ \ | |/ |/|
| * init: IsDmLinearEnabled() replace with check if logical partitions present in...Mark Salyzyn2018-09-261-16/+8
* | Merge "init: use '/system' as the system mount point for force_normal_boot"Tom Cherry2018-09-271-6/+14
|\ \ | |/ |/|
| * init: use '/system' as the system mount point for force_normal_bootTom Cherry2018-09-261-6/+14
* | fs_mgr: init: adb: add fstab argument to fs_mgr_overlayfs_mount_allMark Salyzyn2018-09-251-1/+1
|/
* init: allow using the recovery image for 1st stage initTom Cherry2018-09-131-5/+13
* init: First Stage Mount observe nofail mount flagMark Salyzyn2018-08-301-1/+1
* Switch root to /system in first stage mountTom Cherry2018-08-231-17/+46
* init: add fs_mgr_overlayfs_mount_all to FirstStageMountMark Salyzyn2018-08-081-0/+2
* ueventd: require opt-in for modalias handlingTom Cherry2018-08-011-3/+3
* Move recovery to /system/binJerry Zhang2018-07-241-1/+1