git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7252342
)
fuse: Implement writepages callback
author
Pavel Emelyanov
<xemul@openvz.org>
Sat, 29 Jun 2013 17:45:29 +0000
(21:45 +0400)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Tue, 1 Oct 2013 14:44:52 +0000
(16:44 +0200)
The .writepages one is required to make each writeback request carry more than
one page on it. The patch enables optimized behaviour unconditionally,
i.e. mmap-ed writes will benefit from the patch even if fc->writeback_cache=0.
[SzM: simplify, add comments]
Signed-off-by: Maxim Patlasov <MPatlasov@parallels.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
fs/fuse/file.c
patch
|
blob
|
history
diff --cc
fs/fuse/file.c
Simple merge