Age | Commit message (Expand) | Author |
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 |
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 |