Age | Commit message (Expand) | Author |
2020-03-31 | Fix /proc/self/mounts and /proc/self/mountinfo in VFS2. | Nicolas Lacasse |
2020-03-27 | Add vfs.PathnameReachable(). | Jamie Liu |
2020-03-27 | Add FilesystemType.Name method, and FilesystemType field to Filesystem struct. | Nicolas Lacasse |
2020-03-26 | Add BoundEndpointAt filesystem operation. | Dean Deng |
2020-03-26 | Add unique ID to Mount type. | Nicolas Lacasse |
2020-03-26 | Combine file mode and isDir arguments | Fabricio Voznika |
2020-03-25 | Remove TODO to push down exec permission check | Fabricio Voznika |
2020-03-25 | Misc fixes to make stat_test pass (almost) | Fabricio Voznika |
2020-03-16 | Enforce file size rlimits in VFS2 | Fabricio Voznika |
2020-03-16 | Add calls to vfs.CheckSetStat to fsimpls | Fabricio Voznika |
2020-03-13 | Implement access/faccessat for VFS2. | Dean Deng |
2020-03-13 | Add support for mount flags | Fabricio Voznika |
2020-03-06 | Add plumbing for importing fds in VFS2, along with non-socket, non-TTY impl. | Dean Deng |
2020-02-25 | Add VFS.NewDisconnectedMount(). | Jamie Liu |
2020-02-25 | Port most syscalls to VFS2. | Jamie Liu |
2020-02-14 | Remove linux.EpollEvent.Fd. | gVisor bot |
2020-02-14 | Allow vfs.IterDirentsCallback.Handle() to return an error. | gVisor bot |
2020-02-14 | Inline vfs.VirtualFilesystem in Kernel struct | gVisor bot |
2020-02-14 | Plumb VFS2 inside the Sentry | gVisor bot |
2020-02-13 | Add FileExec flag to OpenOptions | gVisor bot |
2020-02-04 | Remove argument from vfs.MountNamespace.DecRef() | Fabricio Voznika |
2020-01-31 | Implement file locks for regular tmpfs files in VFSv2. | Dean Deng |
2020-01-29 | Add plumbing for file locks in VFS2. | Dean Deng |
2020-01-28 | Add support for WritableSource in DynamicBytesFileDescriptionImpl | Fabricio Voznika |
2020-01-28 | Add VFS2 support for epoll. | Jamie Liu |
2020-01-28 | Implement an anon_inode equivalent for VFS2. | Jamie Liu |
2020-01-27 | Update package locations. | Adin Scannell |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-24 | Add anonymous device number allocation to VFS2. | Jamie Liu |
2020-01-22 | Move VFS2 handling of FD readability/writability to vfs.FileDescription. | Jamie Liu |
2020-01-16 | Add more files to /proc/[pid]/* | Fabricio Voznika |
2020-01-09 | New sync package. | Ian Gudger |
2019-12-30 | Add VFS2 support for device special files. | Jamie Liu |
2019-12-27 | Add VFS2 support for /proc/filesystems. | Jamie Liu |
2019-12-26 | Initial procfs implementation in VFSv2 | Fabricio Voznika |
2019-12-23 | Clean up vfs.FilesystemImpl methods that operate on parent directories. | Jamie Liu |
2019-12-20 | Add vfs.ResolvingPath.HandleJump(). | Jamie Liu |
2019-12-20 | Add vfs.Dentry.Children(). | Jamie Liu |
2019-12-20 | Move VFS2 file description status flags to vfs.FileDescription. | Jamie Liu |
2019-12-18 | Add VFS2 plumbing for extended attributes. | Jamie Liu |
2019-12-12 | Implement memmap.MappingIdentity for vfs.FileDescription. | Jamie Liu |
2019-12-11 | Add vfs.Pathname{WithDeleted,ForGetcwd}. | Jamie Liu |
2019-12-10 | Add most VFS methods for syscalls. | Jamie Liu |
2019-12-05 | Add vfs.CheckSetStat() and its dependencies. | Jamie Liu |
2019-11-25 | Minor VFS2 interface changes. | Jamie Liu |
2019-11-25 | Implement basic umounting for vfs2. | Jamie Liu |
2019-11-21 | Import and structure cleanup. | Adin Scannell |
2019-11-18 | Add vfs.GenericParseMountOptions(). | Jamie Liu |
2019-10-29 | Update build tags to allow Go 1.14 | Michael Pratt |
2019-10-19 | Add support for pipes in VFS2. | Kevin Krakauer |