gvisor/pkg/sentry/kernel/pipe
Fabricio Voznika b2907595e5 Complete pipe support on overlayfs
Get/Set pipe size and ioctl support were missing from
overlayfs. It required moving the pipe.Sizer interface
to fs so that overlay could get access.

Fixes #318

PiperOrigin-RevId: 255511125
2019-06-27 17:22:53 -07:00
..
BUILD Update canonical repository. 2019-06-13 16:50:15 -07:00
buffer.go Update canonical repository. 2019-06-13 16:50:15 -07:00
buffer_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
device.go Update canonical repository. 2019-06-13 16:50:15 -07:00
node.go Update canonical repository. 2019-06-13 16:50:15 -07:00
node_test.go Plumb context through more layers of filesytem. 2019-06-13 18:40:38 -07:00
pipe.go Complete pipe support on overlayfs 2019-06-27 17:22:53 -07:00
pipe_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
reader.go Update canonical repository. 2019-06-13 16:50:15 -07:00
reader_writer.go Complete pipe support on overlayfs 2019-06-27 17:22:53 -07:00
writer.go Update canonical repository. 2019-06-13 16:50:15 -07:00