summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/vfs/anonfs.go
AgeCommit message (Expand)Author
2020-05-07Allocate device numbers for VFS2 filesystems.Jamie Liu
2020-05-07Remove outdated TODO for VFS2 AccessAt.Dean Deng
2020-04-28Fix Unix socket permissions.Dean Deng
2020-04-28Support pipes and sockets in VFS2 gofer fs.Dean Deng
2020-04-10Port extended attributes to VFS2.Dean Deng
2020-03-27Add FilesystemType.Name method, and FilesystemType field to Filesystem struct.Nicolas Lacasse
2020-03-26Add BoundEndpointAt filesystem operation.Dean Deng
2020-03-26Combine file mode and isDir argumentsFabricio Voznika
2020-03-13Implement access/faccessat for VFS2.Dean Deng
2020-01-28Implement an anon_inode equivalent for VFS2.Jamie Liu