gvisor/pkg/sentry/fs/gofer
Brielle Broder 4ececd8e8d Enable checkpoint/restore in cases of UDS use.
Previously, processes which used file-system Unix Domain Sockets could not be
checkpoint-ed in runsc because the sockets were saved with their inode
numbers which do not necessarily remain the same upon restore. Now,
the sockets are also saved with their paths so that the new inodes
can be determined for the sockets based on these paths after restoring.
Tests for cases with UDS use are included. Test cleanup to come.

PiperOrigin-RevId: 208268781
Change-Id: Ieaa5d5d9a64914ca105cae199fd8492710b1d7ec
2018-08-10 14:33:20 -07:00
..
BUILD Automated rollback of changelist 207037226 2018-08-02 10:42:48 -07:00
attr.go
cache_policy.go fs: Add new cache policy "remote_revalidate". 2018-08-07 11:43:41 -07:00
context_file.go
device.go
file.go fs: Add new cache policy "remote_revalidate". 2018-08-07 11:43:41 -07:00
file_state.go Capture restore file system corruption errors in exit error. 2018-05-08 11:36:59 -07:00
fs.go Automated rollback of changelist 207037226 2018-08-02 10:42:48 -07:00
gofer_test.go Enable checkpoint/restore in cases of UDS use. 2018-08-10 14:33:20 -07:00
handles.go Simplify some handle logic. 2018-06-22 14:10:30 -07:00
inode.go Automated rollback of changelist 207037226 2018-08-02 10:42:48 -07:00
inode_state.go Sets the restore environment for restoring a container. 2018-06-29 14:47:40 -07:00
path.go Enable checkpoint/restore in cases of UDS use. 2018-08-10 14:33:20 -07:00
session.go Enable checkpoint/restore in cases of UDS use. 2018-08-10 14:33:20 -07:00
session_state.go Enable checkpoint/restore in cases of UDS use. 2018-08-10 14:33:20 -07:00
socket.go Enable checkpoint/restore in cases of UDS use. 2018-08-10 14:33:20 -07:00
util.go