gvisor/pkg/p9
Nicolas Lacasse 012102eefd Pass OpenTruncate to gofer in Open call when opening file with O_TRUNC.
Note that the Sentry still calls Truncate() on the file before calling Open.

A new p9 version check was added to ensure that the p9 server can handle the
the OpenTruncate flag. If not, then the flag is stripped before sending.

PiperOrigin-RevId: 281609112
2019-11-20 15:07:16 -08:00
..
p9test Pass OpenTruncate to gofer in Open call when opening file with O_TRUNC. 2019-11-20 15:07:16 -08:00
BUILD
buffer.go
buffer_test.go
client.go
client_file.go
client_test.go Update p9 to support flipcall. 2019-09-12 23:37:31 -07:00
file.go
handlers.go Pass OpenTruncate to gofer in Open call when opening file with O_TRUNC. 2019-11-20 15:07:16 -08:00
messages.go Update p9 to support flipcall. 2019-09-12 23:37:31 -07:00
messages_test.go
p9.go Pass OpenTruncate to gofer in Open call when opening file with O_TRUNC. 2019-11-20 15:07:16 -08:00
p9_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
path_tree.go
pool.go
pool_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
server.go Don't log "p9.channel.service: flipcall connection shutdown". 2019-11-01 11:45:02 -07:00
transport.go
transport_flipcall.go
transport_test.go
version.go Pass OpenTruncate to gofer in Open call when opening file with O_TRUNC. 2019-11-20 15:07:16 -08:00
version_test.go