summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl
AgeCommit message (Expand)Author
2020-09-09[vfs] overlayfs: decref VD when not using it.Ayush Ranjan
2020-09-09Honor readonly flag for root mountFabricio Voznika
2020-09-09[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.Ayush Ranjan
2020-09-09[vfs] Implement xattr for overlayfs.Ayush Ranjan
2020-09-09[vfs] Fix error handling in overlayfs OpenAt.Ayush Ranjan
2020-09-09Implement setattr+clunk in 9PFabricio Voznika
2020-09-09Refactor tty codebase to use master-replica terminology.Ayush Ranjan
2020-09-09[go-marshal] Enable auto-marshalling for fs/tty.Ayush Ranjan
2020-09-09Don't use read-only host FD for writable gofer dentries in VFS2.Jamie Liu
2020-09-09Implement walk in gvisor verity fsgVisor bot
2020-09-09Implement StatFS for various VFS2 filesystems.Rahat Mahmood
2020-09-09unix: return ECONNREFUSE if a socket file exists but a socket isn't bound to itAndrei Vagin
2020-09-09Remove spurious fd.IncRef().Nicolas Lacasse
2020-09-09tmpfs: Allow xattrs in the trusted namespace if creds has CAP_SYS_ADMIN.Nicolas Lacasse
2020-09-09Use new reference count utility throughout gvisor.Dean Deng
2020-09-09Return non-zero size for tmpfs statfs(2).Jamie Liu
2020-09-09Expose basic coverage information to userspace through kcov interface.Dean Deng
2020-09-09[go-marshal] Enable auto-marshalling for host tty.Ayush Ranjan
2020-09-09overlay: clonePrivateMount must pass a Dentry reference to MakeVirtualDentry.Nicolas Lacasse
2020-09-09Fix deadlock in gofer direct IO.Dean Deng
2020-09-09Flush in fsimpl/gofer.regularFileFD.OnClose() if there are no dirty pages.Jamie Liu
2020-09-09Update inotify documentation for gofer filesystem.Dean Deng
2020-09-09Implement GetFilesystem for verity fsgVisor bot
2020-09-09Clarify seek behaviour for kernfs.GenericDirectoryFD.Rahat Mahmood
2020-09-09Pass overlay credentials via context in copy up.Nicolas Lacasse
2020-09-09Make mounts ReadWrite first, then later change to ReadOnly.Nicolas Lacasse
2020-09-09Fix parent directory creation in CreateDeviceFile.Nicolas Lacasse
2020-09-09Add reference count checking to the fsimpl/host package.Dean Deng
2020-09-09Consistent precondition formattingMichael Pratt
2020-09-09Remove path walk from localFile.MknodFabricio Voznika
2020-09-09Merge release-20200818.0-143-gaead623d9 (automated)gVisor bot
2020-09-09Merge release-20200818.0-140-gfb281eea7 (automated)gVisor bot
2020-09-09Merge release-20200818.0-139-g26439f9a4 (automated)gVisor bot
2020-09-09Merge release-20200818.0-138-g00479af51 (automated)gVisor bot
2020-09-09Merge release-20200818.0-137-g8d3551da6 (automated)gVisor bot
2020-09-08Implement synthetic mountpoints for kernfs.Jamie Liu
2020-09-08Merge release-20200818.0-135-ga17d083f3 (automated)gVisor bot
2020-09-08Add check for both child and childMerkle ENOENTgVisor bot
2020-09-08Implement ioctl with enable veritygVisor bot
2020-09-08Merge release-20200818.0-133-g682c0edcd (automated)gVisor bot
2020-09-08[vfs] overlayfs: decref VD when not using it.Ayush Ranjan
2020-09-08Merge release-20200818.0-132-gc8f1ce288 (automated)gVisor bot
2020-09-08Honor readonly flag for root mountFabricio Voznika
2020-09-08Merge release-20200818.0-131-g284e6811e (automated)gVisor bot
2020-09-08Merge release-20200818.0-130-ga3b87a0ce (automated)gVisor bot
2020-09-08Merge release-20200818.0-128-g38cdb0579 (automated)gVisor bot
2020-09-08Merge release-20200818.0-127-gd35f07b36 (automated)gVisor bot
2020-09-08Merge release-20200818.0-126-gd84ec6c42 (automated)gVisor bot
2020-09-08[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.Ayush Ranjan
2020-09-04Merge release-20200818.0-124-g2202812e0 (automated)gVisor bot