summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/vfs/anonfs.go
AgeCommit message (Expand)Author
2020-10-13[vfs2] Add FilesystemType.Release to avoid reference leaks.Dean Deng
2020-09-24Add basic stateify annotations.Adin Scannell
2020-09-08[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.Ayush Ranjan
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-06-23Resolve remaining inotify TODOs.Dean Deng
2020-06-23Support inotify in vfs2 gofer fs.Dean Deng
2020-05-29Implement IN_EXCL_UNLINK inotify option in vfs2.Dean Deng
2020-05-29Port inotify to vfs2, with support in tmpfs.Dean Deng
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