Age | Commit message (Expand) | Author |
---|---|---|
2021-10-26 | Simplify vfs.NewDisconnectedMount signature and callpoints. | Ayush Ranjan |
2021-10-26 | Obtain ref on root dentry in mqfs.GetFilesystem. | Ayush Ranjan |
2021-10-21 | Merge pull request #6345 from sudo-sturbia:mq/syscalls | gVisor bot |
2021-09-28 | Use one mutex for both Registry and RegistryImpl. | Zyad A. Ali |
2021-09-28 | Implement Registry.FindOrCreate. | Zyad A. Ali |
2021-09-28 | Return FDs in RegistryImpl functions and use Views. | Zyad A. Ali |
2021-09-28 | Define mq.View and use it for mqfs.queueFD. | Zyad A. Ali |
2021-09-28 | Move filesystem creation from GetFilesystem to RegistryImpl. | Zyad A. Ali |
2021-09-17 | Create mq.Registry and mqfs.RegistryImpl. | Zyad A. Ali |
2021-09-15 | Implement queueInode and queueFD in mqfs. | Zyad A. Ali |
2021-09-15 | Implement vfs.FilesystemType and kernfs.Filesystem for mqfs. | Zyad A. Ali |
2021-09-15 | Implement mqfs.rootInode. | Zyad A. Ali |