Changes

91 bytes added ,  12:11, 13 September 2018
m
Line 39: Line 39:  
=== Files themselves ===
 
=== Files themselves ===
   −
Fore the sake of simplicity CRIU doesn't introduce separate states for Files, Dentries and Inodes leaving it to the kernel. Instead each this triplet is treated as one object and for every Inode type (file, pipe, socket, etc.) separate image is introduced. Thus CRIU has
+
For the sake of simplicity, CRIU doesn't introduce separate states for Files, Dentries and Inodes, leaving it to the kernel. Instead, each triplet is treated as one object and for every Inode type (file, pipe, socket, etc.) separate image is introduced. Thus CRIU has
    
* reg-files.img for regular files, that are created by open() call
 
* reg-files.img for regular files, that are created by open() call
Line 48: Line 48:  
* etc.
 
* etc.
   −
In each of this files info about File and Inode of respective file is preserved. Dentry information is effectively stored there for regular files only -- the file's ''path''.
+
A full list of image files generated by CRIU is available in [[Images]].
 +
 
 +
In each of these image files is preserved appropriate information about File and Inode of respective file. Dentry information is effectively stored for regular files only -- the file's ''path''.
    
== How CRIU gets the information to dump ==
 
== How CRIU gets the information to dump ==
277

edits