summaryrefslogtreecommitdiffhomepage
path: root/runsc/fsgofer/fsgofer_test.go
AgeCommit message (Expand)Author
2021-09-21[lisa] Implement lisafs protocol methods in VFS2 gofer client and fsgofer.Ayush Ranjan
2021-07-12Fix GoLand analyzer errors under runsc/...Fabricio Voznika
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-23Allow FSETXATTR/FGETXATTR host calls for VerityChong Cai
2021-03-08Internal change.Chong Cai
2021-01-21Fix ownership change logicFabricio Voznika
2020-12-15fsgofer optimizationsFabricio Voznika
2020-09-17Remove option to panic goferFabricio Voznika
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-08-19Remove path walk from localFile.MknodFabricio Voznika
2020-08-18Return EROFS if mount is read-onlyFabricio Voznika
2020-07-24Reduce walk and open cost in fsgoferFabricio Voznika
2020-07-23Fix fsgofer Open() when control file is using O_PATHFabricio Voznika
2019-09-26Disallow opening of sockets if --fsgofer-host-uds=falseFabricio Voznika
2019-08-26fsgofer_test.go: a socket file path can't be longer than UNIX_MAX_PATH (108)Andrei Vagin
2019-08-13Fix file mode check in fsgofer AttachFabricio Voznika
2019-06-24fsgopher: reopen files via /proc/self/fdAndrei Vagin
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-01Automated rollback of changelist 240657604Fabricio Voznika
2018-11-01Use spec with clean paths for goferFabricio Voznika
2018-10-31Make lazy open the mode of operation for fsgoferFabricio Voznika
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-24Add option to panic gofer if writes are attempted over RO mountsFabricio Voznika
2018-06-04Make fsgofer attach more strictFabricio Voznika
2018-05-10Open file as read-write when mount points to a fileFabricio Voznika
2018-05-04Run gofmt -s on everythingIan Gudger
2018-04-28Check in gVisor.Googler