summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/loader_test.go
AgeCommit message (Expand)Author
2020-10-20Add /dev to mandatory mounts testFabricio Voznika
2020-10-13[vfs2] Don't take reference in Task.MountNamespaceVFS2 and MountNamespace.Root.Dean Deng
2020-10-05Enable more VFS2 testsFabricio Voznika
2020-09-08Honor readonly flag for root mountFabricio Voznika
2020-09-04Simplify FD handling for container start/execFabricio Voznika
2020-08-26Make flag propagation automaticFabricio Voznika
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-14Prepare boot.Loader to support multi-container TTYFabricio Voznika
2020-07-08Add shared mount hints to VFS2Fabricio Voznika
2020-05-06Fix runsc syscall documentation generation.Adin Scannell
2020-05-04Mount VSFS2 filesystem using root credentialsFabricio Voznika
2020-04-24VFS2: Get HelloWorld image tests to pass with VFS2Zach Koopmans
2020-04-17Get /bin/true to run on VFS2Zach Koopmans
2020-04-14Merge pull request #2212 from aaronlu:dup_stdioFDsgVisor bot
2020-01-27Update package locations.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-08-27Mount volumes as super userFabricio Voznika
2019-08-02Stops container if gofer is killedFabricio Voznika
2019-07-03Avoid importing platforms from many source filesAndrei Vagin
2019-06-24fsgopher: reopen files via /proc/self/fdAndrei Vagin
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-15Cleanup around urpc file payload handlingFabricio Voznika
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-03-13Allow filesystem.Mount to take an optional interface argument.Nicolas Lacasse
2019-01-16Prevent internal tmpfs mount to override files in /tmpFabricio Voznika
2018-12-04Max link traversals should be for an entire path.Brian Geffon
2018-11-01Use spec with clean paths for goferFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17Close the gofer socket gracefully in boot:boot_test.Nicolas Lacasse
2018-10-11Fix reference leak in tests.Nicolas Lacasse
2018-10-10Add sandbox to cgroupFabricio Voznika
2018-10-03runsc: Pass root container's stdio via FD.Nicolas Lacasse
2018-09-27Refactor 'runsc boot' to take container ID as argumentFabricio Voznika
2018-09-17runsc: Enable waiting on exited processes.Kevin Krakauer
2018-09-11platform: Pass device fd into platform constructor.Nicolas Lacasse
2018-09-07Remove '--file-access=direct' optionFabricio Voznika
2018-08-27Put fsgofer inside chrootFabricio Voznika
2018-08-14runsc: Change cache policy for root fs and volume mounts.Nicolas Lacasse
2018-07-18Moved restore code out of create and made to be called after create.Justine Olshan
2018-07-03runsc: Mount "mandatory" mounts right after mounting the root.Nicolas Lacasse
2018-06-29Sets the restore environment for restoring a container.Justine Olshan
2018-06-22runsc: Enable waiting on individual containers within a sandbox.Kevin Krakauer
2018-06-21Added functionality to create a RestoreEnvironment.Justine Olshan
2018-06-18Modified boot.go to allow for restores.Justine Olshan
2018-06-15runsc: support /dev bind mount which does not conflict with default /dev mount.Lantao Liu
2018-06-15Set kernel.applicationCores to the number of processor on the hostFabricio Voznika
2018-06-12runsc: do not include sub target if it is not started with '/'.Lantao Liu