fusego/fuseops
Vitaliy Filippov fcabfc89e9 Introduce VectoredReadOp
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.

The change also speeds up normal ReadFileOps as a side effect because
it removes extra memory allocations.
2021-09-01 14:14:15 +03:00
..
doc.go Fixed a couple of out of date references. 2015-07-27 15:44:54 +10:00
ops.go Introduce VectoredReadOp 2021-09-01 14:14:15 +03:00
simple_types.go Update documentation for Go style. 2017-01-03 10:47:18 +11:00