summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2020-06-03Pass PacketBuffer as pointer.Ting-Yu Wang
2020-06-03Fix data race on f.offset.Nicolas Lacasse
2020-06-03Add metric for startup watchdog timeoutMichael Pratt
2020-06-03Take Mount reference in VFS.connectLocked.Jamie Liu
2020-06-03Avoid TCP segment split when out of sender window.Mithun Iyer
2020-06-02Check that two sockets with different types can't be connected to each otherAndrei Vagin
2020-06-02Merge pull request #2855 from ridwanmsharif:ridwanmsharif/fuse-doc-editgVisor bot
2020-06-02Fix typosMichael Pratt
2020-06-02Add some detail to milestone #1Ridwan Sharif
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-01Merge pull request #2689 from lubinszARM:pr_prot_nonegVisor bot
2020-06-01Enable TCP Receive buffer moderation in gonet and benchmark.Bhasker Hariharan
2020-05-29Refactor the ResolveExecutablePath logic.Nicolas Lacasse
2020-05-29Update Go version build tagsMichael Pratt
2020-05-29Merge pull request #2807 from kevinGC:iptables-sourcegVisor bot
2020-05-29Update WritePacket* API to take ownership of packets to be written.Ting-Yu Wang
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-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-28Merge pull request #2792 from avagin:g3doc/fuse/refsgVisor bot
2020-05-27Correctly update link and ref counts in rmdir.Dean Deng
2020-05-27Remove linkEP from DeliverNetworkPacketSam Balana
2020-05-27Fix tiny typo.Kevin Krakauer
2020-05-27g3doc/fuse: add more referencesAndrei Vagin
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-26Automated rollback of changelist 311424257gVisor bot
2020-05-26Write initial design doc for FUSE.Rahat Mahmood
2020-05-21Fix TestTmpFileFabricio Voznika
2020-05-20Implement gap tracking in the segment set.Reapor-Yurnero
2020-05-20Remove implicit dependencies for leaf packages.Rahat Mahmood
2020-05-20Test that we have PAWS mechanismZeling Feng
2020-05-20Internal change.gVisor bot
2020-05-20Move fsimpl/host file offset from inode to fileDescription.Dean Deng
2020-05-20Merge pull request #2688 from lubinszARM:pr_goidgVisor bot
2020-05-19Implement mmap for host fs in vfs2.Dean Deng
2020-05-19Fix flaky udp tests by polling before reading.Dean Deng
2020-05-19Merge pull request #2687 from lubinszARM:pr_tls_1gVisor bot
2020-05-18Remove IfChange/ThenChange lint from VFS2Fabricio Voznika
2020-05-15Minor formatting updates for gvisor.dev.Adin Scannell
2020-05-15Remove debug log left behind by mistake.Bhasker Hariharan
2020-05-14Make utimes_test pass on VFS2.Jamie Liu