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
/
splice.go
Age
Commit message (
Expand
)
Author
2021-07-01
[syserror] Update several syserror errors to linuxerr equivalents.
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-01-26
Move inotify events from syscall to vfs layer.
Dean Deng
2020-11-16
Reset watchdog timer between sendfile() iterations.
Jamie Liu
2020-11-06
Fix infinite loop when splicing to pipes/eventfds.
Nicolas Lacasse
2020-10-19
splice: return EINVAL is len is negative
Andrei Vagin
2020-09-22
Handle EOF properly in splice/sendfile.
Dean Deng
2020-09-15
Enable automated marshalling for the syscall package.
Rahat Mahmood
2020-09-03
Adjust input file offset when sendfile only completes a partial write.
Dean Deng
2020-08-28
Fix EOF handling for splice.
Dean Deng
2020-08-27
Fix vfs2 pipe behavior when splicing to a non-pipe.
Dean Deng
2020-08-04
Handle EOF in vfs2 sendfile.
Dean Deng
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-07-23
Port sendfile to vfs2.
Nicolas Lacasse
2020-06-01
Add inotify events for extended attributes and splice.
Dean Deng
2020-05-26
Implement splice(2) and tee(2) for VFS2.
Jamie Liu