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