summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2020-12-02[netstack] Refactor common utils out of netstack to socket package.Ayush Ranjan
2020-12-02Clean up verity tests.Dean Deng
2020-12-02Add /proc/sys/kernel/sem.Jing Chen
2020-11-30Fix typo in ptrace documentation.Dean Deng
2020-11-26[netstack] Add SOL_TCP options to SocketOptions.Ayush Ranjan
2020-11-25[netstack] Add SOL_IP and SOL_IPV6 options to SocketOptions.Ayush Ranjan
2020-11-24Remove outdated TODO.Dean Deng
2020-11-23Don't evict gofer.dentries with inotify watches before saving.Jamie Liu
2020-11-20Refactor verity test for readabilityChong Cai
2020-11-19Remove racy stringification of socket fds from /proc/net/*.Rahat Mahmood
2020-11-19Add a helpful message in stuck task logs.Dean Deng
2020-11-19Require sync.Mutex to lock and unlock from the same goroutineMichael Pratt
2020-11-18[vfs] kernfs: Do not panic if destroyed dentry is cached.Ayush Ranjan
2020-11-18[netstack] Move SO_KEEPALIVE and SO_ACCEPTCONN option to SocketOptions.Ayush Ranjan
2020-11-18Port filesystem metrics to VFS2.Jamie Liu
2020-11-18[netstack] Move SO_REUSEPORT and SO_REUSEADDR option to SocketOptions.Ayush Ranjan
2020-11-18[netstack] Move SO_NO_CHECK option to SocketOptions.Ayush Ranjan
2020-11-18Merge pull request #4791 from lubinszARM:pr_pt_uppergVisor bot
2020-11-18Add a few syslog messages.Etienne Perot
2020-11-18[netstack] Move SO_PASSCRED option to SocketOptions.Ayush Ranjan
2020-11-17Merge pull request #4840 from lubinszARM:pr_fpsimd_1gVisor bot
2020-11-17fs/fuse: don't dereference fuse.DeviceFD.fs if it is nilAndrei Vagin
2020-11-17tmpfs: make sure that a dentry will not be destroyed before the open() callAndrei Vagin
2020-11-17Add consistent precondition formatting for verityChong Cai
2020-11-17Merge pull request #4836 from lubinszARM:pr_exception_el0_el1gVisor bot
2020-11-17Fix SO_ERROR behavior for TCP in gVisor.Bhasker Hariharan
2020-11-17arm64 kvm: optimize all fpsimd related codeRobin Luk
2020-11-17arm64 kvm: add the processing functions for all el0/el1 exceptionsRobin Luk
2020-11-16Reset watchdog timer between sendfile() iterations.Jamie Liu
2020-11-16Allow RLIMIT_RSS to be setFabricio Voznika
2020-11-16Remove ARP address workaroundGhanan Gowripalan
2020-11-13Log task goroutine IDs in the sentry watchdog.Jamie Liu
2020-11-13Check for misuse of kernel.Task as context.Context.Jamie Liu
2020-11-13Have fuse.DeviceFD hold reference on fuse.filesystem.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-12Fix misuses of kernel.Task as context.Context.Jamie Liu
2020-11-12Add children names into verity hashChong Cai
2020-11-12Rename kernel.TaskContext to kernel.TaskImage.Jamie Liu
2020-11-12Filter dentries with non-zero refs in VFS2 gofer/overlay checks.Jamie Liu
2020-11-12arm64 kvm bug fix: pagetables_test & kvm_test failed due to upper-shared-pt f...Bin Lu
2020-11-11Read fsimpl/tmpfs timestamps atomically.Jamie Liu
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-06[vfs] overlayfs: Do not unlink non-existing whiteout during file creation.Ayush Ranjan