Age | Commit message (Expand) | Author |
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 |
2020-09-01 | Fix panic when calling dup2(). | Nayana Bidari |
2020-08-28 | Fix EOF handling for splice. | Dean Deng |
2020-08-27 | Fix vfs2 pipe behavior when splicing to a non-pipe. | Dean Deng |
2020-08-24 | Update inotify documentation for gofer filesystem. | Dean Deng |
2020-08-21 | Make mounts ReadWrite first, then later change to ReadOnly. | Nicolas Lacasse |
2020-08-18 | Move ERESTART* error definitions to syserror package. | Dean Deng |
2020-08-17 | Stop masking the IO error in handleIOError. | Nicolas Lacasse |
2020-08-12 | Release fd references on aio callback cancellation. | Dean Deng |
2020-08-05 | Release extra memfd reference. | Dean Deng |
2020-08-04 | Handle EOF in vfs2 sendfile. | Dean Deng |
2020-08-03 | Remove old TODO. | Dean Deng |
2020-08-03 | Plumbing context.Context to DecRef() and Release(). | Nayana Bidari |
2020-08-03 | Add inotify events for fallocate and tests for fallocate/sendfile. | Dean Deng |
2020-07-31 | Clean up vfs2 fallocate. | Dean Deng |
2020-07-30 | Fix SETOWN_EX return value. | Dean Deng |
2020-07-27 | Merge pull request #2958 from lubinszARM:pr_vfs2_1 | gVisor bot |
2020-07-23 | Add permission checks to vfs2 truncate. | Dean Deng |