Age | Commit message (Expand) | Author |
2021-01-28 | Add O_PATH support in vfs2 | gVisor bot |
2021-01-26 | Move inotify events from syscall to vfs layer. | Dean Deng |
2021-01-22 | Implement F_GETLK fcntl. | Dean Deng |
2021-01-20 | Update splice syscall documentation. | Dean Deng |
2021-01-20 | Move Lock/UnlockPOSIX into LockFD util. | Dean Deng |
2021-01-14 | Simplify the pipe implementation. | Jamie Liu |
2021-01-12 | Fix simple mistakes identified by goreportcard. | Adin Scannell |
2021-01-07 | Implement the semtimedop syscall | Andrei Vagin |
2021-01-05 | Fix panic when parsing SO_TIMESTAMP cmsg | Kevin Krakauer |
2020-12-31 | Add missing error checks for FileDescription.Init. | Dean Deng |
2020-12-23 | vfs1: don't allow to open socket files | Andrei Vagin |
2020-12-17 | [netstack] Implement MSG_ERRQUEUE flag for recvmsg(2). | Ayush Ranjan |
2020-12-15 | Implement command SEM_INFO and SEM_STAT for semctl. | Jing Chen |
2020-12-15 | [syzkaller] Avoid AIOContext from resurrecting after being marked dead. | Ayush Ranjan |
2020-12-11 | Remove existing nogo exceptions. | Adin Scannell |
2020-12-11 | [netstack] Decouple tcpip.ControlMessages from the IP control messges. | Ayush Ranjan |
2020-12-11 | Make semctl IPC_INFO cmd return the index of highest used entry. | Jing Chen |
2020-12-09 | Add support for IP_RECVORIGDSTADDR IP option. | Bhasker Hariharan |
2020-12-03 | Implement command IPC_INFO for semctl. | Jing Chen |
2020-12-03 | Implement `fcntl` options `F_GETSIG` and `F_SETSIG`. | Etienne Perot |
2020-11-16 | Reset watchdog timer between sendfile() iterations. | Jamie Liu |
2020-11-16 | Allow RLIMIT_RSS to be set | Fabricio Voznika |
2020-11-12 | Rename kernel.TaskContext to kernel.TaskImage. | Jamie Liu |
2020-11-06 | Implement command GETNCNT for semctl. | Jing Chen |
2020-11-06 | Fix infinite loop when splicing to pipes/eventfds. | Nicolas Lacasse |
2020-11-03 | Make pipe min/max sizes match linux. | Nicolas Lacasse |
2020-11-02 | Implement command GETZCNT for semctl. | Jing Chen |
2020-10-26 | Implement command IPC_STAT for semctl. | Jing Chen |
2020-10-19 | Fix runsc tests on VFS2 overlay. | Jamie Liu |
2020-10-19 | splice: return EINVAL is len is negative | Andrei Vagin |
2020-10-19 | pgalloc: Do not hold MemoryFile.mu while calling mincore. | Ayush Ranjan |
2020-10-14 | Fix SCM Rights reference leaks. | Dean Deng |
2020-10-13 | [vfs2] Don't take reference in Task.MountNamespaceVFS2 and MountNamespace.Root. | Dean Deng |
2020-10-09 | Reduce the cost of sysinfo(2). | Jamie Liu |
2020-10-09 | syscalls: Don't leak a file on the error path | Andrei Vagin |
2020-10-08 | Implement MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ. | Jamie Liu |
2020-10-06 | Implement membarrier(2) commands other than *_SYNC_CORE. | Jamie Liu |
2020-10-05 | Merge pull request #4368 from zhlhahaha:1979 | gVisor bot |
2020-10-02 | Merge pull request #4035 from lubinszARM:pr_misc_01 | gVisor bot |
2020-09-29 | add related arm64 syscall for vfs2 | Howard Zhang |
2020-09-25 | arm64: some minor changes | Bin Lu |
2020-09-22 | Handle EOF properly in splice/sendfile. | Dean Deng |
2020-09-18 | Use a tmpfs file for shared anonymous and /dev/zero mmap on VFS2. | Jamie Liu |
2020-09-18 | Fix definition of SchedParam. | Rahat Mahmood |
2020-09-15 | Enable automated marshalling for the syscall package. | Rahat Mahmood |
2020-09-15 | Read vfs2 epoll events atomically. | Jamie Liu |
2020-09-14 | Add note about gofer link(2) limitation | Fabricio Voznika |
2020-09-11 | Move the 'marshal' and 'primitive' packages to the 'pkg' directory. | Rahat Mahmood |
2020-09-08 | [vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions. | Ayush Ranjan |
2020-09-03 | Adjust input file offset when sendfile only completes a partial write. | Dean Deng |