summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/host/host.go
AgeCommit message (Expand)Author
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