Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
1d99674e5d5627ce49b51a7cd5b52c36a9738ad1
/
fs_mgr
/
libsnapshot
1d99674
libsnapshot: Skip initializing snapshot if not created.
by Yifan Hong
· 6 years ago
0a14d17
libsnapshot: Remove GetSnapshotSize
by Yifan Hong
· 6 years ago
3edff13
Merge "libsnapshot: refactor CreateUpdateSnapshots"
by Yifan Hong
· 6 years ago
2a62d42
Merge "Use libcrypto_static instead of libcrypto"
by Colin Cross
· 6 years ago
98aa26f
libsnapshot: refactor CreateUpdateSnapshots
by Yifan Hong
· 6 years ago
ab09a17
Merge changes Iab867ded,Id37e34b4
by Yifan Hong
· 6 years ago
30bdee9
libsnapshot: CreateUpdateSnapshots reuse COW space
by Yifan Hong
· 6 years ago
3396e93
libsnapshot: fix tests
by Yifan Hong
· 6 years ago
30adb65
libsnapshot: Fix mocked property fetcher
by Yifan Hong
· 6 years ago
8a679e6
snapshotctl: merge when boot
by Yifan Hong
· 6 years ago
2feb47a
libsnapshot: add snapshotctl
by Yifan Hong
· 6 years ago
f117f34
Use libcrypto_static instead of libcrypto
by Colin Cross
· 6 years ago
6aa77dd
libsnapshot: Cancel/merge existing update before begin
by Yifan Hong
· 6 years ago
0b32b19
libsnapshot: operator<< for UpdateState
by Yifan Hong
· 6 years ago
184bb8a
libsnapshot: CreateUpdateSnapshot accepts DeltaArchiveManifest
by Yifan Hong
· 6 years ago
d22459d
libsnapshot: Add snapshot metadata updater.
by Yifan Hong
· 6 years ago
1743847
Merge "libsnapshot: Fix typo in nullptr check"
by Treehugger Robot
· 6 years ago
99ab978
libsnapshot: Fix typo in nullptr check
by Greg Kaiser
· 6 years ago
f6fccc4
Move digital_stroage.h to its own library
by Yifan Hong
· 6 years ago
26d7d95
libsnapshot: tests for public APIs.
by Yifan Hong
· 6 years ago
0e13bba
fastbootd: skip COW group
by Yifan Hong
· 6 years ago
65d9459
libsnapshot: no overlayfs during virtual a/b ota.
by Yifan Hong
· 6 years ago
20a23bb
libsnapshot: Also use empty space in super for COW
by Yifan Hong
· 6 years ago
c69029f
libsnapshot: APIs for all partitions
by Yifan Hong
· 6 years ago
c02509b
fs_mgr: CreateDmTable takes CreateLogicalPartitionParams
by Yifan Hong
· 6 years ago
af32f93
libsnapshot: collapse fix sanity checks
by Yifan Hong
· 6 years ago
f4cd54e
libsnapshot: MapSnapshot: use device string for inner device
by Yifan Hong
· 6 years ago
26a2e6e
libsnapshot: cancel ok if unverified and old slot
by Yifan Hong
· 6 years ago
f35687d
libsnapshot: MapPartitionWithSnapshot cleanup itself if failed
by Yifan Hong
· 6 years ago
5576f7c
libsnapshot: MapPartitionWithSnapshot: fix timeout
by Yifan Hong
· 6 years ago
caaf9a6
libsnapshot: require ex lock for {Create}{CowImage,Snapshot} / DeleteSnapshot
by Yifan Hong
· 6 years ago
27fb95d
libsnapshot: Refactor: add {Create,Map,Unmap}CowImage
by Yifan Hong
· 6 years ago
dccd6b3
Merge "libsnapshot: Refactor CreateLogicalAndSnapshotPartitions"
by Yifan Hong
· 6 years ago
2dc2544
Merge "CreateSnapshot: reduce zero-filling for CoW images"
by Treehugger Robot
· 6 years ago
48eb2ee
Merge "libsnapshot: Don't accidentally delete snapshot when collapsing"
by Yifan Hong
· 6 years ago
a93ac6b
libsnapshot: Allow multiple calls to FinishedSnapshotWrites
by Yifan Hong
· 6 years ago
31fda7e
libsnapshot: Refactor CreateLogicalAndSnapshotPartitions
by Yifan Hong
· 6 years ago
2713979
libsnapshot: Don't accidentally delete snapshot when collapsing
by Yifan Hong
· 6 years ago
a9ffef2
Merge "libsnapshot: Record COW size(s) in snapshot status file"
by Yifan Hong
· 6 years ago
396a4f2
CreateSnapshot: reduce zero-filling for CoW images
by Alessio Balsini
· 6 years ago
65db930
libsnapshot: Record COW size(s) in snapshot status file
by Yifan Hong
· 6 years ago
9fca50f
libsnapshot: GetSnapshotExtraDeviceName
by Yifan Hong
· 6 years ago
1145c01
libsnapshot: Improve how devices are collapsed after merging.
by David Anderson
· 6 years ago
a6e288a
Clean up update state when snapshots are interrupted or cancelled.
by David Anderson
· 6 years ago
c058df7
libsnapshot: Do not map snapshots for partitions that were reflashed.
by David Anderson
· 6 years ago
f8d80b7
Merge "libsnapshot: use DeleteDeviceIfExists() when required"
by Treehugger Robot
· 6 years ago
9267c3f
libsnapshot: Add helper for first-stage init mounting
by David Anderson
· 6 years ago
7e5bae8
libsnapshot: Use a real fake super partition for tests.
by David Anderson
· 6 years ago
727c7f3
libsnapshot: use DeleteDeviceIfExists() when required
by Alessio Balsini
· 6 years ago
c1c6008
Merge "libsnapshot: Improve test reliability."
by David Anderson
· 6 years ago
f79af03
Merge "libsnapshot: Don't compare strings for snapshot state."
by David Anderson
· 6 years ago
3b5d5b5
libsnapshot: Improve test reliability.
by David Anderson
· 6 years ago
f27c063
libsnapshot: Don't compare strings for snapshot state.
by David Anderson
· 6 years ago
5217c1c
Rename libfiemap libraries.
by Yifan Hong
· 6 years ago
94da894
libsnapshot: UnmapSnapshot: don't delete device that doesn't exist.
by Yifan Hong
· 6 years ago
3c0fea9
libsnapshot: Track the source slot across reboots.
by David Anderson
· 6 years ago
5312c46
libsnapshot: Implement merge flow.
by David Anderson
· 6 years ago
9860950
libsnapshot: Unmap COW devices when deleting snapshots.
by David Anderson
· 6 years ago
d986fef
libsnapshot: Eliminate per-snapshot flocks.
by David Anderson
· 6 years ago
3cb682e
libsnapshot: Improve first test-run and test cleanup.
by David Anderson
· 6 years ago
aefb3b1
libsnapshot: Don't force-unmap in DeleteSnapshot().
by David Anderson
· 6 years ago
f9d5327
Merge "libsnapshot: correct DeviceInfo paths"
by Treehugger Robot
· 6 years ago
6250360
libsnapshot: correct DeviceInfo paths
by Yifan Hong
· 6 years ago
6917c63
libsnapshot: forward declare IImageManager
by Yifan Hong
· 6 years ago
456e501
Implement basic libsnapshot functionality.
by David Anderson
· 6 years ago
8a0f82f
Sketch out libsnapshot for update_engine integration.
by David Anderson
· 6 years ago