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
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
2019-06-03
Refactor container FS setup
Fabricio Voznika
2019-05-23
Set sticky bit to /tmp
Fabricio Voznika
2019-05-23
Initial support for bind mounts
Fabricio Voznika
2019-05-03
Fix runsc restore to be compatible with docker start --checkpoint ...
Andrei Vagin
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-29
Allow and document bug ids in gVisor codebase.
Nicolas Lacasse
2019-04-17
Use FD limit and file size limit from host
Fabricio Voznika
2019-04-04
gvisor: Add support for the MS_NOEXEC mount option
Andrei Vagin
2019-03-13
Allow filesystem.Mount to take an optional interface argument.
Nicolas Lacasse
2019-02-01
Factor the subtargets method into a helper method with tests.
Nicolas Lacasse
2019-01-18
Scrub runsc error messages
Fabricio Voznika
2019-01-16
Prevent internal tmpfs mount to override files in /tmp
Fabricio Voznika
2019-01-14
Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations.
Nicolas Lacasse
2018-12-04
Max link traversals should be for an entire path.
Brian Geffon
2018-11-20
Don't fail when destroyContainerFS is called more than once
Fabricio Voznika
[next]