OSDN Git Service

Add support for checkpointing
authorDaniel Rosenberg <drosen@google.com>
Tue, 28 Aug 2018 08:58:49 +0000 (01:58 -0700)
committerPaul Lawrence <paullawrence@google.com>
Fri, 21 Sep 2018 21:54:11 +0000 (21:54 +0000)
commit65f99c9e8bd3a546a5dd2f3f4bad1585afbf0dc8
treed2cc8c8f1e1e4e3bbbbd8667c16f4aafee347fcb
parent15b9656ae9acfbed4af62b8cecba30c35cd514a8
Add support for checkpointing

Checkpointing uses a combination of files on the meta partition
and the checkpoint= fs_mgr flag. Checkpointed partitions will
revert to their starting state on reboot unless checkpoint commit
is called.

Test: Run vdc commands, check file on metadata
Merged-In: Icba16578608a6cbf922472e9d4ae5b8cf5f016c6
Change-Id: Icba16578608a6cbf922472e9d4ae5b8cf5f016c6
Android.bp
Checkpoint.cpp [new file with mode: 0644]
Checkpoint.h [new file with mode: 0644]
MetadataCrypt.cpp
VoldNativeService.cpp
VoldNativeService.h
binder/android/os/IVold.aidl
cryptfs.cpp
vdc.cpp