Age | Commit message (Expand) | Author |
---|---|---|
2020-06-17 | Implement POSIX locks | Fabricio Voznika |
2020-06-09 | Implement flock(2) in VFS2 | Fabricio Voznika |
2020-06-01 | Handle gofer blocking opens of host named pipes in VFS2. | Jamie Liu |
2020-05-19 | Implement mmap for host fs in vfs2. | Dean Deng |
2020-04-28 | Support pipes and sockets in VFS2 gofer fs. | Dean Deng |
2020-04-23 | Factor fsimpl/gofer.host{Preadv,Pwritev} out of fsimpl/gofer. | Jamie Liu |
2020-04-21 | Remove filesystem structure from vfs.Dentry. | Jamie Liu |
2020-04-07 | Make gofer.dentry.destroyLocked idempotent | Fabricio Voznika |
2020-03-26 | Add BoundEndpointAt filesystem operation. | Dean Deng |
2020-02-04 | VFS2 gofer client | Jamie Liu |