summaryrefslogtreecommitdiffhomepage
path: root/pkg/p9/server.go
AgeCommit message (Expand)Author
2021-11-02Allow SetAttr and Allocate for deleted filesFabricio Voznika
2021-10-29[syserr] Covert all linuxerr returns to error type.Zach Koopmans
2021-06-17[syserror] Change p9 server to use linuxerr.Zach Koopmans
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2021-02-24Use sync.Gate in p9.connState.Jamie Liu
2020-12-07Remove p9.fidRef.openedMuMichael Pratt
2020-08-19Remove use of channels from p9.connState legacy transport.Jamie Liu
2020-08-18Wait for all p9 handlers to complete before server shutdown.Jamie Liu
2020-06-10Include panic message in logMichael Pratt
2020-01-09New sync package.Ian Gudger
2019-11-01Don't log "p9.channel.service: flipcall connection shutdown".Jamie Liu
2019-10-04Return EIO from p9 if flipcall.Endpoint.Connect() fails.Jamie Liu
2019-09-12Update p9 to support flipcall.Adin Scannell
2019-06-21Remove O(n) lookup on unlink/renameMichael Pratt
2019-06-21Update pathNode documentation to reflect realityMichael Pratt
2019-06-19Add renamed children pathNodes to target parentMichael Pratt
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Reduce memory allocations on serving pathFabricio 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-09-07Add additional sanity checks for walk.Adin Scannell
2018-04-28Check in gVisor.Googler