summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/fs.go
AgeCommit message (Expand)Author
2018-08-27Put fsgofer inside chrootFabricio Voznika
2018-08-24runsc: Allow runsc to properly search the PATH for executable name.Kevin Krakauer
2018-08-15runsc fsgofer: Support dynamic serving of filesystems.Kevin Krakauer
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-03Skip overlay on root when its readonlyFabricio Voznika
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-25Fix lint errorsFabricio Voznika
2018-06-21Added functionality to create a RestoreEnvironment.Justine Olshan
2018-06-18runsc: support "rw" mount option.Lantao Liu
2018-06-15runsc: support /dev bind mount which does not conflict with default /dev mount.Lantao Liu
2018-06-13Fix failure to mount volume that sandbox process has no accessFabricio Voznika
2018-06-12runsc: do not include sub target if it is not started with '/'.Lantao Liu
2018-06-12runsc: enable terminals in the sandbox.Kevin Krakauer
2018-06-04Create destination mount dir if it doesn't existFabricio Voznika
2018-05-24Configure sandbox as superuserFabricio Voznika
2018-05-10Skip atime and mtime update when file is backed by host FDFabricio Voznika
2018-04-28Check in gVisor.Googler