linux/fs/fuse
Miklos Szeredi 3ec870d524 [PATCH] fuse: make maximum write data configurable
Make the maximum size of write data configurable by the filesystem.  The
previous fixed 4096 limit only worked on architectures where the page size is
less or equal to this.  This change make writing work on other architectures
too, and also lets the filesystem receive bigger write requests in direct_io
mode.

Normal writes which go through the page cache are still limited to a page
sized chunk per request.

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-06 08:33:56 -08:00
..
dev.c [PATCH] fuse: make maximum write data configurable 2006-01-06 08:33:56 -08:00
dir.c [PATCH] fuse: clean up request size limit checking 2006-01-06 08:33:56 -08:00
file.c [PATCH] fuse: fail file operations on bad inode 2006-01-06 08:33:55 -08:00
fuse_i.h [PATCH] fuse: make maximum write data configurable 2006-01-06 08:33:56 -08:00
inode.c [PATCH] fuse: make maximum write data configurable 2006-01-06 08:33:56 -08:00
Makefile [PATCH] FUSE - file operations 2005-09-09 14:03:45 -07:00