Age | Commit message (Expand) | Author |
2020-07-01 | Update preadv2/pwritev2 flag handling in vfs2. | Dean Deng |
2020-07-01 | [vfs2][gofer] Fix mmap syscall test. | Ayush Ranjan |
2020-07-01 | [vfs2][gofer] Update file size to 0 on O_TRUNC | Ayush Ranjan |
2020-07-01 | Remove maxSendBufferSize from vfs2. | Dean Deng |
2020-07-01 | Port vfs1 implementation of sync_file_range to vfs2. | Dean Deng |
2020-07-01 | Port fallocate to VFS2. | Zach Koopmans |
2020-06-30 | Fix index calculation for /proc/[pid]/cmdline. | Dean Deng |
2020-06-30 | Allow O_DIRECT on vfs2 tmpfs files. | Dean Deng |
2020-06-30 | Add missing newline in /sys/devices/systen/cpu/onine | Bhasker Hariharan |
2020-06-27 | Support sticky bit in vfs2. | Dean Deng |
2020-06-26 | Support inotify IN_ONESHOT. | Dean Deng |
2020-06-25 | Moved FUSE device under the fuse directory | Ridwan Sharif |
2020-06-24 | Fix procfs bugs in vfs2. | Dean Deng |
2020-06-24 | Port /dev/net/tun device to VFS2. | Nicolas Lacasse |
2020-06-23 | Resolve remaining inotify TODOs. | Dean Deng |
2020-06-23 | Clean up hostfs 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-22 | Only allow regular files, sockets, pipes, and char devices to be imported. | Dean Deng |
2020-06-22 | Check for invalid trailing / when traversing path in gofer OpenAt. | Dean Deng |
2020-06-21 | Fix vfs2 extended attributes. | Dean Deng |
2020-06-19 | Fix bugs in vfs2 to make symlink tests pass. | Dean Deng |
2020-06-19 | Fix vfs2 proc/self/fd dirent iteration. | Dean Deng |
2020-06-19 | Fix vfs2 handling of preadv2/pwritev2 flags. | Dean Deng |
2020-06-19 | Don't adjust parent link count if we replace a child dir with another. | Dean Deng |
2020-06-19 | Support all seek options in gofer specialFileFD.Seek. | Dean Deng |
2020-06-19 | Fix synthetic file bugs in 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 Sync() to directories | Fabricio Voznika |
2020-06-17 | Remove various uses of 'blacklist' | Michael Pratt |
2020-06-17 | Refactor host.canMap. | Dean Deng |
2020-06-17 | Implement POSIX locks | Fabricio Voznika |
2020-06-16 | Miscellaneous VFS2 fixes. | Jamie Liu |
2020-06-11 | Add //pkg/sentry/fsimpl/overlay. | Jamie Liu |
2020-06-11 | Don't copy structs with sync.Mutex during initialization | Fabricio Voznika |
2020-06-09 | Implement flock(2) in VFS2 | Fabricio Voznika |
2020-06-08 | Implement VFS2 tmpfs mount options. | Jamie Liu |
2020-06-05 | Implement mount(2) and umount2(2) for VFS2. | Rahat Mahmood |
2020-06-01 | Fix VFS2 gofer open(O_CREAT) reference leak. | Jamie Liu |
2020-06-01 | Handle gofer blocking opens of host named pipes in VFS2. | Jamie Liu |
2020-05-29 | Implement IN_EXCL_UNLINK inotify option in vfs2. | Dean Deng |
2020-05-29 | Fix the smallest of typos. | Dean Deng |
2020-05-29 | Port inotify to vfs2, with support in tmpfs. | Dean Deng |
2020-05-27 | Correctly update link and ref counts in rmdir. | Dean Deng |
2020-05-26 | Support dfltuid and dfltgid mount options in the VFS2 gofer client. | Jamie Liu |
2020-05-26 | Implement splice(2) and tee(2) for VFS2. | Jamie Liu |
2020-05-20 | Move fsimpl/host file offset from inode to fileDescription. | Dean Deng |
2020-05-19 | Implement mmap for host fs in vfs2. | Dean Deng |
2020-05-18 | Remove IfChange/ThenChange lint from VFS2 | Fabricio Voznika |