summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/vfs/vfs.go
AgeCommit message (Expand)Author
2021-02-19Don't hold baseEndpoint.mu while calling EventUpdate().Nicolas Lacasse
2021-02-11Internal change.gVisor bot
2021-01-28Add O_PATH support in vfs2gVisor bot
2020-11-18Port filesystem metrics to VFS2.Jamie Liu
2020-10-23Support VFS2 save/restore.Jamie Liu
2020-10-13[vfs2] Add FilesystemType.Release to avoid reference leaks.Dean Deng
2020-10-12[vfs2] Don't leak disconnected mounts.Dean Deng
2020-09-24Add basic stateify annotations.Adin Scannell
2020-09-09Unlock VFS.mountMu before FilesystemImpl calls for /proc/[pid]/{mounts,mounti...Jamie Liu
2020-09-08[vfs] overlayfs: Fix socket tests.Ayush Ranjan
2020-09-08[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.Ayush Ranjan
2020-08-20[vfs] Create recursive dir creation util.Ayush Ranjan
2020-08-20Fix tabs in lock-ordering doc.Nicolas Lacasse
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-08Add shared mount hints to VFS2Fabricio Voznika
2020-06-23Support inotify in vfs2 gofer fs.Dean Deng
2020-06-05Implement mount(2) and umount2(2) for VFS2.Rahat Mahmood
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-28Split VFS.MountAt into VFS.MountDisconnected and VFS.ConnectMountAt.Jamie Liu
2020-04-28Support pipes and sockets in VFS2 gofer fs.Dean Deng
2020-04-24Fixes for procfsFabricio Voznika
2020-04-16Implement pipe(2) and pipe2(2) for VFS2.Jamie Liu
2020-04-14Pass O_LARGEFILE in syscalls/linux/vfs2.openat.Jamie Liu
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-25Remove TODO to push down exec permission checkFabricio Voznika
2020-03-13Implement access/faccessat for VFS2.Dean Deng
2020-03-13Add support for mount flagsFabricio Voznika
2020-02-25Add VFS.NewDisconnectedMount().Jamie Liu
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-02-14Inline vfs.VirtualFilesystem in Kernel structgVisor bot
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-02-13Add FileExec flag to OpenOptionsgVisor bot
2020-01-28Add VFS2 support for epoll.Jamie Liu
2020-01-28Implement an anon_inode equivalent for VFS2.Jamie Liu
2020-01-27Update package locations.Adin Scannell
2020-01-24Add anonymous device number allocation to VFS2.Jamie Liu
2020-01-09New sync package.Ian Gudger
2019-12-30Add VFS2 support for device special files.Jamie Liu
2019-12-27Add VFS2 support for /proc/filesystems.Jamie Liu
2019-12-23Clean up vfs.FilesystemImpl methods that operate on parent directories.Jamie Liu
2019-12-18Add VFS2 plumbing for extended attributes.Jamie Liu
2019-12-10Add most VFS methods for syscalls.Jamie Liu
2019-11-25Minor VFS2 interface changes.Jamie Liu
2019-11-25Implement basic umounting for vfs2.Jamie Liu
2019-07-18Sentry virtual filesystem, v2Jamie Liu