summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-06-23Support inotify in vfs2 gofer fs.Dean Deng
2020-06-23Deflake proc test: Don't fail on DT_UNKNOWN.Ting-Yu Wang
2020-06-23Port readahead to VFS2.Nicolas Lacasse
2020-06-23Internal change.gVisor bot
2020-06-23Merge pull request #2272 from lubinszARM:pr_serr_injectiongVisor bot
2020-06-22Only allow regular files, sockets, pipes, and char devices to be imported.Dean Deng
2020-06-22Fix the way PR build clones gVisor.Ayush Ranjan
2020-06-22Check for invalid trailing / when traversing path in gofer OpenAt.Dean Deng
2020-06-22Extract common nested LinkEndpoint patternBruno Dal Bo
2020-06-22Allow readdir(/proc/[tid]/net) to return EINVAL on a zombie task.Nicolas Lacasse
2020-06-21Fix vfs2 extended attributes.Dean Deng
2020-06-19Enable passing vfs2 tests.Dean Deng
2020-06-19Fix bugs in vfs2 to make symlink tests pass.Dean Deng
2020-06-19Use internal tmpfs in test runner, even when running with overlay.Nicolas Lacasse
2020-06-19Fix vfs2 proc/self/fd dirent iteration.Dean Deng
2020-06-19Port fadvise64 to vfs2.Dean Deng
2020-06-19Implement UDP cheksum verification.gVisor bot
2020-06-19Fix vfs2 handling of preadv2/pwritev2 flags.Dean Deng
2020-06-19Don't adjust parent link count if we replace a child dir with another.Dean Deng
2020-06-19Support all seek options in gofer specialFileFD.Seek.Dean Deng
2020-06-19Fix synthetic file bugs in gofer fs.Dean Deng
2020-06-18Fix vfs2 tmpfs link permission checks.Dean Deng
2020-06-18socket/unix: (*connectionedEndpoint).State() has to take the endpoint lockAndrei Vagin
2020-06-18iptables: skip iptables if no rules are setKevin Krakauer
2020-06-18iptables: remove metadata structKevin Krakauer
2020-06-18Enable more VFS2 syscall testsFabricio Voznika
2020-06-18Acquire lock when accessing MultiDevice's cache in String().Ting-Yu Wang
2020-06-18Ensure ip6tables module installedKevin Krakauer
2020-06-18Remove various uses of 'whitelist'Michael Pratt
2020-06-18Support setsockopt SO_SNDBUF/SO_RCVBUF for raw/udp sockets.Bhasker Hariharan
2020-06-18Cleanup tcp.timer and tcpip.RouteGhanan Gowripalan
2020-06-17Implement Sync() to directoriesFabricio Voznika
2020-06-17Add TempTmpMount testFabricio Voznika
2020-06-17Move mount configutation to RunOptsFabricio Voznika
2020-06-17Increase timeouts for NDP testsGhanan Gowripalan
2020-06-17Add test for stat("/proc/net/snmp").Ian Gudger
2020-06-17Internal change.gVisor bot
2020-06-17Proc test: Allow root mount pathname to be non-root.Nicolas Lacasse
2020-06-17Fix TtlDefault test on linux.Bhasker Hariharan
2020-06-17Remove various uses of 'blacklist'Michael Pratt
2020-06-17Refactor host.canMap.Dean Deng
2020-06-17TCP stat fixesMithun Iyer
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-17Fix typos in test/README.md.Nicolas Lacasse
2020-06-16support sError injection in kvm module on Arm64Bin Lu
2020-06-16Add runsc options to set checksum offloading statusgVisor bot
2020-06-16Correctly handle multiple resizings in pgalloc.findAvailableRange().Jamie Liu
2020-06-16Replace use of %v in tcp testsMithun Iyer
2020-06-16Print spec as json when --debug is enabledFabricio Voznika
2020-06-16Port aio to VFS2.Nicolas Lacasse