Skip to content
Commit a1d75f25 authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

fuse: add store request



Userspace filesystem can request data to be stored in the inode's
mapping.  This request is synchronous and has no reply.  If the write
to the fuse device returns an error then the store request was not
fully completed (but may have updated some pages).

If the stored data overflows the current file size, then the size is
extended, similarly to a write(2) on the filesystem.

Pages which have been completely stored are marked uptodate.

Signed-off-by: default avatarMiklos Szeredi <mszeredi@suse.cz>
parent 7909b1c6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment