index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
sentry
/
syscalls
/
linux
/
vfs2
/
read_write.go
Age
Commit 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 EINVAL
Zach Koopmans
2021-06-22
[syserror] Add conversions to linuxerr with temporary Equals method.
Zach Koopmans
2021-03-24
Add POLLRDNORM/POLLWRNORM support.
Bhasker Hariharan
2021-01-26
Move inotify events from syscall to vfs layer.
Dean Deng
2020-08-18
Move ERESTART* error definitions to syserror package.
Dean Deng
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-06-23
Port readahead to VFS2.
Nicolas Lacasse
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-04-29
Add read/write timeouts for VFS2 socket files.
Dean Deng
2020-04-16
Implement pipe(2) and pipe2(2) for VFS2.
Jamie Liu
2020-04-13
Don't allow read/write when offset+size overflows.
Nicolas Lacasse
2020-02-25
Port most syscalls to VFS2.
Jamie Liu