Pull video into test branch
[linux-drm-fsl-dcu.git] / Documentation / filesystems / ocfs2.txt
index f2595caf052e155c2a809bf4a9ae98b94e06802e..8ccf0c1b58ed0df9430d1d67b6f62f4c64564218 100644 (file)
@@ -30,11 +30,12 @@ Caveats
 Features which OCFS2 does not support yet:
        - sparse files
        - extended attributes
-       - shared writeable mmap
+       - shared writable mmap
        - loopback is supported, but data written will not
          be cluster coherent.
        - quotas
        - cluster aware flock
+       - cluster aware lockf
        - Directory change notification (F_NOTIFY)
        - Distributed Caching (F_SETLEASE/F_GETLEASE/break_lease)
        - POSIX ACLs
@@ -53,3 +54,6 @@ errors=panic          Panic and halt the machine if an error occurs.
 intr           (*)     Allow signals to interrupt cluster operations.
 nointr                 Do not allow signals to interrupt cluster
                        operations.
+atime_quantum=60(*)    OCFS2 will not update atime unless this number
+                       of seconds has passed since the last update.
+                       Set to zero to always update atime.