Age | Commit message (Expand) | Author |
2020-07-13 | Clean up inotify comments. | Dean Deng |
2020-07-08 | Add shared mount hints to VFS2 | Fabricio Voznika |
2020-07-01 | Port fallocate to VFS2. | Zach Koopmans |
2020-06-30 | Allow O_DIRECT on vfs2 tmpfs files. | Dean Deng |
2020-06-27 | Port GETOWN, SETOWN fcntls to vfs2. | Dean Deng |
2020-06-27 | Support sticky bit in vfs2. | Dean Deng |
2020-06-27 | Add documentation for vfs2 inotify. | Dean Deng |
2020-06-26 | Support inotify IN_ONESHOT. | Dean Deng |
2020-06-24 | Fix procfs bugs in vfs2. | Dean Deng |
2020-06-23 | Resolve remaining inotify TODOs. | Dean Deng |
2020-06-23 | Complete inotify IN_EXCL_UNLINK implementation in VFS2. | Dean Deng |
2020-06-23 | Support inotify in vfs2 gofer fs. | Dean Deng |
2020-06-18 | Fix vfs2 tmpfs link permission checks. | Dean Deng |
2020-06-18 | Remove various uses of 'whitelist' | Michael Pratt |
2020-06-17 | Implement POSIX locks | Fabricio Voznika |
2020-06-11 | Add //pkg/sentry/fsimpl/overlay. | Jamie Liu |
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-03 | Take Mount reference in VFS.connectLocked. | Jamie Liu |
2020-05-29 | Update Go version build tags | Michael Pratt |
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-28 | Split VFS.MountAt into VFS.MountDisconnected and VFS.ConnectMountAt. | Jamie Liu |
2020-05-26 | Implement splice(2) and tee(2) for VFS2. | Jamie Liu |
2020-05-07 | Allocate device numbers for VFS2 filesystems. | Jamie Liu |
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-07 | Remove outdated TODO for VFS2 AccessAt. | Dean Deng |
2020-05-06 | Remove vfs.FileDescriptionOptions.InvalidWrite. | Jamie Liu |
2020-05-04 | Port eventfd to VFS2. | Nicolas Lacasse |
2020-05-04 | Add TTY support on VFS2 to runsc | Fabricio Voznika |
2020-04-28 | Fix Unix socket permissions. | Dean Deng |
2020-04-28 | Support pipes and sockets in VFS2 gofer fs. | Dean Deng |
2020-04-24 | Fixes for procfs | Fabricio Voznika |
2020-04-23 | Add vfs.MkdirOptions.ForSyntheticMountpoint. | Jamie Liu |
2020-04-21 | Misc VFS2 fixes | Fabricio Voznika |
2020-04-21 | Remove filesystem structure from vfs.Dentry. | Jamie Liu |
2020-04-16 | Implement pipe(2) and pipe2(2) for VFS2. | Jamie Liu |
2020-04-14 | Pass O_LARGEFILE in syscalls/linux/vfs2.openat. | Jamie Liu |
2020-04-10 | Port extended attributes to VFS2. | Dean Deng |
2020-04-08 | Clean up TODOs | Fabricio Voznika |
2020-04-06 | Port timerfd to VFS2. | Nicolas Lacasse |
2020-04-04 | Record VFS2 sockets in global socket map. | Dean Deng |
2020-04-03 | Add FileDescriptionImpl for Unix sockets. | Dean Deng |
2020-04-02 | Fix typo in TODO comments. | Dean Deng |
2020-04-02 | Add equivalents to FMODE_PREAD/PWRITE to VFS2. | Jamie Liu |
2020-03-31 | Fix /proc/self/mounts and /proc/self/mountinfo in VFS2. | Nicolas Lacasse |
2020-03-27 | Add vfs.PathnameReachable(). | Jamie Liu |
2020-03-27 | Add FilesystemType.Name method, and FilesystemType field to Filesystem struct. | Nicolas Lacasse |
2020-03-26 | Add BoundEndpointAt filesystem operation. | Dean Deng |