fusego/fuseutil
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
..
dirent.go remove naked returns across the code base (#75) 2020-01-28 10:10:08 +01:00
doc.go Fixed copyright notices. 2015-03-04 08:27:42 +11:00
file_system.go Introduce VectoredReadOp 2021-09-01 14:14:15 +03:00
not_implemented_file_system.go Introduce VectoredReadOp 2021-09-01 14:14:15 +03:00