summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/vfs2/read_write.go
AgeCommit message (Expand)Author
2021-08-13[syserror] Remove pkg syserror.Zach Koopmans
2021-06-30[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.Zach Koopmans
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
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