summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl
AgeCommit message (Expand)Author
2020-09-15Merge pull request #3895 from btw616:fix/issue-3894gVisor bot
2020-09-15Fix proc.(*fdDir).IterDirents for VFS2Tiwei Bie
2020-09-14Correct FDSize in /proc/[pid]/status.Jamie Liu
2020-09-11Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Rahat Mahmood
2020-09-11Implement copy-up-coherent mmap for VFS2 overlayfs.Jamie Liu
2020-09-11Fix host unix socket to not swallow EOF incorrectly.Bhasker Hariharan
2020-09-09Don't write VFS2 gofer client timestamps back on dentry destruction.Jamie Liu
2020-09-08Implement synthetic mountpoints for kernfs.Jamie Liu
2020-09-08Add check for both child and childMerkle ENOENTgVisor bot
2020-09-08Implement ioctl with enable veritygVisor bot
2020-09-08[vfs] overlayfs: decref VD when not using it.Ayush Ranjan
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-09-02[vfs] Implement xattr for overlayfs.Ayush Ranjan
2020-09-02[vfs] Fix error handling in overlayfs OpenAt.Ayush Ranjan
2020-09-01Implement setattr+clunk in 9PFabricio Voznika
2020-09-01Refactor tty codebase to use master-replica terminology.Ayush Ranjan
2020-09-01[go-marshal] Enable auto-marshalling for fs/tty.Ayush Ranjan
2020-08-31Don't use read-only host FD for writable gofer dentries in VFS2.Jamie Liu
2020-08-31Implement walk in gvisor verity fsgVisor bot
2020-08-28Implement StatFS for various VFS2 filesystems.Rahat Mahmood
2020-08-27unix: return ECONNREFUSE if a socket file exists but a socket isn't bound to itAndrei Vagin
2020-08-26Remove spurious fd.IncRef().Nicolas Lacasse
2020-08-26tmpfs: Allow xattrs in the trusted namespace if creds has CAP_SYS_ADMIN.Nicolas Lacasse
2020-08-25Use new reference count utility throughout gvisor.Dean Deng
2020-08-25Return non-zero size for tmpfs statfs(2).Jamie Liu
2020-08-25Expose basic coverage information to userspace through kcov interface.Dean Deng
2020-08-25[go-marshal] Enable auto-marshalling for host tty.Ayush Ranjan
2020-08-25overlay: clonePrivateMount must pass a Dentry reference to MakeVirtualDentry.Nicolas Lacasse
2020-08-25Fix deadlock in gofer direct IO.Dean Deng
2020-08-24Flush in fsimpl/gofer.regularFileFD.OnClose() if there are no dirty pages.Jamie Liu
2020-08-24Update inotify documentation for gofer filesystem.Dean Deng
2020-08-22Implement GetFilesystem for verity fsgVisor bot
2020-08-21Clarify seek behaviour for kernfs.GenericDirectoryFD.Rahat Mahmood
2020-08-21Pass overlay credentials via context in copy up.Nicolas Lacasse
2020-08-21Make mounts ReadWrite first, then later change to ReadOnly.Nicolas Lacasse
2020-08-21Fix parent directory creation in CreateDeviceFile.Nicolas Lacasse
2020-08-20Add reference count checking to the fsimpl/host package.Dean Deng
2020-08-20Consistent precondition formattingMichael Pratt
2020-08-19Remove path walk from localFile.MknodFabricio Voznika
2020-08-18[vfs] Allow offsets for special files other than regular files.Ayush Ranjan
2020-08-18Get rid of kernfs.Inode.Destroy.Dean Deng
2020-08-18Move ERESTART* error definitions to syserror package.Dean Deng
2020-08-18Don't set atime if mount is readonlyFabricio Voznika
2020-08-18Avoid holding locks when opening files in VFS2.Jamie Liu
2020-08-18[vfs2] Implement /proc/sys/net/ipv4/tcp_rmem and /proc/sys/net/ipv4/tcp_wmem.Ayush Ranjan
2020-08-17Add a skeleton for verity file systemgVisor bot
2020-08-17[vfs] Do O_DIRECTORY check after resolving symlinks.Ayush Ranjan
2020-08-13[vfs2][gofer] Fix file creation flags sent to gofer.Ayush Ranjan
2020-08-12Add reference leak checking to vfs2 tmpfs.inode.Dean Deng