summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/gofer/gofer_test.go
AgeCommit message (Expand)Author
2021-08-12[syserror] Convert remaining syserror definitions to linuxerr.Zach Koopmans
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-02-04Add support for sentry internal pipe for gofer mountsFabricio Voznika
2020-01-27Update package locations.Adin Scannell
2019-06-13Plumb context through more layers of filesytem.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-12-20Deflake gofer_test.Nicolas Lacasse
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-08-27fs: Fix remote-revalidate cache policy.Nicolas Lacasse
2018-08-10Enable checkpoint/restore in cases of UDS use.Brielle Broder
2018-08-07fs: Add new cache policy "remote_revalidate".Nicolas Lacasse
2018-07-18Fix lock-ordering violation in Create by logging BaseName instead of FullName.Nicolas Lacasse
2018-04-28Check in gVisor.Googler