Age | Commit message (Expand) | Author |
2020-09-11 | Implement FUSE_READLINK | Boyuan He |
2020-09-11 | Implement FUSE_SYMLINK | Boyuan He |
2020-09-11 | Implement FUSE_MKNOD | Boyuan He |
2020-09-11 | Implement FUSE_RELEASE/RELEASEDIR | Boyuan He |
2020-09-11 | Implement FUSE_OPEN/OPENDIR | Boyuan He |
2020-09-11 | Implement FUSE_LOOKUP | Andrei Vagin |
2020-09-11 | Extend integration test to test sequence of FUSE operation | Craig Chi |
2020-09-11 | Merge release-20200907.0-35-g325f7036b (automated) | gVisor bot |
2020-09-11 | Merge release-20200907.0-34-g490e5c83b (automated) | gVisor bot |
2020-09-11 | Merge release-20200907.0-33-g9a5635eb1 (automated) | gVisor bot |
2020-09-11 | Implement copy-up-coherent mmap for VFS2 overlayfs. | Jamie Liu |
2020-09-11 | Merge release-20200907.0-32-g831ab2dd9 (automated) | gVisor bot |
2020-09-11 | Fix host unix socket to not swallow EOF incorrectly. | Bhasker Hariharan |
2020-09-11 | Merge release-20200907.0-31-g964447c8c (automated) | gVisor bot |
2020-09-10 | Merge release-20200818.0-154-g365545855 (automated) | gVisor bot |
2020-09-10 | Merge release-20200818.0-153-g14e0eb6e0 (automated) | gVisor bot |
2020-09-10 | Merge release-20200818.0-152-g7275f293d (automated) | gVisor bot |
2020-09-10 | Merge release-20200818.0-150-g50c99a86d (automated) | gVisor bot |
2020-09-10 | Merge release-20200818.0-149-g9a003835f (automated) | gVisor bot |
2020-09-10 | arm64:place an SB sequence following an ERET instruction | Bin Lu |
2020-09-10 | Merge release-20200818.0-148-g1ab097b08 (automated) | gVisor bot |
2020-09-10 | Merge release-20200818.0-147-g644ac7b6b (automated) | gVisor bot |
2020-09-09 | Unlock VFS.mountMu before FilesystemImpl calls for /proc/[pid]/{mounts,mounti... | Jamie Liu |
2020-09-10 | Merge release-20200818.0-146-g2c7df1a9a (automated) | gVisor bot |
2020-09-09 | Don't write VFS2 gofer client timestamps back on dentry destruction. | Jamie Liu |
2020-09-10 | Merge release-20200818.0-145-gf94995114 (automated) | gVisor bot |
2020-09-10 | Merge release-20200810.0-200-gc7d09207e (automated) | gVisor bot |
2020-09-09 | Don't sched_setaffinity in ptrace platform. | Jamie Liu |
2020-09-09 | Implement synthetic mountpoints for kernfs. | Jamie Liu |
2020-09-09 | [vfs] overlayfs: Fix socket tests. | Ayush Ranjan |
2020-09-09 | Add check for both child and childMerkle ENOENT | gVisor bot |
2020-09-09 | Implement ioctl with enable verity | gVisor bot |
2020-09-09 | [vfs] overlayfs: decref VD when not using it. | Ayush Ranjan |
2020-09-09 | Honor readonly flag for root mount | Fabricio Voznika |
2020-09-09 | Fix the use after nil check on args.MountNamespaceVFS2 | Tiwei Bie |
2020-09-09 | Improve type safety for transport protocol options | Ghanan Gowripalan |
2020-09-09 | [vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions. | Ayush Ranjan |
2020-09-09 | Simplify FD handling for container start/exec | Fabricio Voznika |
2020-09-09 | Adjust input file offset when sendfile only completes a partial write. | Dean Deng |
2020-09-09 | Fix Accept to not return error for sockets in accept queue. | Bhasker Hariharan |
2020-09-09 | [vfs] Implement xattr for overlayfs. | Ayush Ranjan |
2020-09-09 | [vfs] Fix error handling in overlayfs OpenAt. | Ayush Ranjan |
2020-09-09 | Implement setattr+clunk in 9P | Fabricio Voznika |
2020-09-09 | Refactor tty codebase to use master-replica terminology. | Ayush Ranjan |
2020-09-09 | Fix panic when calling dup2(). | Nayana Bidari |
2020-09-09 | [go-marshal] Enable auto-marshalling for fs/tty. | Ayush Ranjan |
2020-09-09 | Automated rollback of changelist 328350576 | Nayana Bidari |
2020-09-09 | Don't use read-only host FD for writable gofer dentries in VFS2. | Jamie Liu |
2020-09-09 | Implement walk in gvisor verity fs | gVisor bot |
2020-09-09 | Fix kernfs.Dentry reference leak. | Nicolas Lacasse |