summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/fuse.txt
diff options
context:
space:
mode:
authorMiklos Szeredi2006-12-07 05:35:48 +0100
committerLinus Torvalds2006-12-07 17:39:31 +0100
commitd809161402e9f99aefe8848c4e701597ac367269 (patch)
tree6763df315027d9db13ce4df1b6f1f66fdf2cd598 /Documentation/filesystems/fuse.txt
parent[PATCH] fuse: add support for block device based filesystems (diff)
downloadkernel-qcow2-linux-d809161402e9f99aefe8848c4e701597ac367269.tar.gz
kernel-qcow2-linux-d809161402e9f99aefe8848c4e701597ac367269.tar.xz
kernel-qcow2-linux-d809161402e9f99aefe8848c4e701597ac367269.zip
[PATCH] fuse: add blksize option
Add 'blksize' option for block device based filesystems. During initialization this is used to set the block size on the device and the super block. The default block size is 512bytes. Signed-off-by: Miklos Szeredi <miklos@szeredi.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/filesystems/fuse.txt')
-rw-r--r--Documentation/filesystems/fuse.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/filesystems/fuse.txt b/Documentation/filesystems/fuse.txt
index fd17dce15a96..345392c4caeb 100644
--- a/Documentation/filesystems/fuse.txt
+++ b/Documentation/filesystems/fuse.txt
@@ -110,6 +110,11 @@ Mount options
The default is infinite. Note that the size of read requests is
limited anyway to 32 pages (which is 128kbyte on i386).
+'blksize=N'
+
+ Set the block size for the filesystem. The default is 512. This
+ option is only valid for 'fuseblk' type mounts.
+
Control filesystem
~~~~~~~~~~~~~~~~~~