summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/mqfs/registry.go
AgeCommit message (Expand)Author
2021-10-26Simplify vfs.NewDisconnectedMount signature and callpoints.Ayush Ranjan
2021-10-26Obtain ref on root dentry in mqfs.GetFilesystem.Ayush Ranjan
2021-10-21Merge pull request #6345 from sudo-sturbia:mq/syscallsgVisor bot
2021-09-28Use one mutex for both Registry and RegistryImpl.Zyad A. Ali
2021-09-28Implement Registry.FindOrCreate.Zyad A. Ali
2021-09-28Return FDs in RegistryImpl functions and use Views.Zyad A. Ali
2021-09-28Move filesystem creation from GetFilesystem to RegistryImpl.Zyad A. Ali
2021-09-17Create mq.Registry and mqfs.RegistryImpl.Zyad A. Ali