summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/host/host.go
AgeCommit message (Expand)Author
2020-05-11Add fsimpl/gofer.InternalFilesystemOptions.OpenSocketsByConnecting.Jamie Liu
2020-05-08Pass flags to fsimpl/host.inode.open().Jamie Liu
2020-05-07Allocate device numbers for VFS2 filesystems.Jamie Liu
2020-05-05Return correct name for imported host filesFabricio Voznika
2020-05-04Add TTY support on VFS2 to runscFabricio Voznika
2020-05-01Port netstack, hostinet, and netlink sockets to VFS2.Dean Deng
2020-04-30Implement waiter.Waitable methods on VFS2 host inodes.Nicolas Lacasse
2020-04-27Import host sockets.Dean Deng
2020-04-24Plumb context.Context into kernfs.Inode.Open().Dean Deng
2020-04-24Move hostfs mount to Kernel struct.Dean Deng
2020-04-24Refactor syscall.Fstat calls in hostfs.Dean Deng
2020-04-23Factor fsimpl/gofer.host{Preadv,Pwritev} out of fsimpl/gofer.Jamie Liu
2020-04-20Resolve issue with file mode for host fds.Dean Deng
2020-04-07Correctly distinguish between seekable and non-seekable host fds.Dean Deng
2020-03-27Add FilesystemType.Name method, and FilesystemType field to Filesystem struct.Nicolas Lacasse
2020-03-26Use host-defined file owner and mode, when possible, for imported fds.Dean Deng
2020-03-26Combine file mode and isDir argumentsFabricio Voznika
2020-03-19Whitelist utimensat(2).Dean Deng
2020-03-18Port imported TTY fds to vfs2.Dean Deng
2020-03-16Enforce file size rlimits in VFS2Fabricio Voznika
2020-03-16Add calls to vfs.CheckSetStat to fsimplsFabricio Voznika
2020-03-14Plumb VFS2 imported fds into virtual filesystem.Dean Deng
2020-03-06Add plumbing for importing fds in VFS2, along with non-socket, non-TTY impl.Dean Deng