Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
003bf066b2387fbb7a586bf4e2bda90374049761
/
fs_mgr
/
include
327237d
Set hashtree algorithm for verity partitions
by Tianjie
· 4 years, 8 months ago
66d0d96
Refactor fs_mgr_overlayfs_teardown()
by Yo Chiang
· 4 years, 10 months 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
· 5 years ago
2055364
Don't call block checkpoint functions above dm-default-key
by Paul Lawrence
· 5 years ago
7aa37f1
get_mounted_entry_for_userdata: Realpath block devices from fstabs
by Nikita Ioffe
· 5 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
· 6 years ago
1ada55e
fs_mgr: Allow to set defaults for CreateLogicalPartitionParams
by Yifan Hong
· 6 years ago
1145c01
libsnapshot: Improve how devices are collapsed after merging.
by David Anderson
· 6 years ago
9267c3f
libsnapshot: Add helper for first-stage init mounting
by David Anderson
· 6 years ago
4929df0
fs_mgr: Allow using major:minor device strings in CreateLogicalPartition.
by David Anderson
· 6 years ago
15aa954
liblp: CreateLogicalPartition with a given mapped name
by David Anderson
· 6 years ago
470fe2b
fs_mgr: Remove the timeout parameter to DestroyLogicalPartition.
by David Anderson
· 6 years ago
323959e
Make ext4 userdata checkpoints work with metadata encryption
by Paul Lawrence
· 6 years ago
c651213
Introduce inotify-based replacements for fs_mgr_wait_for_file.
by David Anderson
· 6 years ago
e0c581f
fs_mgr: overlayfs: pre-emptive filesystem setup
by Mark Salyzyn
· 6 years ago
402633d
init: add umount_all builtin.
by Yifan Hong
· 6 years ago
ee725f6
init: Support booting off GSIs installed to non-userdata block devices.
by David Anderson
· 6 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
· 7 years ago
e511e3a
fs_mgr: Add fs_mgr_overlayfs_required_devices()
by Mark Salyzyn
· 7 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
· 7 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
· 7 years ago
b28389f
fs_mgr: add overlayfs handling for squashfs system filesystems
by Mark Salyzyn
· 7 years ago
4d71d85
liblp: Allow flashing to readonly logical partitions.
by David Anderson
· 7 years ago
23de22d
fs_mgr: Add a method for creating one-off partition instances.
by David Anderson
· 7 years ago
e0384bb
fs_mgr: Remove early prototype code.
by David Anderson
· 7 years ago
b5065fc
fs_mgr: fs_mgr_update_verity_state take std::function
by Mark Salyzyn
· 7 years ago
4b52440
fs_mgr: Use libdm for dm-linear devices.
by David Anderson
· 7 years ago
6590df2
init: Create logical partitions via liblp.
by David Anderson
· 7 years ago
e6eabf4
fs_mgr: remove some unused functions
by Tom Cherry
· 7 years ago
62e5b20
init/fs_mgr: prototype first-stage dm-linear support
by David Anderson
· 7 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
· 8 years ago
e7df1f7
fs_mgr: add libfstab for vendor
by Jiyong Park
· 8 years ago
61cdb66
Merge "AVB: allow no metadata in the generic system.img for project Treble" am: c70bf5836c am: caa5b4417f
by Bowgo Tsai
· 8 years ago
2410d0c
Merge "AVB: allow no metadata in the generic system.img for project Treble" am: c70bf5836c
by Bowgo Tsai
· 8 years ago
60f19a0
AVB: allow no metadata in the generic system.img for project Treble
by Bowgo Tsai
· 8 years ago
2980f49
Merge changes from topic 'eng_first_stage_mount' am: b7e2f272ee am: e5341cf56a
by Sandeep Patil
· 8 years ago
91b5f4b
Merge changes from topic 'eng_first_stage_mount' am: b7e2f272ee am: e5341cf56a
by Sandeep Patil
· 8 years ago
95366e9
fs_mgr: differentiate if fs_mgr_set_verity() was skipped or disabled
by Sandeep Patil
· 8 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
· 8 years ago
acef4a9
Merge "first stage mount: removing the requirement of by-name prefix for AVB" am: cdad92fdad am: c82235ebbd
by Bowgo Tsai
· 8 years ago
20651f6
first stage mount: removing the requirement of by-name prefix for AVB
by Bowgo Tsai
· 8 years ago
24e0e03
Merge "fs_mgr_avb: allow verification error when the device is unlocked" am: 7245ab6a11 am: 140d1f51a1 am: 5e953b0397
by Thierry Strudel
· 8 years ago
cd0ece0
Merge "fs_mgr_avb: allow verification error when the device is unlocked" am: 7245ab6a11 am: 140d1f51a1
by Thierry Strudel
· 8 years ago
1140954
fs_mgr_avb: allow verification error when the device is unlocked
by Bowgo Tsai
· 8 years ago
7fe58ba
Merge "fs_mgr: code clean up" am: 0914d2bdff am: 0bb2ebbe74 am: f7cc23bf3a
by Bowgo Tsai
· 8 years ago
1bd2d1c
Merge "fs_mgr: code clean up" am: 0914d2bdff am: 0bb2ebbe74 am: f7cc23bf3a
by Bowgo Tsai
· 8 years ago
359bed3
fs_mgr: code clean up
by Bowgo Tsai
· 8 years ago
9dbe97b
Support metadata encryption
by Paul Lawrence
· 8 years ago
6e69b2e
Merge "Set libavb version into system property for Treble OTA" am: e8311491da am: 7b08869382
by Bowgo Tsai
· 8 years ago
1a898c2
Set libavb version into system property for Treble OTA
by Bowgo Tsai
· 8 years ago
4d70aa5
Merge changes from topic 'avb-early-mount' am: d7381375bb am: 04989a7a4b
by Bowgo Tsai
· 8 years ago
aaf70e7
fs_mgr: support AVB in fs_mgr_update_verity_state()
by Bowgo Tsai
· 9 years ago
9ec9902
Merge "fs_mgr: adds/changes some public APIs for early mount in init" am: d9b45c5811 am: 951427906d
by Bowgo Tsai
· 8 years ago
08d9966
Merge "fs_mgr: adding fs_mgr_get_slot_suffix() public API" am: b26f48f135 am: 4c96971cee
by Bowgo Tsai
· 8 years ago
80d1ad1
fs_mgr: adds/changes some public APIs for early mount in init
by Bowgo Tsai
· 8 years ago
87d0836
fs_mgr: adding fs_mgr_get_slot_suffix() public API
by Bowgo Tsai
· 8 years ago
c131341
Merge "fs_mgr: removing fs_mgr_read_fstab_with_dt()" am: 53108b269e am: 5a5017c07c
by Bowgo Tsai
· 8 years ago
acc1c3c
fs_mgr: removing fs_mgr_read_fstab_with_dt()
by Bowgo Tsai
· 8 years ago
eeea724
Merge changes from topic 'fstab_relocation' am: ac13718d0a am: 8f7125fbee
by Bowgo Tsai
· 8 years ago
47d3427
fs_mgr: add fs_mgr_read_fstab_with_dt() API
by Bowgo Tsai
· 9 years ago
eebe07c
Merge "fs_mgr: fix const parameter in fs_mgr_do_tmpfs_mount" am: 7a5d535cd2 am: be838ae027
by Wei Wang
· 9 years ago
4d71bc5
fs_mgr: fix const parameter in fs_mgr_do_tmpfs_mount
by Wei Wang
· 9 years ago
Next »