Age | Commit message (Expand) | Author |
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 |
2020-07-23 | Added stub FUSE filesystem | Ridwan Sharif |
2020-07-23 | Marshallable socket opitons. | Ayush Ranjan |
2020-07-23 | Port sendfile to vfs2. | Nicolas Lacasse |
2020-07-07 | Fix mknod and inotify syscall test | Ayush Ranjan |
2020-07-01 | Port vfs1 implementation of sync_file_range to vfs2. | Dean Deng |
2020-07-01 | Port fallocate to VFS2. | Zach Koopmans |
2020-07-01 | Complete async signal delivery support in vfs2. | Dean Deng |
2020-06-27 | Port GETOWN, SETOWN fcntls to vfs2. | Dean Deng |
2020-06-26 | Support inotify IN_ONESHOT. | Dean Deng |
2020-06-23 | Support inotify in vfs2 gofer fs. | Dean Deng |
2020-06-23 | Port readahead to VFS2. | Nicolas Lacasse |
2020-06-19 | Fix bugs in vfs2 to make symlink tests pass. | Dean Deng |
2020-06-19 | Port fadvise64 to vfs2. | Dean Deng |
2020-06-17 | Implement POSIX locks | Fabricio Voznika |
2020-06-16 | Port aio to VFS2. | Nicolas Lacasse |
2020-06-16 | Miscellaneous VFS2 fixes. | Jamie Liu |
2020-06-12 | vfs2: implement fcntl(fd, F_SETFL, flags) | Andrei Vagin |
2020-06-12 | vfs-arm64-1:add vfs2-syscall support to Arm64 | Bin Lu |
2020-06-10 | Redirect TODOs to more specific issues | Fabricio Voznika |
2020-06-09 | Implement flock(2) in VFS2 | Fabricio Voznika |
2020-06-05 | Implement mount(2) and umount2(2) for VFS2. | Rahat Mahmood |
2020-06-01 | Add inotify events for extended attributes and splice. | Dean Deng |
2020-05-29 | Implement IN_EXCL_UNLINK inotify option in vfs2. | Dean Deng |
2020-05-29 | Port inotify to vfs2, with support in tmpfs. | Dean Deng |
2020-05-26 | Implement splice(2) and tee(2) for VFS2. | Jamie Liu |
2020-05-14 | Make utimes_test pass on VFS2. | Jamie Liu |
2020-05-14 | Port memfd_create to vfs2 and finish implementation of file seals. | Nicolas Lacasse |
2020-05-07 | Move pkg/sentry/vfs/{eventfd,timerfd} to new packages in pkg/sentry/fsimpl. | Nicolas Lacasse |
2020-05-07 | Port signalfd to vfs2. | Nicolas Lacasse |
2020-05-06 | Remove vfs.FileDescriptionOptions.InvalidWrite. | Jamie Liu |
2020-05-06 | Fix runsc syscall documentation generation. | Adin Scannell |
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-24 | Port SCM Rights to VFS2. | Dean Deng |
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-16 | Implement pipe(2) and pipe2(2) for VFS2. | Jamie Liu |
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 |