fusego/fuseops
Vitaliy Filippov c818f6216b Implement vectored read support
Read requests can now take vectored responses from the filesystem
implementation and send them to FUSE device via the writev() system call.

This allows file systems to send data without copying it into the
library-provided buffer if the data is already in memory.
2022-03-03 09:25:18 +01:00
..
doc.go Fixed a couple of out of date references. 2015-07-27 15:44:54 +10:00
ops.go Implement vectored read support 2022-03-03 09:25:18 +01:00
simple_types.go Update documentation for Go style. 2017-01-03 10:47:18 +11:00