summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/kernfs/filesystem.go
AgeCommit message (Expand)Author
2020-01-27Update package locations.Adin Scannell
2020-01-16Add more files to /proc/[pid]/*Fabricio Voznika
2019-12-23Fix deadlock in kernfs.Filesystem.revalidateChildLockedFabricio Voznika
2019-12-23Clean up vfs.FilesystemImpl methods that operate on parent directories.Jamie Liu
2019-12-18Add VFS2 plumbing for extended attributes.Jamie Liu
2019-12-12Implement kernfs.Rahat Mahmood