summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-06-01Enable VFS2 to runsc syscall testsFabricio Voznika
2020-06-01More runsc changes for VFS2Fabricio Voznika
2020-06-01Add inotify events for extended attributes and splice.Dean Deng
2020-06-01Fix VFS2 gofer open(O_CREAT) reference leak.Jamie Liu
2020-06-01Handle gofer blocking opens of host named pipes in VFS2.Jamie Liu
2020-06-01Deflake pty_test_linux.Nicolas Lacasse
2020-06-01Include runtime goroutines in panicsMichael Pratt
2020-06-01Fix inotify test.Dean Deng
2020-06-01Skip proc/pid/fd socket test for VFS1 only.Dean Deng
2020-06-01Merge pull request #2689 from lubinszARM:pr_prot_nonegVisor bot
2020-06-01Make gofer mount readonly when overlay is enabledFabricio Voznika
2020-06-01Internal change.gVisor bot
2020-06-01Move to make for tag release workflow.Adin Scannell
2020-06-01Enable TCP Receive buffer moderation in gonet and benchmark.Bhasker Hariharan
2020-05-29Test TCP should queue RECEIVE request in SYN-SENTZeling Feng
2020-05-29Refactor the ResolveExecutablePath logic.Nicolas Lacasse
2020-05-29Update Go version build tagsMichael Pratt
2020-05-29Fix copied comment mistakes.Kevin Krakauer
2020-05-29Merge pull request #2807 from kevinGC:iptables-sourcegVisor bot
2020-05-29Fix issue with make copy targets.Adin Scannell
2020-05-29Update WritePacket* API to take ownership of packets to be written.Ting-Yu Wang
2020-05-29Merge pull request #2767 from mikaelmello:add-cwd-option-specgVisor bot
2020-05-29Move TCP to CLOSED from SYN-RCVD on RST.Mithun Iyer
2020-05-29Implement IN_EXCL_UNLINK inotify option in vfs2.Dean Deng
2020-05-29Internal change.gVisor bot
2020-05-29Fix the smallest of typos.Dean Deng
2020-05-29Fix the APT repository structure.Adin Scannell
2020-05-29Merge pull request #2817 from gaurav1086:runner_fix_goroutine_leakgVisor bot
2020-05-29runner: fix goroutine leakGaurav Singh
2020-05-29Port inotify to vfs2, with support in tmpfs.Dean Deng
2020-05-28Split VFS.MountAt into VFS.MountDisconnected and VFS.ConnectMountAt.Jamie Liu
2020-05-28Enable iptables source filtering (-s/--source)Kevin Krakauer
2020-05-28Move Cleanup to its own packageFabricio Voznika
2020-05-28Add pcap logging to pcaketimpact.Ian Gudger
2020-05-28Merge pull request #2771 from amscanne:fix_buildgVisor bot
2020-05-28Automated rollback of changelist 309082540Fabricio Voznika
2020-05-28Merge pull request #2792 from avagin:g3doc/fuse/refsgVisor bot
2020-05-28minor changes in exec_binary test case for Arm64Bin Lu
2020-05-28optimization in git clone using --depthPratik Raj
2020-05-27Correctly update link and ref counts in rmdir.Dean Deng
2020-05-27Remove linkEP from DeliverNetworkPacketSam Balana
2020-05-27Ensure sitemap is generated.Adin Scannell
2020-05-27Fix push for Go branch.Adin Scannell
2020-05-27Fix tiny typo.Kevin Krakauer
2020-05-27g3doc/fuse: add more referencesAndrei Vagin
2020-05-27Merge pull request #2748 from amscanne:go_branchgVisor bot
2020-05-26Support dfltuid and dfltgid mount options in the VFS2 gofer client.Jamie Liu
2020-05-26Implement splice(2) and tee(2) for VFS2.Jamie Liu
2020-05-26Merge pull request #2751 from mrahatm:fusegVisor bot
2020-05-26Merge pull request #2764 from jabedude:gov-fixgVisor bot