summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/proc
AgeCommit message (Expand)Author
2020-05-07Allocate device numbers for VFS2 filesystems.Jamie Liu
2020-05-06Add maximum memory limit.Nicolas Lacasse
2020-04-30Fix proc net bugs in VFS2.Dean Deng
2020-04-24Plumb context.Context into kernfs.Inode.Open().Dean Deng
2020-04-24Fixes for procfsFabricio Voznika
2020-04-21Misc VFS2 fixesFabricio Voznika
2020-04-21Remove filesystem structure from vfs.Dentry.Jamie Liu
2020-04-09Merge pull request #2253 from amscanne:nogogVisor bot
2020-04-08Do not hold FileDescription references in VFS2 procfs inodes.Jamie Liu
2020-04-08Enable SubprocessExited and SubprocessZombie for gVisorFabricio Voznika
2020-04-08Fix unused result errors.Adin Scannell
2020-04-06Correctly implement magic symlinks in VFS2 procfs.Jamie Liu
2020-04-04Record VFS2 sockets in global socket map.Dean Deng
2020-03-31Fix /proc/self/mounts and /proc/self/mountinfo in VFS2.Nicolas Lacasse
2020-03-27Add FilesystemType.Name method, and FilesystemType field to Filesystem struct.Nicolas Lacasse
2020-03-26Combine file mode and isDir argumentsFabricio Voznika
2020-03-16Enforce file size rlimits in VFS2Fabricio Voznika
2020-03-16Add calls to vfs.CheckSetStat to fsimplsFabricio Voznika
2020-03-14Disallow kernfs.Inode.SetStat for readonly inodesFabricio Voznika
2020-03-13Add remaining procfs filesFabricio Voznika
2020-03-13Fix oom_score_adj.Jamie Liu
2020-03-09Move /proc/net to /proc/PID/net, and make /proc/net -> /proc/self/net.Ting-Yu Wang
2020-03-06Add plumbing for importing fds in VFS2, along with non-socket, non-TTY impl.Dean Deng
2020-03-05Stub oom_score_adj and oom_score.Ian Lewis
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-02-20Initial network namespace support.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-01-28Add support for WritableSource in DynamicBytesFileDescriptionImplFabricio Voznika
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-22De-duplicate common test functionality for VFS2 filesystems.Rahat Mahmood
2020-01-21Implement sysfs.Rahat Mahmood
2020-01-21Add line break to /proc/net filesFabricio Voznika
2020-01-17Add /proc/[pid]/cgroups fileFabricio Voznika
2020-01-17Add /proc/net/* filesFabricio Voznika
2020-01-16Add more files to /proc/[pid]/*Fabricio Voznika
2020-01-16Add remaining /proc/* and /proc/sys/* filesFabricio Voznika
2020-01-08Make /proc/[pid] offset start at TGID_OFFSETFabricio Voznika
2019-12-27Add VFS2 support for /proc/filesystems.Jamie Liu
2019-12-26Initial procfs implementation in VFSv2Fabricio Voznika
2019-12-18Add Mems_allowed to /proc/PID/statusMichael Pratt
2019-12-03Point TODOs to gvisor.devFabricio Voznika
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-08-16procfs: Migrate seqfile implementations.Ayush Ranjan