summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/file.go
AgeCommit message (Expand)Author
2020-01-28fs/splice: don't report partial errors for special filesAndrei Vagin
2020-01-27Update package locations.Adin Scannell
2020-01-09New sync package.Ian Gudger
2020-01-07fs/splice: don't report a partialResult error if there is no data lossAndrei Vagin
2019-09-12Implement splice methods for pipes and sockets.Adin Scannell
2019-06-28Add finalizer on AtomicRefCount to check for leaks.Ian Gudger
2019-06-24fs: synchronize concurrent writes into files with O_APPENDAndrei Vagin
2019-06-18gvisor/fs: don't update file.offset for sockets, pipes, etcAndrei Vagin
2019-06-13Update canonical repository.Adin Scannell
2019-06-03gvisor/fs: return a proper error from FileWriter.Write in case of a short-writeAndrei Vagin
2019-05-23gvisor: interrupt the sendfile system call if a task has been interruptedAndrei Vagin
2019-05-21Add basic plumbing for splice and stub implementation.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-11Use open fids when fstat()ing gofer files.Jamie Liu
2019-04-10Fix uses of RootFromContext.Nicolas Lacasse
2019-02-21Internal change.Googler
2019-02-13Internal change.Googler
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-03Add S/R support for FIOASYNCIan Gudger
2018-08-07sentry: make epoll.pollEntry wait for the file operation in restore.Zhaozhong Ni
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-06-21Implement ioctl(FIOASYNC)Ian Gudger
2018-05-03Fix misspellings.Cyrille Hemidy
2018-04-28Check in gVisor.Googler