Age | Commit message (Expand) | Author |
2021-06-17 | [syserror] Change p9 server to use linuxerr. | Zach Koopmans |
2021-04-28 | Automated rollback of changelist 369686285 | Fabricio Voznika |
2021-04-21 | Automated rollback of changelist 369325957 | Michael Pratt |
2021-04-19 | Add MultiGetAttr message to 9P | Fabricio Voznika |
2021-03-23 | setgid directory support in goferfs | Kevin Krakauer |
2021-03-03 | [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. | Ayush Ranjan |
2021-02-24 | Use sync.Gate in p9.connState. | Jamie Liu |
2021-01-12 | Fix simple mistakes identified by goreportcard. | Adin Scannell |
2020-12-11 | Remove existing nogo exceptions. | Adin Scannell |
2020-12-07 | Remove p9.fidRef.openedMu | Michael Pratt |
2020-11-17 | Allow short writes from gofers. | Nicolas Lacasse |
2020-11-17 | Add support for TTY in multi-container | Fabricio Voznika |
2020-09-01 | Implement setattr+clunk in 9P | Fabricio Voznika |
2020-08-19 | Remove use of channels from p9.connState legacy transport. | Jamie Liu |
2020-08-18 | Wait for all p9 handlers to complete before server shutdown. | Jamie Liu |
2020-08-11 | Eliminate one allocation per send/recv for non-flipcall transport. | Fazlul Shahriar |
2020-07-21 | p9: fix `registry.get` ob1 bug | Sevki |
2020-07-01 | Port fallocate to VFS2. | Zach Koopmans |
2020-06-10 | Include panic message in log | Michael Pratt |
2020-04-10 | Return EIO from p9 if sending/receiving fails. | Dean Deng |
2020-04-09 | Handle os.LinkError in p9/handlers.go. | Dean Deng |
2020-04-06 | Add concurrency guarantees to p9 extended attribute methods. | Dean Deng |
2020-04-02 | Avoid sending a partial dirent when the Rreaddir response exceeds message limit. | Uros Prestor |
2020-02-14 | Un-export p9 message encode/decode functions. | gVisor bot |
2020-02-07 | Support listxattr and removexattr syscalls. | Dean Deng |
2020-02-06 | Move p9.pool to a separate package | Andrei Vagin |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-16 | Bump p9 version, adding corresponding checks to client_file.go. | Dean Deng |
2020-01-16 | Plumb getting/setting xattrs through InodeOperations and 9p gofer interfaces. | Dean Deng |
2020-01-09 | New sync package. | Ian Gudger |
2019-12-16 | Remove useless comments from p9/handlers.go. | Nicolas Lacasse |
2019-11-20 | Pass OpenTruncate to gofer in Open call when opening file with O_TRUNC. | Nicolas Lacasse |
2019-11-15 | Do not set finalizer on p9.ClientFile. | Jamie Liu |
2019-11-06 | Add p9.OpenTruncate. | Jamie Liu |
2019-11-01 | Don't log "p9.channel.service: flipcall connection shutdown". | Jamie Liu |
2019-10-28 | Cast the Stat_t.Nlink to uint64 on arm64. | Haibo Xu |
2019-10-04 | Return EIO from p9 if flipcall.Endpoint.Connect() fails. | Jamie Liu |
2019-09-23 | Add test for concurrent reads and writes. | Adin Scannell |
2019-09-19 | Fix p9 integration of flipcall. | Jamie Liu |
2019-09-12 | Update p9 to support flipcall. | Adin Scannell |
2019-09-12 | Remove go_test from go_stateify and go_marshal | Michael Pratt |
2019-06-28 | Drop local_server support. | Adin Scannell |
2019-06-27 | Fix various spelling issues in the documentation | Michael Pratt |
2019-06-21 | Remove O(n) lookup on unlink/rename | Michael Pratt |
2019-06-21 | Update pathNode documentation to reflect reality | Michael Pratt |
2019-06-19 | Add renamed children pathNodes to target parent | Michael Pratt |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-13 | Add p9 and unet benchmarks. | Jamie Liu |
2019-05-20 | Forward named pipe creation to the gofer | Michael Pratt |
2019-05-09 | Implement fallocate(2) | Fabricio Voznika |