Age | Commit message (Expand) | Author |
2020-05-06 | Remove vfs.FileDescriptionOptions.InvalidWrite. | Jamie Liu |
2020-05-06 | Fix runsc syscall documentation generation. | Adin Scannell |
2020-05-06 | Add maximum memory limit. | Nicolas Lacasse |
2020-05-05 | Update vfs2 socket TODOs. | Dean Deng |
2020-05-04 | Port eventfd to VFS2. | Nicolas Lacasse |
2020-04-29 | Add read/write timeouts for VFS2 socket files. | Dean Deng |
2020-04-25 | Enable automated marshalling for signals and the arch package. | Rahat Mahmood |
2020-04-24 | Port SCM Rights to VFS2. | Dean Deng |
2020-04-23 | Enable automated marshalling for mempolicy syscalls. | Rahat Mahmood |
2020-04-23 | Enable automated marshalling for epoll events. | Rahat Mahmood |
2020-04-21 | Fix set/getsockopt in vfs2 override. | Dean Deng |
2020-04-21 | Misc VFS2 fixes | Fabricio Voznika |
2020-04-17 | prlimit: don't check credentials on self | Kevin Krakauer |
2020-04-16 | Implement pipe(2) and pipe2(2) for VFS2. | Jamie Liu |
2020-04-16 | Make ExtractErrno a function | Fabricio Voznika |
2020-04-14 | Fix cleanup around socketpair() failure to copy out FDs. | Jamie Liu |
2020-04-14 | Pass O_LARGEFILE in syscalls/linux/vfs2.openat. | Jamie Liu |
2020-04-13 | Don't allow read/write when offset+size overflows. | Nicolas Lacasse |
2020-04-13 | Port socket-related syscalls to VFS2. | Dean Deng |
2020-04-13 | Fix VFS2 getdents()/getdents64() alignment. | Jamie Liu |
2020-04-10 | Add logging message for noNewPrivileges OCI option. | Ian Lewis |
2020-04-10 | Port extended attributes to VFS2. | Dean Deng |
2020-04-09 | Remove TODOs from Async IO | Fabricio Voznika |
2020-04-08 | splice: cap splice calls to MAX_RW_COUNT | Andrei Vagin |
2020-04-06 | Port timerfd to VFS2. | Nicolas Lacasse |
2020-03-31 | Implement automated marshalling for slices of Marshallable types. | Rahat Mahmood |
2020-03-25 | Misc fixes to make stat_test pass (almost) | Fabricio Voznika |
2020-03-23 | Correctly release taskPathOperation for accessAt. | Dean Deng |
2020-03-16 | Enforce file size rlimits in VFS2 | Fabricio Voznika |
2020-03-14 | Plumb VFS2 imported fds into virtual filesystem. | Dean Deng |
2020-03-13 | Implement access/faccessat for VFS2. | Dean Deng |
2020-02-26 | Fix construct of linux.Stat for arm64. | Rahat Mahmood |
2020-02-25 | Fix DATA RACE in fs.MayDelete. | Adin Scannell |
2020-02-25 | Port most syscalls to VFS2. | Jamie Liu |
2020-02-20 | Remove bytes read/written from marshal.Marshallable API. | gVisor bot |
2020-02-14 | Remove linux.EpollEvent.Fd. | gVisor bot |
2020-02-14 | Enable automated marshalling for struct stat. | gVisor bot |
2020-02-14 | Plumb VFS2 inside the Sentry | gVisor bot |
2020-02-10 | Refactor getxattr. | Dean Deng |
2020-02-07 | Support listxattr and removexattr syscalls. | Dean Deng |
2020-02-05 | Disable get/set xattrs until list/remove exist too. | Nicolas Lacasse |
2020-02-04 | timer_create(2) should return 0 on success | Michael Pratt |
2020-01-30 | Enforce splice offset limits | Michael Pratt |
2020-01-28 | Changes missing in last submit | Fabricio Voznika |
2020-01-28 | Add vfs.FileDescription to FD table | Fabricio Voznika |
2020-01-28 | fs/splice: don't report partial errors for special files | Andrei Vagin |
2020-01-28 | Check sigsetsize in rt_sigaction | Michael Pratt |
2020-01-27 | Update package locations. | Adin Scannell |
2020-01-27 | Update bug number for supporting extended attribute namespaces. | Dean Deng |
2020-01-27 | Standardize on tools directory. | Adin Scannell |