summaryrefslogtreecommitdiffhomepage
path: root/pkg/p9
AgeCommit message (Expand)Author
2019-09-19Fix p9 integration of flipcall.Jamie Liu
2019-09-12Update p9 to support flipcall.Adin Scannell
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-06-28Drop local_server support.Adin Scannell
2019-06-27Fix various spelling issues in the documentationMichael Pratt
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-06-13Add p9 and unet benchmarks.Jamie Liu
2019-05-20Forward named pipe creation to the goferMichael Pratt
2019-05-09Implement fallocate(2)Fabricio Voznika
2019-04-29Reduce memory allocations on serving pathFabricio Voznika
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-23Remove reflection from 9P serving pathFabricio Voznika
2019-02-28Fix typoMichael Pratt
2019-02-25Don't call WalkGetAttr for walk(names=[]).Jamie Liu
2019-02-19Add p9.Sticky.Jamie Liu
2019-02-15Internal change.Googler
2019-02-15Internal change.Googler
2019-01-31Don't mask out sticky bit to/from goferFabricio Voznika
2019-01-31Remove license commentsMichael Pratt
2018-11-05Use correct company name in copyright headerIan Gudger
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-10-11Add client sanity checking for P9.Adin Scannell
2018-09-07Add additional sanity checks for walk.Adin Scannell
2018-08-13Add path sanity checks.Adin Scannell
2018-08-08Fix error handling for bad message sizes.Adin Scannell
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-07-02Drop version option from mount commandMichael Pratt
2018-05-08Fix warning: redundant if ...; err != nil check, just return error instead.Ian Gudger
2018-04-28Check in gVisor.Googler