summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl
AgeCommit message (Expand)Author
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-02-20Initial network namespace support.gVisor bot
2020-02-20VFS2: Support memory mapping in tmpfs.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-02-11Ensure fsimpl/gofer.dentryPlatformFile.hostFileMapper is initialized.gVisor bot
2020-02-10Add contextual comment.Adin Scannell
2020-02-10Add contextual note.Adin Scannell
2020-02-10Redirect FIXME to gvisor.devFabricio Voznika
2020-02-04Remove argument from vfs.MountNamespace.DecRef()Fabricio Voznika
2020-02-04VFS2 gofer clientJamie Liu
2020-01-31Implement file locks for regular tmpfs files in VFSv2.Dean Deng
2020-01-28Add support for WritableSource in DynamicBytesFileDescriptionImplFabricio Voznika
2020-01-28Add //pkg/sentry/fsimpl/devtmpfs.Jamie Liu
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-24Add support for device special files to VFS2 tmpfs.Jamie Liu
2020-01-22De-duplicate common test functionality for VFS2 filesystems.Rahat Mahmood
2020-01-22Move VFS2 handling of FD readability/writability to vfs.FileDescription.Jamie Liu
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-16Implement tmpfs.SetStat with a size argument.Nicolas Lacasse
2020-01-16Add more files to /proc/[pid]/*Fabricio Voznika
2020-01-16Add remaining /proc/* and /proc/sys/* filesFabricio Voznika
2020-01-15Add timestamps to VFS2 tmpfs, and implement some of SetStat.Nicolas Lacasse
2020-01-09New sync package.Ian Gudger
2020-01-08Define sizes for extent headers and entries separately to improve clarity.Dean Deng
2020-01-08Make /proc/[pid] offset start at TGID_OFFSETFabricio Voznika
2020-01-06Convert memfs into proto-tmpfs.Nicolas Lacasse
2019-12-30Add VFS2 support for device special files.Jamie Liu
2019-12-27Add VFS2 support for /proc/filesystems.Jamie Liu
2019-12-26Initial procfs implementation in VFSv2Fabricio 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-20Move VFS2 file description status flags to vfs.FileDescription.Jamie Liu
2019-12-18Add VFS2 plumbing for extended attributes.Jamie Liu
2019-12-18Add Mems_allowed to /proc/PID/statusMichael Pratt
2019-12-12Implement kernfs.Rahat Mahmood
2019-12-11Add vfs.Pathname{WithDeleted,ForGetcwd}.Jamie Liu
2019-12-10Add most VFS methods for syscalls.Jamie Liu
2019-12-03Point TODOs to gvisor.devFabricio Voznika
2019-11-25Minor VFS2 interface changes.Jamie Liu
2019-11-25Implement basic umounting for vfs2.Jamie Liu
2019-11-21Import and structure cleanup.Adin Scannell
2019-10-19Add support for pipes in VFS2.Kevin Krakauer
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer