summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/vfs.go
AgeCommit message (Expand)Author
2020-09-17Add VFS2 overlay support in runscFabricio Voznika
2020-09-08Honor readonly flag for root mountFabricio Voznika
2020-08-21[vfs] Allow mountpoint to be an existing non-directory.Ayush Ranjan
2020-08-21Make mounts ReadWrite first, then later change to ReadOnly.Nicolas Lacasse
2020-08-20[vfs] Create recursive dir creation util.Ayush Ranjan
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-08-07[vfs2] Fix tmpfs mounting.Ayush Ranjan
2020-08-06Only register /dev/net/tun if supported.Dean Deng
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-30Implement overlayfs_stale_read for vfs2.Jamie Liu
2020-07-23Added stub FUSE filesystemRidwan Sharif
2020-07-09Gate FUSE behind a runsc flagRidwan Sharif
2020-07-08Add shared mount hints to VFS2Fabricio Voznika
2020-06-25Test that the fuse device can be openedRidwan Sharif
2020-06-25Moved FUSE device under the fuse directoryRidwan Sharif
2020-06-24Port /dev/net/tun device to VFS2.Nicolas Lacasse
2020-06-23Port /dev/tty device to VFS2.Nicolas Lacasse
2020-06-11Add //pkg/sentry/fsimpl/overlay.Jamie Liu
2020-06-08Combine executable lookup codeFabricio Voznika
2020-06-05Implement mount(2) and umount2(2) for VFS2.Rahat Mahmood
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-05-12Adjust a few log messagesFabricio Voznika
2020-05-07Update privateunixsocket TODOs.Dean Deng
2020-05-04Mount VSFS2 filesystem using root credentialsFabricio Voznika
2020-05-04Add TTY support on VFS2 to runscFabricio Voznika
2020-04-24VFS2: Get HelloWorld image tests to pass with VFS2Zach Koopmans
2020-04-23Add vfs.MkdirOptions.ForSyntheticMountpoint.Jamie Liu
2020-04-17Get /bin/true to run on VFS2Zach Koopmans