summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/fs.go
AgeCommit message (Expand)Author
2021-09-20[lisa] Plumb lisafs through runsc.Ayush Ranjan
2021-07-12Fix GoLand analyzer errors under runsc/...Fabricio Voznika
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-06-09Remove --overlayfs-stale-read flagFabricio Voznika
2021-05-04Make Mount.Type optional for bind mountsFabricio Voznika
2021-04-02Implement cgroupfs.Rahat Mahmood
2021-03-30Fix panic when overriding /dev files with VFS2Fabricio Voznika
2021-03-23Add --file-access-mounts flagFabricio Voznika
2021-03-18Skip /dev submount hack on VFS2.Jamie Liu
2021-03-06[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.Ayush Ranjan
2020-11-17Add support for TTY in multi-containerFabricio Voznika
2020-10-27Merge pull request #4420 from workato:dev-optionsgVisor bot
2020-10-26Allow overriding mount options for /dev and /dev/ptsKonstantin Baranov
2020-09-08Honor readonly flag for root mountFabricio Voznika
2020-09-04Simplify FD handling for container start/execFabricio Voznika
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