gvisor/pkg/sentry
Jamie Liu 12480f1c4b Ensure statfs::f_namelen is set by VFS2 gofer statfs/fstatfs.
VFS1 discards the value of f_namelen returned by the filesystem and returns
NAME_MAX unconditionally instead, so it doesn't run into this. Also set
f_frsize for completeness.

PiperOrigin-RevId: 405579707
2021-10-26 00:22:29 -07:00
..
arch Don't use reflection in fpu.alignedBytes. 2021-09-01 14:07:57 -07:00
contexttest Pass overlay credentials via context in copy up. 2020-08-21 15:06:09 -07:00
control runsc: add global profile collection flags 2021-09-16 11:20:37 -04:00
device Add more information to panic when device ID don't match 2020-08-18 18:52:24 -07:00
devices Remove quotedev device 2021-08-25 14:39:21 -07:00
fdimport Fix stdios ownership 2021-07-12 16:55:40 -07:00
fs Remove state:"nosave"/"zerovalue" annotations from all waiter.Queues. 2021-10-12 10:25:30 -07:00
fsbridge [syserror] Update syserror to linuxerr for more errors. 2021-07-12 15:26:20 -07:00
fsimpl Ensure statfs::f_namelen is set by VFS2 gofer statfs/fstatfs. 2021-10-26 00:22:29 -07:00
fsmetric Delete /cloud/gvisor/sandbox/sentry/gofer/opened_write_execute_file metric 2021-05-18 14:46:47 -07:00
hostcpu
hostfd Add go:build directives as required by Go 1.17's gofmt. 2021-07-20 16:28:45 -07:00
hostmm add convenient wrapper for eventfd 2021-10-07 17:41:20 -07:00
inet kernel: allow to access Task.netns without taking Task.mu 2021-09-23 18:28:08 -07:00
kernel Do not leak non-permission mode bits in mq_open(2). 2021-10-25 13:46:41 -07:00
limits [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00
loader Cache vdso.so's __kernel_rt_sigreturn location. 2021-09-01 13:25:35 -07:00
memmap [syserror] Remove pkg syserror. 2021-08-13 17:16:52 -07:00
mm Limit most file mmaps to the range of an int64. 2021-09-16 12:12:59 -07:00
pgalloc [syserror] Remove pkg syserror. 2021-08-13 17:16:52 -07:00
platform Fix typo in FIXME 2021-10-19 17:05:25 -07:00
seccheck Add Execve and ExitNotifyParent checkpoints. 2021-09-22 18:12:06 -07:00
socket conntrack: use tcpip.Clock instead of time.Time 2021-10-18 15:14:28 -07:00
state Add go:build directives as required by Go 1.17's gofmt. 2021-07-20 16:28:45 -07:00
strace kernel: print PID in addition to TID in task log messages 2021-09-30 15:07:28 -07:00
syscalls Implement stubs for mq_open(2) and mq_unlink(2). 2021-09-28 20:43:52 +02:00
time Internal change. 2021-09-20 12:28:06 -07:00
unimpl
uniqueid
usage Report total memory based on limit or host 2021-10-14 18:42:07 -07:00
vfs Report correct error when restore fails 2021-10-20 10:45:45 -07:00
watchdog Delete sentry metrics /watchdog/{stuck_startup_detected, stuck_tasks_detected} 2021-06-24 16:55:58 -07:00
BUILD Cleanup internal package group. 2020-02-10 17:12:59 -08:00