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
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
2018-11-07
AsyncBarrier should be run after all defers in destroyContainerFS.
Nicolas Lacasse
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-18
Resolve mount paths while setting up root fs mount
Fabricio Voznika
2018-10-01
Make multi-container the default mode for runsc
Fabricio Voznika
2018-09-28
Make runsc kill and delete more conformant to the "spec"
Fabricio Voznika
2018-09-24
runsc: All non-root bind mounts should be shared.
Nicolas Lacasse
2018-09-19
runsc: Fix stdin/stdout/stderr in multi-container mode.
Kevin Krakauer
2018-09-19
Add container.Destroy urpc method.
Nicolas Lacasse
2018-09-19
Fix sandbox and gofer capabilities
Fabricio Voznika
2018-09-19
runsc: Don't create __runsc_containers__ unless we are in multi-container mode.
Nicolas Lacasse
2018-09-18
Automated rollback of changelist 213307171
Kevin Krakauer
2018-09-17
runsc: Fix stdin/out/err in multi-container mode.
Kevin Krakauer
2018-09-07
runsc: Support multi-container exec.
Nicolas Lacasse
2018-09-07
Remove '--file-access=direct' option
Fabricio Voznika
2018-09-05
Enabled bind mounts in sub-containers
Fabricio Voznika
2018-09-05
runsc: Promote getExecutablePathInternal to getExecutablePath.
Nicolas Lacasse
2018-08-27
Put fsgofer inside chroot
Fabricio Voznika
2018-08-24
runsc: Allow runsc to properly search the PATH for executable name.
Kevin Krakauer
2018-08-15
runsc fsgofer: Support dynamic serving of filesystems.
Kevin Krakauer
2018-08-14
runsc: Change cache policy for root fs and volume mounts.
Nicolas Lacasse
2018-07-18
Moved restore code out of create and made to be called after create.
Justine Olshan
2018-07-03
Skip overlay on root when its readonly
Fabricio Voznika
2018-07-03
runsc: Mount "mandatory" mounts right after mounting the root.
Nicolas Lacasse
2018-06-29
Sets the restore environment for restoring a container.
Justine Olshan
2018-06-25
Fix lint errors
Fabricio Voznika
2018-06-21
Added functionality to create a RestoreEnvironment.
Justine Olshan
2018-06-18
runsc: support "rw" mount option.
Lantao Liu
2018-06-15
runsc: support /dev bind mount which does not conflict with default /dev mount.
Lantao Liu
2018-06-13
Fix failure to mount volume that sandbox process has no access
Fabricio Voznika
2018-06-12
runsc: do not include sub target if it is not started with '/'.
Lantao Liu
2018-06-12
runsc: enable terminals in the sandbox.
Kevin Krakauer
2018-06-04
Create destination mount dir if it doesn't exist
Fabricio Voznika
2018-05-24
Configure sandbox as superuser
Fabricio Voznika
2018-05-10
Skip atime and mtime update when file is backed by host FD
Fabricio Voznika
[next]