summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/fs.go
AgeCommit message (Expand)Author
2020-09-01Refactor tty codebase to use master-replica terminology.Ayush Ranjan
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-08Add shared mount hints to VFS2Fabricio Voznika
2020-06-08Combine executable lookup codeFabricio Voznika
2020-06-01More runsc changes for VFS2Fabricio Voznika
2020-05-29Refactor the ResolveExecutablePath logic.Nicolas Lacasse
2020-05-28Automated rollback of changelist 309082540Fabricio Voznika
2020-05-13Fix runsc association of gofers and FDs on VFS2.Jamie Liu
2020-05-13Use VFS2 mount namesFabricio Voznika
2020-04-26refactor and add test for bindmountmoricho
2020-04-25add bind/rbind options for mountmoricho
2020-04-25fix behavior of `getMountNameAndOptions` when options include either bind or ...moricho
2020-04-17Get /bin/true to run on VFS2Zach Koopmans
2020-04-07Add friendlier messages for frequently encountered errors.Ian Lewis
2020-01-27Update package locations.Adin Scannell
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