summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/tmpfs/named_pipe.go
AgeCommit message (Expand)Author
2020-11-03Make pipe min/max sizes match linux.Nicolas Lacasse
2020-09-24Add basic stateify annotations.Adin Scannell
2020-08-20Consistent precondition formattingMichael Pratt
2020-06-08Implement VFS2 tmpfs mount options.Jamie Liu
2020-04-16Implement pipe(2) and pipe2(2) for VFS2.Jamie Liu
2020-03-25Set file mode and type to attributeFabricio Voznika
2020-01-27Update package locations.Adin Scannell
2020-01-22Move VFS2 handling of FD readability/writability to vfs.FileDescription.Jamie Liu
2020-01-06Convert memfs into proto-tmpfs.Nicolas Lacasse