summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/vfs/filesystem.go
AgeCommit message (Expand)Author
2021-03-11Report filesystem-specific mount options.Rahat Mahmood
2020-11-09Initialize references with a value of 1.Dean Deng
2020-09-24Add basic stateify annotations.Adin Scannell
2020-09-08[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.Ayush Ranjan
2020-08-25Use new reference count utility throughout gvisor.Dean Deng
2020-08-20Consistent precondition formattingMichael Pratt
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-06-23Resolve remaining inotify TODOs.Dean Deng
2020-04-28Fix Unix socket permissions.Dean Deng
2020-04-28Support pipes and sockets in VFS2 gofer fs.Dean Deng
2020-04-23Add vfs.MkdirOptions.ForSyntheticMountpoint.Jamie Liu
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-03-27Add FilesystemType.Name method, and FilesystemType field to Filesystem struct.Nicolas Lacasse
2020-03-26Add BoundEndpointAt filesystem operation.Dean Deng
2020-03-16Add calls to vfs.CheckSetStat to fsimplsFabricio Voznika
2020-03-13Implement access/faccessat for VFS2.Dean Deng
2020-02-14Inline vfs.VirtualFilesystem in Kernel structgVisor bot
2020-01-27Update package locations.Adin Scannell
2019-12-30Add VFS2 support for device special files.Jamie Liu
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-11Add vfs.Pathname{WithDeleted,ForGetcwd}.Jamie Liu
2019-12-10Add most VFS methods for syscalls.Jamie Liu
2019-11-25Minor VFS2 interface changes.Jamie Liu
2019-07-18Sentry virtual filesystem, v2Jamie Liu