Changes

111 bytes added ,  14:27, 19 October 2023
m
no edit summary
Line 1: Line 1:  
This article describes what CRIU does to make sure it restores the correct set of files and how this file validation is implemented in CRIU. This project was completed under the [https://summerofcode.withgoogle.com/projects/#5773537320632320 GSoC 2020 program].
 
This article describes what CRIU does to make sure it restores the correct set of files and how this file validation is implemented in CRIU. This project was completed under the [https://summerofcode.withgoogle.com/projects/#5773537320632320 GSoC 2020 program].
 +
 +
Note: This is NOT merged to CRIU, see https://github.com/checkpoint-restore/criu/pull/1148
    
== The previous implementation ==
 
== The previous implementation ==
Line 90: Line 92:  
* Calculating the checksum can be made faster by using a lookup table.
 
* Calculating the checksum can be made faster by using a lookup table.
    +
[[Category:Files]]
 
[[Category:Under the hood]]
 
[[Category:Under the hood]]
5

edits