summaryrefslogtreecommitdiffhomepage
path: root/pkg/p9/client_file.go
AgeCommit message (Expand)Author
2021-04-28Automated rollback of changelist 369686285Fabricio Voznika
2021-04-21Automated rollback of changelist 369325957Michael Pratt
2021-04-19Add MultiGetAttr message to 9PFabricio Voznika
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2020-11-17Allow short writes from gofers.Nicolas Lacasse
2020-09-01Implement setattr+clunk in 9PFabricio Voznika
2020-02-07Support listxattr and removexattr syscalls.Dean Deng
2020-01-16Bump p9 version, adding corresponding checks to client_file.go.Dean Deng
2020-01-16Plumb getting/setting xattrs through InodeOperations and 9p gofer interfaces.Dean Deng
2019-11-15Do not set finalizer on p9.ClientFile.Jamie Liu
2019-06-13Update canonical repository.Adin Scannell
2019-05-20Forward named pipe creation to the goferMichael Pratt
2019-05-09Implement fallocate(2)Fabricio Voznika
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-11Add client sanity checking for P9.Adin Scannell
2018-04-28Check in gVisor.Googler