summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-11-13Automated rollback of changelist 341640485Dean Deng
2020-11-13Minor fdchannel fixes.Jamie Liu
2020-11-13fs/tmpfs: change regularFile.size atomicallyAndrei Vagin
2020-11-13fs/tmpfs: use atomic operations to access inode.modeAndrei Vagin
2020-11-12Deflake tcp_socket test.Mithun Iyer
2020-11-12Refactor SOL_SOCKET optionsNayana Bidari
2020-11-12Allow goid.Get() to be used outside of race builds.Jamie Liu
2020-11-12Improve shim debug loggingFabricio Voznika
2020-11-12Change AllocationSize to SizeWithPadding as requestedJulian Elischer
2020-11-12Fix misuses of kernel.Task as context.Context.Jamie Liu
2020-11-12Add children names into verity hashChong Cai
2020-11-12Pad with a loop rather than a copy from an allocation.Julian Elischer
2020-11-12Remove TESTONLY tag from vfs2 flagFabricio Voznika
2020-11-12Rename kernel.TaskContext to kernel.TaskImage.Jamie Liu
2020-11-12Move packet handling to NetworkEndpointGhanan Gowripalan
2020-11-12Filter dentries with non-zero refs in VFS2 gofer/overlay checks.Jamie Liu
2020-11-12[infra] Do not use debug flags for testing.Ayush Ranjan
2020-11-12Refactor merkletree testsChong Cai
2020-11-11Read fsimpl/tmpfs timestamps atomically.Jamie Liu
2020-11-11Add documentation for reference counting.Dean Deng
2020-11-11Teach netstack how to add options to IPv4 packetsJulian Elischer
2020-11-10Add debug logs to startup benchmark.Zach Koopmans
2020-11-10Internal changeJamie Liu
2020-11-10Show run-benchmark output.Adin Scannell
2020-11-10Add all base and fs tests to Continuous Tests.Zach Koopmans
2020-11-10Add logging to internal gvisor when checking for kcov.Dean Deng
2020-11-09Additions to ICMP and IPv4 parsersJulian Elischer
2020-11-09Evaluate T as a shell variable, not a Make variable.Adin Scannell
2020-11-09Skip `EventHUp` notify in `FIN_WAIT2` on a socket close.Mithun Iyer
2020-11-09net: connect to the ipv4 localhost returns ENETUNREACH if the address isn't setAndrei Vagin
2020-11-09parameterize regexp in netdevs.ParseDevicesZeling Feng
2020-11-09Print a debug message if /sys/kernel/debug/kcov is availableAndrei Vagin
2020-11-09Merge pull request #4683 from lemin9538:lemin_fpsmid_fixgVisor bot
2020-11-09iptables: add documentation about enabing docker ipv6Kevin Krakauer
2020-11-09Initialize references with a value of 1.Dean Deng
2020-11-06Allow VFS2 gofer.dentries to have separate read and write FDs.Jamie Liu
2020-11-06Merge pull request #4719 from zhlhahaha:2005gVisor bot
2020-11-06Change size of startup benchmark and lower number of startups.Zach Koopmans
2020-11-06[vfs] Return EEXIST when file already exists and rp.MustBeDir() is true.Ayush Ranjan
2020-11-06Implement command GETNCNT for semctl.Jing Chen
2020-11-06Trim link headers from buffer clone when sniffingGhanan Gowripalan
2020-11-06Add pull image statment to benchmarks rule.Zach Koopmans
2020-11-06Return early in walkSACK if segment has no SACK blocks.Bhasker Hariharan
2020-11-06[vfs] overlayfs: Do not unlink non-existing whiteout during file creation.Ayush Ranjan
2020-11-06Avoid extra DecRef on kernfs root for "kept" dentries.Dean Deng
2020-11-06Fix infinite loop when splicing to pipes/eventfds.Nicolas Lacasse
2020-11-06Do not send to the zero portGhanan Gowripalan
2020-11-06Cap iovec array length in //pkg/sentry/hostfd.Jamie Liu
2020-11-05Cache addressEndpoint.addr.Subnet() to avoid allocations.Bhasker Hariharan
2020-11-05Re-add start/stop container testsFabricio Voznika