fusego/internal
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
..
buffer Implement vectored read support 2022-03-03 09:25:18 +01:00
freelist remove naked returns across the code base (#75) 2020-01-28 10:10:08 +01:00
fusekernel Add support for max_pages and increase to 256 (#96) 2021-08-02 23:29:12 +02:00