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