summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/fs.go
AgeCommit message (Expand)Author
2019-12-06Make annotations OCI compliantFabricio Voznika
2019-11-25Use mount hints to determine FileAccessTypeFabricio Voznika
2019-10-16Fix problem with open FD when copy up is triggered in overlayfsFabricio Voznika
2019-10-08Ignore mount options that are not supported in shared mountsFabricio Voznika
2019-08-27Mount volumes as super userFabricio Voznika
2019-08-02Stops container if gofer is killedFabricio Voznika
2019-08-02Remove kernel.mounts.Nicolas Lacasse
2019-07-26Merge pull request #452 from zhangningdlut:chris_test_pidnsgVisor bot
2019-07-25Automated rollback of changelist 255679453Fabricio Voznika
2019-07-24Use different pidns among different containerschris.zn
2019-07-23Give each container a distinct MountNamespace.Nicolas Lacasse
2019-07-12Take a reference on the already-mounted inode before re-mounting it.Nicolas Lacasse
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-06-28Automated rollback of changelist 255263686Nicolas Lacasse
2019-06-27Cache directory entries in the overlayMichael Pratt
2019-06-26Preserve permissions when checking lowerFabricio Voznika
2019-06-13Plumb context through more layers of filesytem.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-06-11Add support to mount pod shared tmpfs mountsFabricio Voznika
2019-06-03Refactor container FS setupFabricio Voznika
2019-05-23Set sticky bit to /tmpFabricio Voznika
2019-05-23Initial support for bind mountsFabricio Voznika
2019-05-03Fix runsc restore to be compatible with docker start --checkpoint ...Andrei Vagin
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-17Use FD limit and file size limit from hostFabricio Voznika
2019-04-04gvisor: Add support for the MS_NOEXEC mount optionAndrei Vagin
2019-03-13Allow filesystem.Mount to take an optional interface argument.Nicolas Lacasse
2019-02-01Factor the subtargets method into a helper method with tests.Nicolas Lacasse
2019-01-18Scrub runsc error messagesFabricio Voznika
2019-01-16Prevent internal tmpfs mount to override files in /tmpFabricio Voznika
2019-01-14Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations.Nicolas Lacasse
2018-12-04Max link traversals should be for an entire path.Brian Geffon
2018-11-20Don't fail when destroyContainerFS is called more than onceFabricio Voznika
2018-11-07AsyncBarrier should be run after all defers in destroyContainerFS.Nicolas Lacasse
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-18Resolve mount paths while setting up root fs mountFabricio Voznika
2018-10-01Make multi-container the default mode for runscFabricio Voznika
2018-09-28Make runsc kill and delete more conformant to the "spec"Fabricio Voznika
2018-09-24runsc: All non-root bind mounts should be shared.Nicolas Lacasse
2018-09-19runsc: Fix stdin/stdout/stderr in multi-container mode.Kevin Krakauer
2018-09-19Add container.Destroy urpc method.Nicolas Lacasse
2018-09-19Fix sandbox and gofer capabilitiesFabricio Voznika
2018-09-19runsc: Don't create __runsc_containers__ unless we are in multi-container mode.Nicolas Lacasse
2018-09-18Automated rollback of changelist 213307171Kevin Krakauer
2018-09-17runsc: Fix stdin/out/err in multi-container mode.Kevin Krakauer
2018-09-07runsc: Support multi-container exec.Nicolas Lacasse
2018-09-07Remove '--file-access=direct' optionFabricio Voznika
2018-09-05Enabled bind mounts in sub-containersFabricio Voznika
2018-09-05runsc: Promote getExecutablePathInternal to getExecutablePath.Nicolas Lacasse