summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/kernfs
AgeCommit message (Expand)Author
2020-06-19Fix vfs2 proc/self/fd dirent iteration.Dean Deng
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-11Add //pkg/sentry/fsimpl/overlay.Jamie Liu
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-05-29Implement IN_EXCL_UNLINK inotify option in vfs2.Dean Deng
2020-05-29Fix the smallest of typos.Dean Deng
2020-05-29Port inotify to vfs2, with support in tmpfs.Dean Deng
2020-05-07Allocate device numbers for VFS2 filesystems.Jamie Liu
2020-05-05Return correct name for imported host filesFabricio Voznika
2020-05-04Remove kernfs.Filesystem cast from GenericDirectoryFDFabricio Voznika
2020-04-28Fix Unix socket permissions.Dean Deng
2020-04-28Support pipes and sockets in VFS2 gofer fs.Dean Deng
2020-04-24Plumb context.Context into kernfs.Inode.Open().Dean Deng
2020-04-24Fixes for procfsFabricio Voznika
2020-04-23Port devpts to VFS2.Nicolas Lacasse
2020-04-21Misc VFS2 fixesFabricio Voznika
2020-04-21Remove filesystem structure from vfs.Dentry.Jamie Liu
2020-04-10Port extended attributes to VFS2.Dean Deng
2020-04-08Clean up TODOsFabricio Voznika
2020-04-06Correctly implement magic symlinks in VFS2 procfs.Jamie Liu
2020-04-02Add NAME_MAX checks and update file timesFabricio Voznika
2020-03-27Add FilesystemType.Name method, and FilesystemType field to Filesystem struct.Nicolas Lacasse
2020-03-26Add BoundEndpointAt filesystem operation.Dean Deng
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-13Implement access/faccessat for VFS2.Dean Deng
2020-03-06Add plumbing for importing fds in VFS2, along with non-socket, non-TTY impl.Dean Deng
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-10Redirect FIXME to gvisor.devFabricio Voznika
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-22Move VFS2 handling of FD readability/writability to vfs.FileDescription.Jamie Liu
2020-01-21Implement sysfs.Rahat Mahmood
2020-01-16Add more files to /proc/[pid]/*Fabricio Voznika
2020-01-16Add remaining /proc/* and /proc/sys/* filesFabricio Voznika
2020-01-09New sync package.Ian Gudger
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