summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/vfs
AgeCommit message (Expand)Author
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-04-08Clean up TODOsFabricio Voznika
2020-04-06Port timerfd to VFS2.Nicolas Lacasse
2020-04-04Record VFS2 sockets in global socket map.Dean Deng
2020-04-03Add FileDescriptionImpl for Unix sockets.Dean Deng
2020-04-02Fix typo in TODO comments.Dean Deng
2020-04-02Add equivalents to FMODE_PREAD/PWRITE to VFS2.Jamie Liu
2020-03-31Fix /proc/self/mounts and /proc/self/mountinfo in VFS2.Nicolas Lacasse
2020-03-27Add vfs.PathnameReachable().Jamie Liu
2020-03-27Add FilesystemType.Name method, and FilesystemType field to Filesystem struct.Nicolas Lacasse
2020-03-26Add BoundEndpointAt filesystem operation.Dean Deng
2020-03-26Add unique ID to Mount type.Nicolas Lacasse
2020-03-26Combine file mode and isDir argumentsFabricio Voznika
2020-03-25Remove TODO to push down exec permission checkFabricio Voznika
2020-03-25Misc fixes to make stat_test pass (almost)Fabricio Voznika
2020-03-16Enforce file size rlimits in VFS2Fabricio Voznika
2020-03-16Add calls to vfs.CheckSetStat to fsimplsFabricio Voznika
2020-03-13Implement access/faccessat for VFS2.Dean Deng
2020-03-13Add support for mount flagsFabricio Voznika
2020-03-06Add plumbing for importing fds in VFS2, along with non-socket, non-TTY impl.Dean Deng
2020-02-25Add VFS.NewDisconnectedMount().Jamie Liu
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-02-14Remove linux.EpollEvent.Fd.gVisor bot
2020-02-14Allow vfs.IterDirentsCallback.Handle() to return an error.gVisor bot
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-02-04Remove argument from vfs.MountNamespace.DecRef()Fabricio Voznika
2020-01-31Implement file locks for regular tmpfs files in VFSv2.Dean Deng
2020-01-29Add plumbing for file locks in VFS2.Dean Deng
2020-01-28Add support for WritableSource in DynamicBytesFileDescriptionImplFabricio Voznika
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-27Standardize on tools directory.Adin Scannell
2020-01-24Add anonymous device number allocation to VFS2.Jamie Liu
2020-01-22Move VFS2 handling of FD readability/writability to vfs.FileDescription.Jamie Liu
2020-01-16Add more files to /proc/[pid]/*Fabricio Voznika
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-26Initial procfs implementation in VFSv2Fabricio Voznika
2019-12-23Clean up vfs.FilesystemImpl methods that operate on parent directories.Jamie Liu
2019-12-20Add vfs.ResolvingPath.HandleJump().Jamie Liu
2019-12-20Add vfs.Dentry.Children().Jamie Liu
2019-12-20Move VFS2 file description status flags to vfs.FileDescription.Jamie Liu
2019-12-18Add VFS2 plumbing for extended attributes.Jamie Liu
2019-12-12Implement memmap.MappingIdentity for vfs.FileDescription.Jamie Liu