Age | Commit message (Expand) | Author |
2020-09-16 | Extend integration test to test sequence of FUSE operation | Craig Chi |
2020-09-16 | Rename marshal.Task to marshal.CopyContext. | Rahat Mahmood |
2020-09-15 | Enable automated marshalling for the syscall package. | Rahat Mahmood |
2020-09-15 | Implement gvisor verity fs ioctl with GETFLAGS | Chong Cai |
2020-09-15 | Support setting STATX_SIZE for kernfs.InodeAttrs. | Dean Deng |
2020-09-15 | Merge pull request #3895 from btw616:fix/issue-3894 | gVisor bot |
2020-09-15 | Fix proc.(*fdDir).IterDirents for VFS2 | Tiwei Bie |
2020-09-14 | Correct FDSize in /proc/[pid]/status. | Jamie Liu |
2020-09-11 | Move the 'marshal' and 'primitive' packages to the 'pkg' directory. | Rahat Mahmood |
2020-09-11 | Implement copy-up-coherent mmap for VFS2 overlayfs. | Jamie Liu |
2020-09-11 | Fix host unix socket to not swallow EOF incorrectly. | Bhasker Hariharan |
2020-09-09 | Don't write VFS2 gofer client timestamps back on dentry destruction. | Jamie Liu |
2020-09-08 | Implement synthetic mountpoints for kernfs. | Jamie Liu |
2020-09-08 | Add check for both child and childMerkle ENOENT | gVisor bot |
2020-09-08 | Implement ioctl with enable verity | gVisor bot |
2020-09-08 | [vfs] overlayfs: decref VD when not using it. | Ayush Ranjan |
2020-09-08 | Honor readonly flag for root mount | Fabricio 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-01 | Implement setattr+clunk in 9P | Fabricio Voznika |
2020-09-01 | Refactor tty codebase to use master-replica terminology. | Ayush Ranjan |
2020-09-01 | [go-marshal] Enable auto-marshalling for fs/tty. | Ayush Ranjan |
2020-08-31 | Don't use read-only host FD for writable gofer dentries in VFS2. | Jamie Liu |
2020-08-31 | Implement walk in gvisor verity fs | gVisor bot |
2020-08-28 | Implement StatFS for various VFS2 filesystems. | Rahat Mahmood |
2020-08-27 | unix: return ECONNREFUSE if a socket file exists but a socket isn't bound to it | Andrei Vagin |
2020-08-26 | Remove spurious fd.IncRef(). | Nicolas Lacasse |
2020-08-26 | tmpfs: Allow xattrs in the trusted namespace if creds has CAP_SYS_ADMIN. | Nicolas Lacasse |
2020-08-25 | Use new reference count utility throughout gvisor. | Dean Deng |
2020-08-25 | Return non-zero size for tmpfs statfs(2). | Jamie Liu |
2020-08-25 | Expose 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-25 | overlay: clonePrivateMount must pass a Dentry reference to MakeVirtualDentry. | Nicolas Lacasse |
2020-08-25 | Fix deadlock in gofer direct IO. | Dean Deng |
2020-08-24 | Flush in fsimpl/gofer.regularFileFD.OnClose() if there are no dirty pages. | Jamie Liu |
2020-08-24 | Update inotify documentation for gofer filesystem. | Dean Deng |
2020-08-22 | Implement GetFilesystem for verity fs | gVisor bot |
2020-08-21 | Clarify seek behaviour for kernfs.GenericDirectoryFD. | Rahat Mahmood |
2020-08-21 | Pass overlay credentials via context in copy up. | Nicolas Lacasse |
2020-08-21 | Make mounts ReadWrite first, then later change to ReadOnly. | Nicolas Lacasse |
2020-08-21 | Fix parent directory creation in CreateDeviceFile. | Nicolas Lacasse |
2020-08-20 | Add reference count checking to the fsimpl/host package. | Dean Deng |
2020-08-20 | Consistent precondition formatting | Michael Pratt |
2020-08-19 | Remove path walk from localFile.Mknod | Fabricio Voznika |
2020-08-18 | [vfs] Allow offsets for special files other than regular files. | Ayush Ranjan |
2020-08-18 | Get rid of kernfs.Inode.Destroy. | Dean Deng |
2020-08-18 | Move ERESTART* error definitions to syserror package. | Dean Deng |
2020-08-18 | Don't set atime if mount is readonly | Fabricio Voznika |
2020-08-18 | Avoid holding locks when opening files in VFS2. | Jamie Liu |