Hi Linus, Please pull the following: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-linus This adds a ->writepage() implementation to fuse, improving mmaped writeout and paving the way for buffered writeback. And there's a patch to add a fix minor number for /dev/cuse, similarly to /dev/fuse. Thanks, Miklos --- Maxim Patlasov (5): fuse: fix race in fuse_writepages() fuse: writepages: roll back changes if request not found fuse: writepages: crop secondary requests fuse: writepages: update bdi writeout when deleting secondary request fuse: writepages: protect secondary requests from fuse file release Miklos Szeredi (5): fuse: lock page in mkwrite fuse: don't BUG on no write file fuse: writepages: fix aggregation fuse: writepages: handle same page rewrites fuse: writepage: skip already in flight Pavel Emelyanov (3): fuse: Getting file for writeback helper fuse: Prepare to handle multiple pages in writeback fuse: Implement writepages callback Tom Gundersen (1): cuse: add fix minor number to /dev/cuse --- Documentation/devices.txt | 1 + fs/fuse/cuse.c | 5 +- fs/fuse/file.c | 361 +++++++++++++++++++++++++++++++++++++++++---- fs/fuse/fuse_i.h | 1 + include/linux/miscdevice.h | 1 + 5 files changed, 342 insertions(+), 27 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html