gvisor/pkg/sentry/fs/gofer
Brielle Broder 711a9869e5 Runsc checkpoint works.
This is the first iteration of checkpoint that actually saves to a file.
Tests for checkpoint are included.

Ran into an issue when private unix sockets are enabled. An error message
was added for this case and the mutex state was set.

PiperOrigin-RevId: 200269470
Change-Id: I28d29a9f92c44bf73dc4a4b12ae0509ee4070e93
2018-06-12 13:25:23 -07:00
..
BUILD Check in gVisor. 2018-04-28 01:44:26 -04:00
attr.go Check in gVisor. 2018-04-28 01:44:26 -04:00
context_file.go Check in gVisor. 2018-04-28 01:44:26 -04:00
device.go Check in gVisor. 2018-04-28 01:44:26 -04:00
file.go Check in gVisor. 2018-04-28 01:44:26 -04:00
file_state.go Capture restore file system corruption errors in exit error. 2018-05-08 11:36:59 -07:00
fs.go Make cachePolicy int to avoid string comparison 2018-05-10 12:47:15 -07:00
gofer_test.go Check in gVisor. 2018-04-28 01:44:26 -04:00
handles.go Check in gVisor. 2018-04-28 01:44:26 -04:00
inode.go Skip atime and mtime update when file is backed by host FD 2018-05-10 14:59:40 -07:00
inode_state.go Capture restore file system corruption errors in exit error. 2018-05-08 11:36:59 -07:00
path.go Increment link count in CreateHardlink 2018-05-09 15:44:26 -07:00
session.go Runsc checkpoint works. 2018-06-12 13:25:23 -07:00
session_state.go Runsc checkpoint works. 2018-06-12 13:25:23 -07:00
socket.go Release mutex in BidirectionalConnect to avoid deadlock. 2018-05-16 13:07:12 -07:00
util.go Check in gVisor. 2018-04-28 01:44:26 -04:00