diff options
author | Sunil Mushran <[email protected]> | 2009-11-02 13:38:10 -0800 |
---|---|---|
committer | Joel Becker <[email protected]> | 2009-11-13 15:45:01 -0800 |
commit | 7ab8f5244d6a8695688a91c8a3f6d3f40356ff97 (patch) | |
tree | cdfe242ccccce95d4c75ed32282c6aeaab120b26 | |
parent | 837711f862bb71ac263837a0f0714dd8cc4ef7ea (diff) |
ocfs2: Refresh documentation
Signed-off-by: Sunil Mushran <[email protected]>
Signed-off-by: Joel Becker <[email protected]>
-rw-r--r-- | Documentation/filesystems/ocfs2.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/filesystems/ocfs2.txt b/Documentation/filesystems/ocfs2.txt index c2a0871280a0..c58b9f5ba002 100644 --- a/Documentation/filesystems/ocfs2.txt +++ b/Documentation/filesystems/ocfs2.txt @@ -20,15 +20,16 @@ Lots of code taken from ext3 and other projects. Authors in alphabetical order: Joel Becker <[email protected]> Zach Brown <[email protected]> -Mark Fasheh <[email protected]> +Mark Fasheh <[email protected]> Kurt Hackel <[email protected]> +Tao Ma <[email protected]> Sunil Mushran <[email protected]> Manish Singh <[email protected]> +Tiger Yang <[email protected]> Caveats ======= Features which OCFS2 does not support yet: - - quotas - Directory change notification (F_NOTIFY) - Distributed Caching (F_SETLEASE/F_GETLEASE/break_lease) @@ -70,7 +71,6 @@ commit=nrsec (*) Ocfs2 can be told to sync all its data and metadata performance. localalloc=8(*) Allows custom localalloc size in MB. If the value is too large, the fs will silently revert it to the default. - Localalloc is not enabled for local mounts. localflocks This disables cluster aware flock. inode64 Indicates that Ocfs2 is allowed to create inodes at any location in the filesystem, including those which |