summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/vfs2/splice.go
AgeCommit message (Expand)Author
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-09-03Adjust input file offset when sendfile only completes a partial write.Dean Deng
2020-08-28Fix EOF handling for splice.Dean Deng
2020-08-27Fix vfs2 pipe behavior when splicing to a non-pipe.Dean Deng
2020-08-04Handle EOF in vfs2 sendfile.Dean Deng
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-23Port sendfile to vfs2.Nicolas Lacasse
2020-06-01Add inotify events for extended attributes and splice.Dean Deng
2020-05-26Implement splice(2) and tee(2) for VFS2.Jamie Liu