summaryrefslogtreecommitdiffhomepage
path: root/pkg
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-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-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-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 logging to internal gvisor when checking for kcov.Dean Deng
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-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-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-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-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-05Return failure when `runsc events` queries a stopped containerFabricio Voznika
2020-11-05Use stack.Route exclusively for writing packetsGhanan Gowripalan
2020-11-04Unlock tcp endpoint mutex before blocking forever.Dean Deng
2020-11-04Include file size in Merkle hashChong Cai
2020-11-03Fix more nogo testsTing-Yu Wang
2020-11-03[vfs2] Do not drop inotify waiters across S/R.Dean Deng
2020-11-03Make pipe min/max sizes match linux.Nicolas Lacasse
2020-11-03Merge pull request #3617 from laijs:upperhalfgVisor bot
2020-11-03Release mutex before blocking during TCP handshake route resolution.Dean Deng
2020-11-03arm64 kvm: inject sError to trigger sigbuslubinszARM
2020-11-02Implement command GETZCNT for semctl.Jing Chen
2020-11-02[vfs2] Refactor kernfs checkCreateLocked.Dean Deng
2020-11-02Send NUD probes in a separate gorountineSam Balana
2020-11-02Skip log.Sprintfs when leak check logging is not enabled.Dean Deng
2020-11-02Pass hashing algorithms in verity fs optsChong Cai