summaryrefslogtreecommitdiffhomepage
path: root/runsc/fsgofer/fsgofer_test.go
AgeCommit message (Expand)Author
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