summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/kernfs
AgeCommit message (Expand)Author
2020-09-16fuse: Implement IterDirents for directory file descriptionRidwan Sharif
2020-09-16Implement FUSE_RMDIRRidwan Sharif
2020-09-16Implement FUSE_READLINKBoyuan He
2020-09-16Implement FUSE_LOOKUPAndrei Vagin
2020-09-15Support setting STATX_SIZE for kernfs.InodeAttrs.Dean Deng
2020-09-08Implement synthetic mountpoints for kernfs.Jamie Liu
2020-09-08Honor readonly flag for root mountFabricio Voznika
2020-09-08[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.Ayush Ranjan
2020-08-28Implement StatFS for various VFS2 filesystems.Rahat Mahmood
2020-08-25Use new reference count utility throughout gvisor.Dean Deng
2020-08-21Clarify seek behaviour for kernfs.GenericDirectoryFD.Rahat Mahmood
2020-08-20Consistent precondition formattingMichael Pratt
2020-08-18Get rid of kernfs.Inode.Destroy.Dean Deng
2020-08-18Avoid holding locks when opening files in VFS2.Jamie Liu
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-23Add permission checks to vfs2 truncate.Dean Deng
2020-07-23FileDescription is hard to spell.Dean Deng
2020-07-14Include context in kernfs.Inode.Stat methodCraig Chi
2020-07-13Merge pull request #2672 from amscanne:shim-integratedgVisor bot
2020-07-01Port fallocate to VFS2.Zach Koopmans
2020-06-27Support sticky bit in vfs2.Dean Deng
2020-06-24Fix procfs bugs in vfs2.Dean Deng
2020-06-23Resolve remaining inotify TODOs.Dean Deng
2020-06-23Support inotify in vfs2 gofer fs.Dean Deng
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