gvisor/runsc/boot
Fabricio Voznika ac01f245ff Skip atime and mtime update when file is backed by host FD
When file is backed by host FD, atime and mtime for the host file and the
cached attributes in the Sentry must be close together. In this case,
the call to update atime and mtime can be skipped. This is important when
host filesystem is using overlay because updating atime and mtime explicitly
forces a copy up for every file that is touched.

PiperOrigin-RevId: 196176413
Change-Id: I3933ea91637a071ba2ea9db9d8ac7cdba5dc0482
2018-05-10 14:59:40 -07:00
..
filter Check in gVisor. 2018-04-28 01:44:26 -04:00
BUILD Add support for ping sockets 2018-05-01 22:51:41 -07:00
capability.go Fix runsc capabilities 2018-05-04 09:39:28 -07:00
config.go Check in gVisor. 2018-04-28 01:44:26 -04:00
controller.go Return better errors from Docker when runsc fails to start. 2018-05-09 14:13:37 -07:00
events.go Check in gVisor. 2018-04-28 01:44:26 -04:00
fds.go Check in gVisor. 2018-04-28 01:44:26 -04:00
fs.go Skip atime and mtime update when file is backed by host FD 2018-05-10 14:59:40 -07:00
limits.go Check in gVisor. 2018-04-28 01:44:26 -04:00
loader.go Return better errors from Docker when runsc fails to start. 2018-05-09 14:13:37 -07:00
loader_test.go Return better errors from Docker when runsc fails to start. 2018-05-09 14:13:37 -07:00
network.go Check in gVisor. 2018-04-28 01:44:26 -04:00
strace.go Check in gVisor. 2018-04-28 01:44:26 -04:00