summaryrefslogtreecommitdiffhomepage
path: root/pkg/p9/handlers.go
AgeCommit message (Expand)Author
2020-12-07Remove p9.fidRef.openedMuMichael Pratt
2020-09-01Implement setattr+clunk in 9PFabricio Voznika
2020-04-09Handle os.LinkError in p9/handlers.go.Dean Deng
2020-04-06Add concurrency guarantees to p9 extended attribute methods.Dean Deng
2020-02-07Support listxattr and removexattr syscalls.Dean Deng
2020-01-16Plumb getting/setting xattrs through InodeOperations and 9p gofer interfaces.Dean Deng
2019-12-16Remove useless comments from p9/handlers.go.Nicolas Lacasse
2019-11-20Pass OpenTruncate to gofer in Open call when opening file with O_TRUNC.Nicolas Lacasse
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-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
2019-02-28Fix typoMichael Pratt
2019-02-25Don't call WalkGetAttr for walk(names=[]).Jamie Liu
2019-02-15Internal change.Googler
2018-10-23Remove artificial name length check.Adin Scannell
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-08-13Add path sanity checks.Adin Scannell
2018-04-28Check in gVisor.Googler