summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2020-09-11Merge release-20200907.0-35-g325f7036b (automated)gVisor bot
2020-09-11Merge release-20200907.0-34-g490e5c83b (automated)gVisor bot
2020-09-11Merge release-20200907.0-33-g9a5635eb1 (automated)gVisor bot
2020-09-11Implement copy-up-coherent mmap for VFS2 overlayfs.Jamie Liu
2020-09-11Merge release-20200907.0-32-g831ab2dd9 (automated)gVisor bot
2020-09-11Fix host unix socket to not swallow EOF incorrectly.Bhasker Hariharan
2020-09-11Merge release-20200907.0-31-g964447c8c (automated)gVisor bot
2020-09-10Merge release-20200818.0-154-g365545855 (automated)gVisor bot
2020-09-10Merge release-20200818.0-153-g14e0eb6e0 (automated)gVisor bot
2020-09-10Merge release-20200818.0-152-g7275f293d (automated)gVisor bot
2020-09-10Merge release-20200818.0-150-g50c99a86d (automated)gVisor bot
2020-09-10Merge release-20200818.0-149-g9a003835f (automated)gVisor bot
2020-09-10arm64:place an SB sequence following an ERET instructionBin Lu
2020-09-10Merge release-20200818.0-148-g1ab097b08 (automated)gVisor bot
2020-09-10Merge release-20200818.0-147-g644ac7b6b (automated)gVisor bot
2020-09-09Unlock VFS.mountMu before FilesystemImpl calls for /proc/[pid]/{mounts,mounti...Jamie Liu
2020-09-10Merge release-20200818.0-146-g2c7df1a9a (automated)gVisor bot
2020-09-09Don't write VFS2 gofer client timestamps back on dentry destruction.Jamie Liu
2020-09-10Merge release-20200818.0-145-gf94995114 (automated)gVisor bot
2020-09-10Merge release-20200810.0-200-gc7d09207e (automated)gVisor bot
2020-09-09Don't sched_setaffinity in ptrace platform.Jamie Liu
2020-09-09Implement synthetic mountpoints for kernfs.Jamie Liu
2020-09-09[vfs] overlayfs: Fix socket tests.Ayush Ranjan
2020-09-09Add check for both child and childMerkle ENOENTgVisor bot
2020-09-09Implement ioctl with enable veritygVisor bot
2020-09-09[vfs] overlayfs: decref VD when not using it.Ayush Ranjan
2020-09-09Honor readonly flag for root mountFabricio Voznika
2020-09-09Increase resolution timeout for TestCacheResolutionSam Balana
2020-09-09Fix the use after nil check on args.MountNamespaceVFS2Tiwei Bie
2020-09-09Fix data race in tcp.GetSockOpt.Bhasker Hariharan
2020-09-09Improve type safety for transport protocol optionsGhanan Gowripalan
2020-09-09[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.Ayush Ranjan
2020-09-09Simplify FD handling for container start/execFabricio Voznika
2020-09-09Adjust input file offset when sendfile only completes a partial write.Dean Deng
2020-09-09Use fine-grained mutex for stack.cleanupEndpoints.Bhasker Hariharan
2020-09-09Use atomic.Value for Stack.tcpProbeFunc.Jamie Liu
2020-09-09Add support to run packetimpact tests against FuchsiaZeling Feng
2020-09-09Fix 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-09Update Go version constraint on sync/spin_unsafe.go.Jamie Liu
2020-09-09Improve sync.SeqCount performance.Jamie Liu
2020-09-09Implement setattr+clunk in 9PFabricio Voznika
2020-09-09Fix handling of unacceptable ACKs during close.Mithun Iyer
2020-09-09Refactor tty codebase to use master-replica terminology.Ayush Ranjan
2020-09-09Fix panic when calling dup2().Nayana Bidari
2020-09-09[go-marshal] Enable auto-marshalling for fs/tty.Ayush Ranjan
2020-09-09Automated rollback of changelist 328350576Nayana Bidari
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