From: Miklos Szeredi Date: Mon, 12 Jul 2010 12:41:40 +0000 (+0200) Subject: fuse: add store request X-Git-Tag: v2.6.36-rc1~499^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d75f258230b75d46aecdf28b2e732413028863;p=pandora-kernel.git 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: Miklos Szeredi --- Reading git-diff-tree failed