index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
runsc
/
boot
/
fs.go
Age
Commit message (
Expand
)
Author
2021-09-20
[lisa] Plumb lisafs through runsc.
Ayush Ranjan
2021-07-12
Fix GoLand analyzer errors under runsc/...
Fabricio Voznika
2021-06-22
[syserror] Add conversions to linuxerr with temporary Equals method.
Zach Koopmans
2021-06-09
Remove --overlayfs-stale-read flag
Fabricio Voznika
2021-05-04
Make Mount.Type optional for bind mounts
Fabricio Voznika
2021-04-02
Implement cgroupfs.
Rahat Mahmood
2021-03-30
Fix panic when overriding /dev files with VFS2
Fabricio Voznika
2021-03-23
Add --file-access-mounts flag
Fabricio Voznika
2021-03-18
Skip /dev submount hack on VFS2.
Jamie Liu
2021-03-06
[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.
Ayush Ranjan
2020-11-17
Add support for TTY in multi-container
Fabricio Voznika
2020-10-27
Merge pull request #4420 from workato:dev-options
gVisor bot
2020-10-26
Allow overriding mount options for /dev and /dev/pts
Konstantin Baranov
2020-09-08
Honor readonly flag for root mount
Fabricio Voznika
2020-09-04
Simplify FD handling for container start/exec
Fabricio Voznika
2020-09-01
Refactor tty codebase to use master-replica terminology.
Ayush Ranjan
2020-08-19
Move boot.Config to its own package
Fabricio Voznika
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-07-08
Add shared mount hints to VFS2
Fabricio Voznika
2020-06-08
Combine executable lookup code
Fabricio Voznika
2020-06-01
More runsc changes for VFS2
Fabricio Voznika
2020-05-29
Refactor the ResolveExecutablePath logic.
Nicolas Lacasse
2020-05-28
Automated rollback of changelist 309082540
Fabricio Voznika
2020-05-13
Fix runsc association of gofers and FDs on VFS2.
Jamie Liu
2020-05-13
Use VFS2 mount names
Fabricio Voznika
2020-04-26
refactor and add test for bindmount
moricho
2020-04-25
add bind/rbind options for mount
moricho
2020-04-25
fix behavior of `getMountNameAndOptions` when options include either bind or ...
moricho
2020-04-17
Get /bin/true to run on VFS2
Zach Koopmans
2020-04-07
Add friendlier messages for frequently encountered errors.
Ian Lewis
2020-01-27
Update package locations.
Adin Scannell
2019-12-06
Make annotations OCI compliant
Fabricio Voznika
2019-11-25
Use mount hints to determine FileAccessType
Fabricio Voznika
2019-10-16
Fix problem with open FD when copy up is triggered in overlayfs
Fabricio Voznika
2019-10-08
Ignore mount options that are not supported in shared mounts
Fabricio Voznika
2019-08-27
Mount volumes as super user
Fabricio Voznika
2019-08-02
Stops container if gofer is killed
Fabricio Voznika
2019-08-02
Remove kernel.mounts.
Nicolas Lacasse
2019-07-26
Merge pull request #452 from zhangningdlut:chris_test_pidns
gVisor bot
2019-07-25
Automated rollback of changelist 255679453
Fabricio Voznika
2019-07-24
Use different pidns among different containers
chris.zn
2019-07-23
Give each container a distinct MountNamespace.
Nicolas Lacasse
2019-07-12
Take a reference on the already-mounted inode before re-mounting it.
Nicolas Lacasse
2019-07-02
Remove map from fd_map, change to fd_table.
Adin Scannell
2019-06-28
Automated rollback of changelist 255263686
Nicolas Lacasse
2019-06-27
Cache directory entries in the overlay
Michael Pratt
2019-06-26
Preserve permissions when checking lower
Fabricio Voznika
2019-06-13
Plumb context through more layers of filesytem.
Ian Gudger
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-11
Add support to mount pod shared tmpfs mounts
Fabricio Voznika
[next]