Age | Commit message (Expand) | Author |
2020-04-30 | Merge release-20200422.0-5-gbae30a0 (automated) | gVisor bot |
2020-04-30 | Implement waiter.Waitable methods on VFS2 host inodes. | Nicolas Lacasse |
2020-04-27 | Merge release-20200413.0-7-g1c2ecbb (automated) | gVisor bot |
2020-04-27 | Import host sockets. | Dean Deng |
2020-04-24 | Merge release-20200323.0-236-g632b104 (automated) | gVisor bot |
2020-04-24 | Plumb context.Context into kernfs.Inode.Open(). | Dean Deng |
2020-04-24 | Merge release-20200323.0-234-g1b88c63 (automated) | gVisor bot |
2020-04-24 | Move hostfs mount to Kernel struct. | Dean Deng |
2020-04-24 | Merge release-20200323.0-233-g40a712c (automated) | gVisor bot |
2020-04-24 | Refactor syscall.Fstat calls in hostfs. | Dean Deng |
2020-04-23 | Merge release-20200323.0-219-ge0c6701 (automated) | gVisor bot |
2020-04-23 | Factor fsimpl/gofer.host{Preadv,Pwritev} out of fsimpl/gofer. | Jamie Liu |
2020-04-20 | Merge release-20200323.0-188-g1a940f2 (automated) | gVisor bot |
2020-04-20 | Resolve issue with file mode for host fds. | Dean Deng |
2020-04-17 | Merge release-20200323.0-177-g12bde95 (automated) | gVisor bot |
2020-04-07 | Correctly distinguish between seekable and non-seekable host fds. | Dean Deng |
2020-03-27 | Add FilesystemType.Name method, and FilesystemType field to Filesystem struct. | Nicolas Lacasse |
2020-03-26 | Use host-defined file owner and mode, when possible, for imported fds. | Dean Deng |
2020-03-26 | Combine file mode and isDir arguments | Fabricio Voznika |
2020-03-19 | Whitelist utimensat(2). | Dean Deng |
2020-03-18 | Port imported TTY fds to vfs2. | Dean Deng |
2020-03-16 | Enforce file size rlimits in VFS2 | Fabricio Voznika |
2020-03-16 | Add calls to vfs.CheckSetStat to fsimpls | Fabricio Voznika |
2020-03-14 | Plumb VFS2 imported fds into virtual filesystem. | Dean Deng |
2020-03-06 | Add plumbing for importing fds in VFS2, along with non-socket, non-TTY impl. | Dean Deng |