summaryrefslogtreecommitdiff
path: root/Checkpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the overflow issue in CheckpointQilin Tan2020-01-201-2/+2
* Fix crash in mainlinePaul Lawrence2019-09-181-0/+7
* Make ext4 userdata checkpoints work with metadata encryptionPaul Lawrence2019-06-271-14/+11
* Add property to prevent commit for Vts testPaul Lawrence2019-06-121-0/+5
* Add visible logs about fstrim run for block based checkpointsSandeep Patil2019-04-151-0/+5
* Merge "vold: cleanups for O_CLOEXEC tidy checks."Nick Kralevich2019-03-301-1/+1
|\
| * vold: cleanups for O_CLOEXEC tidy checks.Nick Kralevich2019-03-291-1/+1
* | Fix checkpoint on TaimenPaul Lawrence2019-03-291-2/+2
|/
* Fix bogus error checking on unique_fdBernie Innocenti2019-03-281-1/+1
* Switch Checkpoint health sleep time to ms.Daniel Rosenberg2019-03-271-4/+9
* Fixed min_free_bytes prop name and usleep time defaultSatoshi Futenma2019-03-271-2/+3
* Add health check to checkpointingDaniel Rosenberg2019-03-211-1/+59
* Change abortChanges to take a message and boolDaniel Rosenberg2019-03-211-3/+31
* Make needsCheckpoint cover whole sessionDaniel Rosenberg2019-03-211-0/+2
* Add vdc checkpoint supportsBlockCheckpointPaul Lawrence2019-03-181-0/+24
* Make Checkpoint restore resume safeDaniel Rosenberg2019-03-071-11/+91
* Add vdc checkpoint restoreCheckpointPartDaniel Rosenberg2019-03-071-1/+8
* Switch Checkpoint Restore code to c style File opsDaniel Rosenberg2019-03-061-18/+18
* Make restore validation fast by using a mapPaul Lawrence2019-02-281-29/+59
* Merge "Do not trim unless we are actually checkpointing"Treehugger Robot2019-02-201-0/+4
|\
| * Do not trim unless we are actually checkpointingPaul Lawrence2019-02-191-0/+4
* | Support header versioning in dm-bowPaul Lawrence2019-02-081-7/+12
* | Suport variable blocksizes in dm-bow restorePaul Lawrence2019-02-081-25/+34
|/
* Mark A/B Boot success before committing checkpointDaniel Rosenberg2019-02-051-0/+12
* Use global default_fstab instead of re-readingDaniel Rosenberg2019-02-011-13/+1
* Move over to the C++ Fstab classTom Cherry2019-01-311-39/+42
* Merge "Preserve options on remount in commitChanges"Treehugger Robot2019-01-251-1/+3
|\
| * Preserve options on remount in commitChangesDaniel Rosenberg2019-01-241-1/+3
* | Add supportsCheckpointDaniel Rosenberg2019-01-221-0/+15
|/
* Checkpoints: Support validation and roll forward on failPaul Lawrence2019-01-161-41/+99
* Checkpoint: Assure proper buffer alignmentGreg Kaiser2018-12-201-6/+5
* Add property for checkpointingDaniel Rosenberg2018-12-141-3/+20
* Fix error reporting in cp_commitChangesDaniel Rosenberg2018-11-191-4/+8
* Switch to exceptions for most cp callsDaniel Rosenberg2018-10-161-26/+49
* Handle retry countDaniel Rosenberg2018-10-151-3/+3
* Merge "Add checkpointing support for A/B updates"Daniel Rosenberg2018-10-051-3/+34
|\
| * Add checkpointing support for A/B updatesDaniel Rosenberg2018-10-031-3/+34
* | Use unique points for fstabPaul Lawrence2018-10-031-20/+17
|/
* Make checkpointing work on ext4Paul Lawrence2018-10-031-22/+222
* Add support for checkpointingDaniel Rosenberg2018-09-211-0/+109