summaryrefslogtreecommitdiff
path: root/Checkpoint.cpp
AgeCommit message (Expand)Author
2020-01-03Fix the overflow issue in CheckpointQilin Tan
2019-11-15Clear the warm_reset flag after boot is successfulTianjie Xu
2019-10-23Make sure CtsCheckpointTestCases passesPaul Lawrence
2019-10-12vold: implement resetCheckpointNikita Ioffe
2019-08-26Fix crash in mainlinePaul Lawrence
2019-08-22Fix race condition is commitCheckpointPaul Lawrence
2019-06-27Merge "Add property to prevent commit for Vts test"Treehugger Robot
2019-06-26Make ext4 userdata checkpoints work with metadata encryptionPaul Lawrence
2019-06-13Add property to prevent commit for Vts testPaul Lawrence
2019-05-15Fail startCheckpoint if checkpoints not supportedPaul Lawrence
2019-04-19Use correct Statuses from Checkpoint codePaul Lawrence
2019-04-17Add visible logs about fstrim run for block based checkpointsSandeep Patil
2019-03-30Merge "vold: cleanups for O_CLOEXEC tidy checks."Nick Kralevich
2019-03-29vold: cleanups for O_CLOEXEC tidy checks.Nick Kralevich
2019-03-29Fix checkpoint on TaimenPaul Lawrence
2019-03-28Fix bogus error checking on unique_fdBernie Innocenti
2019-03-27Switch Checkpoint health sleep time to ms.Daniel Rosenberg
2019-03-27Fixed min_free_bytes prop name and usleep time defaultSatoshi Futenma
2019-03-21Add health check to checkpointingDaniel Rosenberg
2019-03-21Change abortChanges to take a message and boolDaniel Rosenberg
2019-03-21Make needsCheckpoint cover whole sessionDaniel Rosenberg
2019-03-18Add vdc checkpoint supportsBlockCheckpointPaul Lawrence
2019-03-07Make Checkpoint restore resume safeDaniel Rosenberg
2019-03-07Add vdc checkpoint restoreCheckpointPartDaniel Rosenberg
2019-03-06Switch Checkpoint Restore code to c style File opsDaniel Rosenberg
2019-02-28Make restore validation fast by using a mapPaul Lawrence
2019-02-20Merge "Do not trim unless we are actually checkpointing"Treehugger Robot
2019-02-19Do not trim unless we are actually checkpointingPaul Lawrence
2019-02-08Support header versioning in dm-bowPaul Lawrence
2019-02-08Suport variable blocksizes in dm-bow restorePaul Lawrence
2019-02-05Mark A/B Boot success before committing checkpointDaniel Rosenberg
2019-02-01Use global default_fstab instead of re-readingDaniel Rosenberg
2019-01-31Move over to the C++ Fstab classTom Cherry
2019-01-25Merge "Preserve options on remount in commitChanges"Treehugger Robot
2019-01-24Preserve options on remount in commitChangesDaniel Rosenberg
2019-01-22Add supportsCheckpointDaniel Rosenberg
2019-01-16Checkpoints: Support validation and roll forward on failPaul Lawrence
2018-12-20Checkpoint: Assure proper buffer alignmentGreg Kaiser
2018-12-14Add property for checkpointingDaniel Rosenberg
2018-11-19Fix error reporting in cp_commitChangesDaniel Rosenberg
2018-10-16Switch to exceptions for most cp callsDaniel Rosenberg
2018-10-15Handle retry countDaniel Rosenberg
2018-10-05Merge "Add checkpointing support for A/B updates"android-o-mr1-iot-release-smart-display-r3oreo-mr1-1.2-iot-releasemaster-cuttlefish-testing-releaseDaniel Rosenberg
2018-10-03Add checkpointing support for A/B updatesDaniel Rosenberg
2018-10-03Use unique points for fstabPaul Lawrence
2018-10-03Make checkpointing work on ext4Paul Lawrence
2018-09-21Add support for checkpointingDaniel Rosenberg