summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/vfs2/read_write.go
AgeCommit message (Expand)Author
2021-01-26Move inotify events from syscall to vfs layer.Dean Deng
2020-08-18Move ERESTART* error definitions to syserror package.Dean Deng
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-06-23Port readahead to VFS2.Nicolas Lacasse
2020-05-29Implement IN_EXCL_UNLINK inotify option in vfs2.Dean Deng
2020-05-29Port inotify to vfs2, with support in tmpfs.Dean Deng
2020-04-29Add read/write timeouts for VFS2 socket files.Dean Deng
2020-04-16Implement pipe(2) and pipe2(2) for VFS2.Jamie Liu
2020-04-13Don't allow read/write when offset+size overflows.Nicolas Lacasse
2020-02-25Port most syscalls to VFS2.Jamie Liu