patch-2.4.23 linux-2.4.23/Documentation/filesystems/jfs.txt

Next file: linux-2.4.23/Documentation/firmware_class/README
Previous file: linux-2.4.23/Documentation/crypto/api-intro.txt
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/Documentation/filesystems/jfs.txt linux-2.4.23/Documentation/filesystems/jfs.txt
@@ -23,6 +23,19 @@
 		read-write.  The resize keyword with no value will grow
 		the volume to the full size of the partition.
 
+nointegrity	Do not write to the journal.  The primary use of this option
+		is to allow for higher performance when restoring a volume
+		from backup media.  The integrity of the volume is not
+		guaranteed if the system abnormally abends.
+
+integrity	Default.  Commit metadata changes to the journal.  Use this
+		option to remount a volume where the nointegrity option was
+		previously specified in order to restore normal behavior.
+
+errors=continue		Keep going on a filesystem error.
+errors=remount-ro	Default. Remount the filesystem read-only on an error.
+errors=panic		Panic and halt the machine if an error occurs.
+
 JFS TODO list:
 
 Plans for our near term development items

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)