summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/sys_splice.go
AgeCommit message (Expand)Author
2021-01-14Simplify the pipe implementation.Jamie Liu
2020-11-06Fix infinite loop when splicing to pipes/eventfds.Nicolas Lacasse
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-08-18Move ERESTART* error definitions to syserror package.Dean Deng
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-06-01Add inotify events for extended attributes and splice.Dean Deng
2020-05-15Remove debug log left behind by mistake.Bhasker Hariharan
2020-04-13Don't allow read/write when offset+size overflows.Nicolas Lacasse
2020-04-08splice: cap splice calls to MAX_RW_COUNTAndrei Vagin
2020-01-30Enforce splice offset limitsMichael Pratt
2020-01-28fs/splice: don't report partial errors for special filesAndrei Vagin
2019-10-03Don't report partialResult errors from sendfileAndrei Vagin
2019-09-30splice: compare inode numbers only if both ends are pipesAndrei Vagin
2019-09-12Implement splice methods for pipes and sockets.Adin Scannell
2019-08-27Fix sendfile(2) error codeFabricio Voznika
2019-08-06Require pread/pwrite for splice file offsetsMichael Pratt
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-06-19Deflake SendFileTest_Shutdown.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-05-21Add basic plumbing for splice and stub implementation.Adin Scannell
2018-08-14Automated rollback of changelist 208284483Nicolas Lacasse
2018-08-10Implemented the splice(2) syscall.Justine Olshan