summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/splice.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-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2020-01-28fs/splice: don't report partial errors for special filesAndrei Vagin
2020-01-27Update package locations.Adin Scannell
2020-01-07fs/splice: don't report a partialResult error if there is no data lossAndrei Vagin
2019-09-30splice: try another fallback option only if the previous one isn't supportedAndrei Vagin
2019-09-12Implement splice methods for pipes and sockets.Adin Scannell
2019-06-24fs: synchronize concurrent writes into files with O_APPENDAndrei Vagin
2019-06-13Update canonical repository.Adin Scannell
2019-05-21Add basic plumbing for splice and stub implementation.Adin Scannell