summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/kernfs/kernfs.go
AgeCommit message (Expand)Author
2021-08-12[syserror] Convert remaining syserror definitions to linuxerr.Zach Koopmans
2021-08-11Initial cgroupfs support for subcontainersRahat Mahmood
2021-07-12Fix deadlock in procfsFabricio Voznika
2021-05-03Fix deadlock in /proc/[pid]/fd/[num]Fabricio Voznika
2021-04-02Implement cgroupfs.Rahat Mahmood
2020-11-18[vfs] kernfs: Do not panic if destroyed dentry is cached.Ayush Ranjan
2020-11-09Initialize references with a value of 1.Dean Deng
2020-10-28Add leak checking for kernfs.Dentry.Dean Deng
2020-10-26[vfs] kernfs: Implement LRU cache for kernfs dentries.Ayush Ranjan
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-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-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-16Implement FUSE_UNLINKBoyuan He
2020-09-16fuse: Implement IterDirents for directory file descriptionRidwan Sharif
2020-09-16Implement FUSE_READLINKBoyuan He
2020-09-16Implement FUSE_LOOKUPAndrei Vagin
2020-08-28Implement StatFS for various VFS2 filesystems.Rahat Mahmood
2020-08-25Use new reference count utility throughout gvisor.Dean Deng
2020-08-18Get rid of kernfs.Inode.Destroy.Dean Deng
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-14Include context in kernfs.Inode.Stat methodCraig Chi
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-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-05Return correct name for imported host filesFabricio Voznika
2020-04-24Plumb context.Context into kernfs.Inode.Open().Dean Deng
2020-04-24Fixes for procfsFabricio Voznika
2020-04-21Remove filesystem structure from vfs.Dentry.Jamie Liu
2020-04-06Correctly implement magic symlinks in VFS2 procfs.Jamie Liu
2020-03-27Add FilesystemType.Name method, and FilesystemType field to Filesystem struct.Nicolas Lacasse
2020-03-16Enforce file size rlimits in VFS2Fabricio Voznika
2020-03-16Add calls to vfs.CheckSetStat to fsimplsFabricio 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-09New sync package.Ian Gudger
2019-12-26Initial procfs implementation in VFSv2Fabricio Voznika
2019-12-23Fix deadlock in kernfs.Filesystem.revalidateChildLockedFabricio Voznika
2019-12-12Implement kernfs.Rahat Mahmood