- c7998f2 Remove dead code from fs_mgr by Paul Lawrence · 2 years, 8 months ago
- 2127b87 Only skip checkpointing for freshly formatted ext4 by Daniel Rosenberg · 2 years, 8 months ago
- 997d738 Expose system property for dm-verity check_at_most_once by Nathan Huckleberry · 3 years, 4 months ago
- ad06b40 fs_mgr_overlayfs: Cleanup -user build stubs by Yi-Yo Chiang · 3 years, 5 months ago
- 0aabcbc remount: Remove errno interaction from fs_mgr_overlayfs_teardown. by David Anderson · 3 years, 7 months ago
- 6db402e remount: Simplify fs_mgr_overlayfs_setup. by David Anderson · 3 years, 7 months ago
- e9e3f6e remount: Remove the "backing" parameter to fs_mgr_overlayfs_setup. by David Anderson · 3 years, 7 months ago
- 63432cd remount: Prevent error spam when remounting fails. by David Anderson · 3 years, 7 months ago
- 2cad3b0 remount: Refactor verity disabling into a helper function. by David Anderson · 3 years, 7 months ago
- 89ba777 fs_mgr: remove FDE-specific FS_MGR_MNTALL codes by Eric Biggers · 4 years, 4 months ago
- 4d0c5ef fs_mgr: remove crypt_footer argument from fs_mgr_do_format() by Eric Biggers · 4 years, 4 months ago
- 10bec65 Dump the root digest of hashtree for dm-verity partitions by Tianjie · 4 years, 6 months ago
- 0e5ad5a snapuserd: Allow connecting to the first-stage daemon. by David Anderson · 4 years, 7 months ago
- 3431d52 first_stage_mount: mount point must be canonical path by Yi-Yo Chiang · 4 years, 9 months ago
- a07ed96 Remove deprecated fs_mgr_overlayfs_required_devices() by Yi-Yo Chiang · 4 years, 10 months ago
- 23816e8 Make fs_mgr_overlayfs_mount_fstab_entry() available for user builds by Yi-Yo Chiang · 4 years, 10 months ago
- dcf1c1f fs_mgr_overlayfs: Polish fs_mgr_overlayfs_mount_fstab_entry() by Yi-Yo Chiang · 4 years, 10 months ago
- d926ade OverlayFS support for fstab by David Ng · 4 years, 10 months ago
- 327237d Set hashtree algorithm for verity partitions by Tianjie · 5 years ago
- 66d0d96 Refactor fs_mgr_overlayfs_teardown() by Yo Chiang · 5 years ago
- 9ede7ec Only store result of mount_all that mounted userdata by Nikita Ioffe · 5 years ago
- 73cab78 Merge "Don't call block checkpoint functions above dm-default-key" by Paul Lawrence · 6 years ago
- 2055364 Don't call block checkpoint functions above dm-default-key by Paul Lawrence · 6 years ago
- 7aa37f1 get_mounted_entry_for_userdata: Realpath block devices from fstabs by Nikita Ioffe · 6 years ago
- 30b0c01 Move GetMountedEntryForUserdata to fs_mgr.h by Nikita Ioffe · 6 years ago
- c13586f remount: Use /data for backing scratch storage. by David Anderson · 6 years ago
- 1981401 Revert "remount: Remove the "backing" parameter to fs_mgr_overlayfs_setup." by Ed Chen · 6 years ago
- b20aa43 remount: Remove the "backing" parameter to fs_mgr_overlayfs_setup. by David Anderson · 6 years ago
- bee7b8c Add basic support for remounting ext4 userdata into checkpoint by Nikita Ioffe · 6 years ago
- 12a3607 Userspace reboot: Support remounting userdata for f2fs by Nikita Ioffe · 6 years ago
- c02509b fs_mgr: CreateDmTable takes CreateLogicalPartitionParams by Yifan Hong · 6 years ago
- 50ca448 Merge "fs_mgr: Allow to set defaults for CreateLogicalPartitionParams" by Treehugger Robot · 7 years ago
- 1ada55e fs_mgr: Allow to set defaults for CreateLogicalPartitionParams by Yifan Hong · 7 years ago
- 1145c01 libsnapshot: Improve how devices are collapsed after merging. by David Anderson · 7 years ago
- 9267c3f libsnapshot: Add helper for first-stage init mounting by David Anderson · 7 years ago
- 4929df0 fs_mgr: Allow using major:minor device strings in CreateLogicalPartition. by David Anderson · 7 years ago
- 15aa954 liblp: CreateLogicalPartition with a given mapped name by David Anderson · 7 years ago
- 470fe2b fs_mgr: Remove the timeout parameter to DestroyLogicalPartition. by David Anderson · 7 years ago
- 323959e Make ext4 userdata checkpoints work with metadata encryption by Paul Lawrence · 7 years ago
- c651213 Introduce inotify-based replacements for fs_mgr_wait_for_file. by David Anderson · 7 years ago
- e0c581f fs_mgr: overlayfs: pre-emptive filesystem setup by Mark Salyzyn · 7 years ago
- 402633d init: add umount_all builtin. by Yifan Hong · 7 years ago
- ee725f6 init: Support booting off GSIs installed to non-userdata block devices. by David Anderson · 7 years ago
- dffdb43 fs_mgr: overlayfs: export fs_mgr_overlayfs_candidate_list by Mark Salyzyn · 7 years ago
- cf80b6d Refactor fs_mgr_update_verity_state() by Tom Cherry · 7 years ago
- 685c2c7 Remove old C fs_mgr interface by Tom Cherry · 7 years ago
- a3530e6 Add android::fs_mgr namespace for new Fstab code by Tom Cherry · 7 years ago
- 2e545f8 fs_mgr: make changes needed to port vold to new Fstab interface by Tom Cherry · 7 years ago
- b688d91 Remove the rest of users of the old style fstab by Tom Cherry · 7 years ago
- 908f07b fs_mgr: Add a helper for creating one-off dynamic partitions. by David Anderson · 7 years ago
- bf80e7d Move parts of roots.cpp from librecovery by Yifan Hong · 7 years ago
- 0cd2d5f fs_mgr_do_mount_one: allow overriding mount_point by Yifan Hong · 7 years ago
- 23319eb Start using new C++ Fstab class widely by Tom Cherry · 7 years ago
- 02eff5c Update fs_mgr_update_verity_state() for new C++ Fstab by Tom Cherry · 7 years ago
- 323ca1e Merge "fs_mgr: Add fs_mgr_overlayfs_is_setup()" by Treehugger Robot · 7 years ago
- e1e71b9 Merge "init: allow first stage mount to read an fstab" by Tom Cherry · 7 years ago
- 5d55580 Merge "Handle renamed "super" device correctly" by Alistair Strachan · 7 years ago
- 1906d5f Handle renamed "super" device correctly by Alistair Strachan · 7 years ago
- dd748aa fs_mgr: Add fs_mgr_overlayfs_is_setup() by Mark Salyzyn · 7 years ago
- e68bf85 init: allow first stage mount to read an fstab by Tom Cherry · 7 years ago
- 3055457 Convert fs_mgr_swapon_all() to use the new Fstab struct by Tom Cherry · 7 years ago
- c1bc281 fs_mgr: move AVB related source into libfs_avb by Bowgo Tsai · 7 years ago
- 9856460 fs_mgr: remove by_name_symlinks_map_ from AvpOps by Tom Cherry · 7 years ago
- 6a11694 fs_mgr: overlayfs earlier kernels do not need override_creds=off by Mark Salyzyn · 7 years ago
- f89b1df init: Regenerate uevents for dependent super partition devices. by David Anderson · 7 years ago
- 6bab0a9 Mount vendor overlay from the system partition by Justin Yun · 7 years ago
- a762e00 fs_mgr: overlayfs takes const std::vector<const fstab_rec*>& by Mark Salyzyn · 7 years ago
- 1b066c3 fs_mgr: fs_mgr_has_shared_blocks() needs logical blk_device by Mark Salyzyn · 7 years ago
- b5ca728 fs_mgr.h cleanup by Mark Salyzyn · 8 years ago
- e511e3a fs_mgr: Add fs_mgr_overlayfs_required_devices() by Mark Salyzyn · 8 years ago
- 5cbd2e4 Don't hardcode the super partition name. by David Anderson · 7 years ago
- f35db9b fs_mgr: init: adb: add fstab argument to fs_mgr_overlayfs_mount_all by Mark Salyzyn · 7 years ago
- 4c93b25 fs_mgr: Support checkpoints by Daniel Rosenberg · 8 years ago
- c8ac4e7 fastbootd: Wait for /dev/block paths when opening logical partitions. by David Anderson · 7 years ago
- 3ff87d8 fs_mgr: add fs_mgr_has_shared_blocks and make default if overlayfs by Mark Salyzyn · 8 years ago
- b28389f fs_mgr: add overlayfs handling for squashfs system filesystems by Mark Salyzyn · 8 years ago
- 4d71d85 liblp: Allow flashing to readonly logical partitions. by David Anderson · 8 years ago
- 23de22d fs_mgr: Add a method for creating one-off partition instances. by David Anderson · 8 years ago
- e0384bb fs_mgr: Remove early prototype code. by David Anderson · 8 years ago
- b5065fc fs_mgr: fs_mgr_update_verity_state take std::function by Mark Salyzyn · 8 years ago
- 4b52440 fs_mgr: Use libdm for dm-linear devices. by David Anderson · 8 years ago
- 6590df2 init: Create logical partitions via liblp. by David Anderson · 8 years ago
- e6eabf4 fs_mgr: remove some unused functions by Tom Cherry · 8 years ago
- 62e5b20 init/fs_mgr: prototype first-stage dm-linear support by David Anderson · 8 years ago
- a4b15d7 Merge "fs_mgr: removing __BEGIN_DECLS and __END_DECLS" am: 85b80dc18d by Bowgo Tsai · 8 years ago
- d837f83 fs_mgr: removing __BEGIN_DECLS and __END_DECLS by Bowgo Tsai · 8 years ago
- 28bd989 resolve merge conflicts of 645026c74 to oc-dr1-dev-plus-aosp by Jiyong Park · 9 years ago
- e7df1f7 fs_mgr: add libfstab for vendor by Jiyong Park · 9 years ago
- 61cdb66 Merge "AVB: allow no metadata in the generic system.img for project Treble" am: c70bf5836c am: caa5b4417f by Bowgo Tsai · 9 years ago
- 2410d0c Merge "AVB: allow no metadata in the generic system.img for project Treble" am: c70bf5836c by Bowgo Tsai · 9 years ago
- 60f19a0 AVB: allow no metadata in the generic system.img for project Treble by Bowgo Tsai · 9 years ago
- 2980f49 Merge changes from topic 'eng_first_stage_mount' am: b7e2f272ee am: e5341cf56a by Sandeep Patil · 9 years ago
- 91b5f4b Merge changes from topic 'eng_first_stage_mount' am: b7e2f272ee am: e5341cf56a by Sandeep Patil · 9 years ago
- 95366e9 fs_mgr: differentiate if fs_mgr_set_verity() was skipped or disabled by Sandeep Patil · 9 years ago
- 8301fcf Merge "first stage mount: removing the requirement of by-name prefix for AVB" am: cdad92fdad am: c82235ebbd am: fec0b13902 by Bowgo Tsai · 9 years ago
- acef4a9 Merge "first stage mount: removing the requirement of by-name prefix for AVB" am: cdad92fdad am: c82235ebbd by Bowgo Tsai · 9 years ago
- 20651f6 first stage mount: removing the requirement of by-name prefix for AVB by Bowgo Tsai · 9 years ago
- 24e0e03 Merge "fs_mgr_avb: allow verification error when the device is unlocked" am: 7245ab6a11 am: 140d1f51a1 am: 5e953b0397 by Thierry Strudel · 9 years ago
- cd0ece0 Merge "fs_mgr_avb: allow verification error when the device is unlocked" am: 7245ab6a11 am: 140d1f51a1 by Thierry Strudel · 9 years ago
- 1140954 fs_mgr_avb: allow verification error when the device is unlocked by Bowgo Tsai · 9 years ago