gvisor/runsc/boot
Ayush Ranjan e819029f3a [lisa] Plumb lisafs through runsc.
lisafs is only supported in VFS2. Added a runsc flag which enables lisafs.
When the flag is enabled, the gofer process and the client communicate using
lisafs protocol instead of 9P.

Added a filesystem option in fsimpl/gofer which indicates if lisafs is being
used. That will be used to gate lisafs on the gofer client.

Note that this change does not make the gofer client use lisafs just yet.

Updates #5465

PiperOrigin-RevId: 397917844
2021-09-20 22:34:01 -07:00
..
filter Add support for SIOCGIFCONF ioctl in hostinet. 2021-07-23 12:52:44 -07:00
platforms Standardize on tools directory. 2020-01-27 12:21:00 -08:00
pprof Add go:build directives as required by Go 1.17's gofmt. 2021-07-20 16:28:45 -07:00
BUILD runsc: add global profile collection flags 2021-09-16 11:20:37 -04:00
compat.go [op] Replace syscall package usage with golang.org/x/sys/unix in runsc/. 2021-03-06 22:07:07 -08:00
compat_amd64.go [op] Replace syscall package usage with golang.org/x/sys/unix in runsc/. 2021-03-06 22:07:07 -08:00
compat_arm64.go Improve unsupported syscall message 2020-05-18 10:23:22 -07:00
compat_test.go Merge pull request #1233 from xiaobo55x:compatLog 2019-12-06 19:41:39 -08:00
controller.go Add control configs 2021-08-18 13:13:49 -07:00
debug.go Update canonical repository. 2019-06-13 16:50:15 -07:00
events.go Fix GoLand analyzer errors under runsc/... 2021-07-12 16:45:33 -07:00
fs.go [lisa] Plumb lisafs through runsc. 2021-09-20 22:34:01 -07:00
fs_test.go Make Mount.Type optional for bind mounts 2021-05-04 14:36:06 -07:00
limits.go [op] Replace syscall package usage with golang.org/x/sys/unix in runsc/. 2021-03-06 22:07:07 -08:00
loader.go runsc: add global profile collection flags 2021-09-16 11:20:37 -04:00
loader_test.go Replace kernel.ExitStatus with linux.WaitStatus. 2021-07-08 13:39:15 -07:00
network.go Pass address properties in a single struct 2021-09-15 15:00:01 -07:00
profile.go runsc: add global profile collection flags 2021-09-16 11:20:37 -04:00
strace.go Add Event controls 2021-08-13 14:20:12 -07:00
vfs.go [lisa] Plumb lisafs through runsc. 2021-09-20 22:34:01 -07:00