fusego/fuseops
Vitaliy Filippov 694c1bf9db 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.
2022-02-01 21:14:40 +03:00
..
doc.go Fixed a couple of out of date references. 2015-07-27 15:44:54 +10:00
ops.go Introduce VectoredReadOp 2022-02-01 21:14:40 +03:00
simple_types.go Update documentation for Go style. 2017-01-03 10:47:18 +11:00