Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2011-05-27 | Check if splice/vmsplice are supported | Miklos Szeredi | -0/+11 | |
2010-11-10 | fuse_buf_copy: check if buffers are the same | Miklos Szeredi | -1/+13 | |
When copying fuse buffers, check if the source and destination are the same and omit the copy as appropriate. Also check if the source and destination memory regions overlap and use memmove in that case. | ||||
2010-11-08 | Fix fuse_buf_copy() if already at the end of the buffers | Miklos Szeredi | -4/+14 | |
2010-07-12 | libfuse: add buffer interface | Miklos Szeredi | -0/+284 | |
Add a generic buffer interface for use with I/O. Buffer vectors are supplied and each buffer in the vector may be a memory pointer or a file descriptor. The fuse_reply_fd() interface is converted to using buffers. |