gvisor/pkg/p9
Dean Deng 8bb8027d55 Return EIO from p9 if sending/receiving fails.
Continues the modifications in cl/272963663. This prevents non-syscall errors
from being propogated to kernel/task_syscall.go:ExtractErrno(), which causes a
sentry panic.

PiperOrigin-RevId: 305913127
2020-04-10 11:36:57 -07:00
..
p9test Standardize on tools directory. 2020-01-27 12:21:00 -08:00
BUILD Move p9.pool to a separate package 2020-02-06 10:07:45 -08:00
buffer.go Un-export p9 message encode/decode functions. 2020-02-14 12:23:10 -08:00
buffer_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
client.go Return EIO from p9 if sending/receiving fails. 2020-04-10 11:36:57 -07:00
client_file.go Support listxattr and removexattr syscalls. 2020-02-07 14:47:13 -08:00
client_test.go Return EIO from p9 if sending/receiving fails. 2020-04-10 11:36:57 -07:00
file.go Add concurrency guarantees to p9 extended attribute methods. 2020-04-06 20:08:51 -07:00
handlers.go Handle os.LinkError in p9/handlers.go. 2020-04-09 11:17:11 -07:00
messages.go Avoid sending a partial dirent when the Rreaddir response exceeds message limit. 2020-04-02 22:03:20 -07:00
messages_test.go Avoid sending a partial dirent when the Rreaddir response exceeds message limit. 2020-04-02 22:03:20 -07:00
p9.go Un-export p9 message encode/decode functions. 2020-02-14 12:23:10 -08:00
p9_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
path_tree.go New sync package. 2020-01-09 22:02:24 -08:00
server.go New sync package. 2020-01-09 22:02:24 -08:00
transport.go Un-export p9 message encode/decode functions. 2020-02-14 12:23:10 -08:00
transport_flipcall.go Return EIO from p9 if sending/receiving fails. 2020-04-10 11:36:57 -07:00
transport_test.go Un-export p9 message encode/decode functions. 2020-02-14 12:23:10 -08:00
version.go Support listxattr and removexattr syscalls. 2020-02-07 14:47:13 -08:00
version_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00