summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/fs.go
AgeCommit message (Expand)Author
2021-01-26Implement error on pointersTamir Duberstein
2020-12-04Require sync.RWMutex to lock and unlock from the same goroutineMichael Pratt
2020-06-03Fix data race on f.offset.Nicolas Lacasse
2020-01-27Update package locations.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-22Fix doc typoMichael Pratt
2019-02-08Add fs.AsyncWithContext and call it in fs/gofer/inodeOperations.Release.Nicolas Lacasse
2018-11-27Fix data race in fs.Async.Nicolas Lacasse
2018-10-19Use correct company name in copyright headerIan Gudger
2018-05-08Capture restore file system corruption errors in exit error.Zhaozhong Ni
2018-04-28Check in gVisor.Googler