summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl
AgeCommit message (Expand)Author
2020-06-27Support sticky bit in vfs2.Dean Deng
2020-06-26Support inotify IN_ONESHOT.Dean Deng
2020-06-25Moved FUSE device under the fuse directoryRidwan Sharif
2020-06-24Fix procfs bugs in vfs2.Dean Deng
2020-06-24Port /dev/net/tun device to VFS2.Nicolas Lacasse
2020-06-23Resolve remaining inotify TODOs.Dean Deng
2020-06-23Clean up hostfs TODOs.Dean Deng
2020-06-23Complete inotify IN_EXCL_UNLINK implementation in VFS2.Dean Deng
2020-06-23Support inotify in vfs2 gofer fs.Dean Deng
2020-06-22Only allow regular files, sockets, pipes, and char devices to be imported.Dean Deng
2020-06-22Check for invalid trailing / when traversing path in gofer OpenAt.Dean Deng
2020-06-21Fix vfs2 extended attributes.Dean Deng
2020-06-19Fix bugs in vfs2 to make symlink tests pass.Dean Deng
2020-06-19Fix vfs2 proc/self/fd dirent iteration.Dean Deng
2020-06-19Fix vfs2 handling of preadv2/pwritev2 flags.Dean Deng
2020-06-19Don't adjust parent link count if we replace a child dir with another.Dean Deng
2020-06-19Support all seek options in gofer specialFileFD.Seek.Dean Deng
2020-06-19Fix synthetic file bugs in gofer fs.Dean Deng
2020-06-18Fix vfs2 tmpfs link permission checks.Dean Deng
2020-06-18Remove various uses of 'whitelist'Michael Pratt
2020-06-17Implement Sync() to directoriesFabricio Voznika
2020-06-17Remove various uses of 'blacklist'Michael Pratt
2020-06-17Refactor host.canMap.Dean Deng
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-16Miscellaneous VFS2 fixes.Jamie Liu
2020-06-11Add //pkg/sentry/fsimpl/overlay.Jamie Liu
2020-06-11Don't copy structs with sync.Mutex during initializationFabricio Voznika
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-06-08Implement VFS2 tmpfs mount options.Jamie Liu
2020-06-05Implement mount(2) and umount2(2) for VFS2.Rahat Mahmood
2020-06-01Fix VFS2 gofer open(O_CREAT) reference leak.Jamie Liu
2020-06-01Handle gofer blocking opens of host named pipes in VFS2.Jamie Liu
2020-05-29Implement IN_EXCL_UNLINK inotify option in vfs2.Dean Deng
2020-05-29Fix the smallest of typos.Dean Deng
2020-05-29Port inotify to vfs2, with support in tmpfs.Dean Deng
2020-05-27Correctly update link and ref counts in rmdir.Dean Deng
2020-05-26Support dfltuid and dfltgid mount options in the VFS2 gofer client.Jamie Liu
2020-05-26Implement splice(2) and tee(2) for VFS2.Jamie Liu
2020-05-20Move fsimpl/host file offset from inode to fileDescription.Dean Deng
2020-05-19Implement mmap for host fs in vfs2.Dean Deng
2020-05-18Remove IfChange/ThenChange lint from VFS2Fabricio Voznika
2020-05-14Make utimes_test pass on VFS2.Jamie Liu
2020-05-14Port memfd_create to vfs2 and finish implementation of file seals.Nicolas Lacasse
2020-05-13Resolve remaining TODOs for tmpfs.Nicolas Lacasse
2020-05-13Enable overlayfs_stale_read by default for runsc.Jamie Liu
2020-05-11Internal change.Jamie Liu
2020-05-11Add fsimpl/gofer.InternalFilesystemOptions.OpenSocketsByConnecting.Jamie Liu
2020-05-08Pass flags to fsimpl/host.inode.open().Jamie Liu
2020-05-07Allocate device numbers for VFS2 filesystems.Jamie Liu
2020-05-07Move pkg/sentry/vfs/{eventfd,timerfd} to new packages in pkg/sentry/fsimpl.Nicolas Lacasse