summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/proc/filesystem.go
AgeCommit message (Expand)Author
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-04-02Implement cgroupfs.Rahat Mahmood
2021-03-11Report filesystem-specific mount options.Rahat Mahmood
2020-10-28Add leak checking for kernfs.Dentry.Dean Deng
2020-10-26[vfs] kernfs: Implement LRU cache for kernfs dentries.Ayush Ranjan
2020-10-23[vfs] kernfs: Implement remaining InodeAttr fields.Ayush Ranjan
2020-10-13[vfs2] Add FilesystemType.Release to avoid reference leaks.Dean Deng
2020-10-12[vfs] kernfs: Fix inode memory leak issue.Ayush Ranjan
2020-09-24Add basic stateify annotations.Adin Scannell
2020-08-28Implement StatFS for various VFS2 filesystems.Rahat Mahmood
2020-08-21Clarify seek behaviour for kernfs.GenericDirectoryFD.Rahat Mahmood
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-05-07Allocate device numbers for VFS2 filesystems.Jamie Liu
2020-03-27Add FilesystemType.Name method, and FilesystemType field to Filesystem struct.Nicolas Lacasse
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-01-27Update package locations.Adin Scannell
2020-01-17Add /proc/[pid]/cgroups fileFabricio Voznika
2020-01-16Add remaining /proc/* and /proc/sys/* filesFabricio Voznika
2019-12-26Initial procfs implementation in VFSv2Fabricio Voznika