Age | Commit message (Expand) | Author |
2020-03-09 | Move /proc/net to /proc/PID/net, and make /proc/net -> /proc/self/net. | Ting-Yu Wang |
2020-03-06 | Add plumbing for importing fds in VFS2, along with non-socket, non-TTY impl. | Dean Deng |
2020-03-05 | Stub oom_score_adj and oom_score. | Ian Lewis |
2020-03-03 | Update cached file size when cache is skipped | Fabricio Voznika |
2020-02-28 | Change dup2 call to dup3 | Fabricio Voznika |
2020-02-25 | Port most syscalls to VFS2. | Jamie Liu |
2020-02-20 | Initial network namespace support. | gVisor bot |
2020-02-20 | VFS2: Support memory mapping in tmpfs. | 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-11 | Ensure fsimpl/gofer.dentryPlatformFile.hostFileMapper is initialized. | gVisor bot |
2020-02-10 | Add contextual comment. | Adin Scannell |
2020-02-10 | Add contextual note. | Adin Scannell |
2020-02-10 | Redirect FIXME to gvisor.dev | Fabricio Voznika |
2020-02-04 | Remove argument from vfs.MountNamespace.DecRef() | Fabricio Voznika |
2020-02-04 | VFS2 gofer client | Jamie Liu |
2020-01-31 | Implement file locks for regular tmpfs files in VFSv2. | Dean Deng |
2020-01-28 | Add support for WritableSource in DynamicBytesFileDescriptionImpl | Fabricio Voznika |
2020-01-28 | Add //pkg/sentry/fsimpl/devtmpfs. | Jamie Liu |
2020-01-27 | Update package locations. | Adin Scannell |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-24 | Add support for device special files to VFS2 tmpfs. | Jamie Liu |
2020-01-22 | De-duplicate common test functionality for VFS2 filesystems. | Rahat Mahmood |
2020-01-22 | Move VFS2 handling of FD readability/writability to vfs.FileDescription. | Jamie Liu |
2020-01-21 | Implement sysfs. | Rahat Mahmood |
2020-01-21 | Add line break to /proc/net files | Fabricio Voznika |
2020-01-17 | Add /proc/[pid]/cgroups file | Fabricio Voznika |
2020-01-17 | Add /proc/net/* files | Fabricio Voznika |
2020-01-16 | Implement tmpfs.SetStat with a size argument. | Nicolas Lacasse |
2020-01-16 | Add more files to /proc/[pid]/* | Fabricio Voznika |
2020-01-16 | Add remaining /proc/* and /proc/sys/* files | Fabricio Voznika |
2020-01-15 | Add timestamps to VFS2 tmpfs, and implement some of SetStat. | Nicolas Lacasse |
2020-01-09 | New sync package. | Ian Gudger |
2020-01-08 | Define sizes for extent headers and entries separately to improve clarity. | Dean Deng |
2020-01-08 | Make /proc/[pid] offset start at TGID_OFFSET | Fabricio Voznika |
2020-01-06 | Convert memfs into proto-tmpfs. | Nicolas Lacasse |
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 | Fix deadlock in kernfs.Filesystem.revalidateChildLocked | Fabricio Voznika |
2019-12-23 | Clean up vfs.FilesystemImpl methods that operate on parent directories. | 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-18 | Add Mems_allowed to /proc/PID/status | Michael Pratt |
2019-12-12 | Implement kernfs. | Rahat Mahmood |
2019-12-11 | Add vfs.Pathname{WithDeleted,ForGetcwd}. | Jamie Liu |
2019-12-10 | Add most VFS methods for syscalls. | Jamie Liu |
2019-12-03 | Point TODOs to gvisor.dev | Fabricio Voznika |