summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/kernfs/inode_impl_util.go
AgeCommit message (Expand)Author
2021-08-11Initial cgroupfs support for subcontainersRahat Mahmood
2021-07-12[syserror] Update syserror to linuxerr for more errors.Zach Koopmans
2021-07-01[syserror] Update several syserror errors to linuxerr equivalents.Zach Koopmans
2021-06-30[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.Zach Koopmans
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-02-10Support setgid directories in tmpfs and kernfsKevin Krakauer
2021-01-28[vfs] Fix rename implementation in OrderedChildren.Ayush Ranjan
2020-11-09Initialize references with a value of 1.Dean Deng
2020-10-30Adjust error handling in kernfs rename.Dean Deng
2020-10-30Fix rename error handling for VFS2 kernfs.Dean Deng
2020-10-23[vfs] kernfs: Implement remaining InodeAttr fields.Ayush Ranjan
2020-10-12[vfs] kernfs: Fix inode memory leak issue.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-17fsimpl: improve the "implements" commentsTiwei Bie
2020-09-16Implement FUSE_SETATTRCraig Chi
2020-09-16Implement FUSE_READLINKBoyuan He
2020-09-15Support setting STATX_SIZE for kernfs.InodeAttrs.Dean Deng
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-18Get rid of kernfs.Inode.Destroy.Dean Deng
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-23Add permission checks to vfs2 truncate.Dean Deng
2020-07-14Include context in kernfs.Inode.Stat methodCraig Chi
2020-06-27Support sticky bit in vfs2.Dean Deng
2020-06-24Fix procfs bugs in vfs2.Dean Deng
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-05-07Allocate device numbers for VFS2 filesystems.Jamie Liu
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-21Remove filesystem structure from vfs.Dentry.Jamie Liu
2020-04-06Correctly implement magic symlinks in VFS2 procfs.Jamie Liu
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-06Add plumbing for importing fds in VFS2, along with non-socket, non-TTY impl.Dean Deng
2020-02-13Add FileExec flag to OpenOptionsgVisor bot
2020-01-27Update package locations.Adin Scannell
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