summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/kernfs
AgeCommit message (Expand)Author
2020-10-12[vfs] kernfs: Fix inode memory leak issue.Ayush Ranjan
2020-09-27Fix kernfs race condition.Dean Deng
2020-09-24[vfs] kernfs: Do not hold reference on the inode when opening FD.Ayush Ranjan
2020-09-24[vfs] [2/2] kernfs: kernfs: Internally use kernfs.Dentry instead of vfs.Dentry.Ayush Ranjan
2020-09-24Add basic stateify annotations.Adin Scannell
2020-09-23[vfs] kernfs: Enable leak checking consistently.Ayush Ranjan
2020-09-22[vfs] [1/2] kernfs: Internally use kernfs.Dentry instead of vfs.Dentry.Ayush Ranjan
2020-09-21Use kernfs.Dentry for kernfs.Lookup.Dean Deng
2020-09-18Merge pull request #3972 from btw616:fix/commentsgVisor bot
2020-09-17Fix kernfs unlinkat and rmdirat incorrect resolved path nameJinmou Li
2020-09-17fsimpl: improve the "implements" commentsTiwei Bie
2020-09-16Implement FUSE_UNLINKBoyuan He
2020-09-16Implement FUSE_SETATTRCraig Chi
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