Age | Commit message (Expand) | Author |
2020-08-12 | Redirect TODO | Fabricio Voznika |
2020-08-03 | Plumbing context.Context to DecRef() and Release(). | Nayana Bidari |
2020-07-27 | Move platform.File in memmap | Andrei Vagin |
2020-07-23 | Add permission checks to vfs2 truncate. | Dean Deng |
2020-07-15 | Merge pull request #3236 from craig08:fuse-kernfs-inode-stat-add-ctx | gVisor bot |
2020-07-15 | fdbased: Vectorized write for packet; relax writev syscall filter. | Ting-Yu Wang |
2020-07-14 | Include context in kernfs.Inode.Stat method | Craig Chi |
2020-07-01 | Update preadv2/pwritev2 flag handling in vfs2. | Dean Deng |
2020-07-01 | Remove maxSendBufferSize from vfs2. | Dean Deng |
2020-07-01 | Port fallocate to VFS2. | Zach Koopmans |
2020-06-23 | Clean up hostfs TODOs. | Dean Deng |
2020-06-22 | Only allow regular files, sockets, pipes, and char devices to be imported. | Dean Deng |
2020-06-18 | Remove various uses of 'whitelist' | Michael Pratt |
2020-06-17 | Implement Sync() to directories | Fabricio Voznika |
2020-06-17 | Remove various uses of 'blacklist' | Michael Pratt |
2020-06-17 | Refactor host.canMap. | Dean Deng |
2020-06-17 | Implement POSIX locks | Fabricio Voznika |
2020-06-09 | Implement flock(2) in VFS2 | Fabricio Voznika |
2020-05-20 | Move fsimpl/host file offset from inode to fileDescription. | Dean Deng |
2020-05-19 | Implement mmap for host fs in vfs2. | Dean Deng |
2020-05-11 | Add fsimpl/gofer.InternalFilesystemOptions.OpenSocketsByConnecting. | Jamie Liu |
2020-05-08 | Pass flags to fsimpl/host.inode.open(). | Jamie Liu |
2020-05-07 | Allocate device numbers for VFS2 filesystems. | Jamie Liu |
2020-05-05 | Return correct name for imported host files | Fabricio Voznika |
2020-05-04 | Add TTY support on VFS2 to runsc | Fabricio Voznika |
2020-05-01 | Port netstack, hostinet, and netlink sockets to VFS2. | Dean Deng |
2020-04-30 | Implement waiter.Waitable methods on VFS2 host inodes. | Nicolas Lacasse |
2020-04-27 | Import host sockets. | Dean Deng |
2020-04-24 | Port SCM Rights to VFS2. | Dean Deng |
2020-04-24 | Plumb context.Context into kernfs.Inode.Open(). | Dean Deng |
2020-04-24 | Move hostfs mount to Kernel struct. | Dean Deng |
2020-04-24 | Refactor syscall.Fstat calls in hostfs. | Dean Deng |
2020-04-23 | Factor fsimpl/gofer.host{Preadv,Pwritev} out of fsimpl/gofer. | Jamie Liu |
2020-04-20 | Resolve issue with file mode for host fds. | Dean Deng |
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 |