summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/gofer/path.go
AgeCommit message (Expand)Author
2020-11-03Make pipe min/max sizes match linux.Nicolas Lacasse
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-05-12Don't allow rename across different gofer or tmpfs mounts.Nicolas Lacasse
2020-02-04Add support for sentry internal pipe for gofer mountsFabricio Voznika
2020-01-27Update package locations.Adin Scannell
2019-12-16Fix UDS bind cause fd leak in goferYong He
2019-06-28Add finalizer on AtomicRefCount to check for leaks.Ian Gudger
2019-06-13Plumb context through more layers of filesytem.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-05-20Forward named pipe creation to the goferMichael Pratt
2019-05-20Fix incorrect tmpfs timestamp updatesMichael Pratt
2019-05-17Return EPERM for mknodMichael Pratt
2019-05-17Fix gofer rename ctime and cleanup stat_times testMichael Pratt
2019-05-15gofer: don't call hostfile.Close if hostFile is nilAndrei Vagin
2019-05-03gofer: don't leak file descriptorsAndrei Vagin
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-25Don't enforce NAME_MAX in fs.Dirent.walk().Jamie Liu
2019-03-28Clean up gofer handle caching.Jamie Liu
2019-03-18Remove references to replaced child in Rename in ramfs/agentfsMichael Pratt
2019-03-14Use WalkGetAttr in gofer.inodeOperations.Create.Jamie Liu
2019-01-25Make cacheRemoteRevalidating detect changes to file sizeFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17Move Unix transport out of netstackIan Gudger
2018-08-10cache policy: Check policy before returning a negative dirent.Nicolas Lacasse
2018-08-10Enable checkpoint/restore in cases of UDS use.Brielle Broder
2018-07-18Fix lock-ordering violation in Create by logging BaseName instead of FullName.Nicolas Lacasse
2018-06-19Add a new cache policy FSCACHE_WRITETHROUGH.Nicolas Lacasse
2018-05-09Increment link count in CreateHardlinkFabricio Voznika
2018-04-28Check in gVisor.Googler