summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/proc/filesystem.go
AgeCommit message (Expand)Author
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