# BRCM_VERSION=3
[bcm963xx.git] / kernel / linux / Documentation / filesystems / jfs.txt
1 IBM's Journaled File System (JFS) for Linux
2
3 JFS Homepage:  http://oss.software.ibm.com/jfs/
4
5 Team members
6 ------------
7 Dave Kleikamp      shaggy@austin.ibm.com  
8 Dave Blaschke      blaschke@us.ibm.com
9 Steve Best         sbest@us.ibm.com
10 Barry Arndt        barndt@us.ibm.com
11
12 The following mount options are supported:
13
14 iocharset=name  Character set to use for converting from Unicode to
15                 ASCII.  The default is to do no conversion.  Use
16                 iocharset=utf8 for UTF8 translations.  This requires
17                 CONFIG_NLS_UTF8 to be set in the kernel .config file.
18
19 resize=value    Resize the volume to <value> blocks.  JFS only supports
20                 growing a volume, not shrinking it.  This option is only
21                 valid during a remount, when the volume is mounted
22                 read-write.  The resize keyword with no value will grow
23                 the volume to the full size of the partition.
24
25 nointegrity     Do not write to the journal.  The primary use of this option
26                 is to allow for higher performance when restoring a volume
27                 from backup media.  The integrity of the volume is not
28                 guaranteed if the system abnormally abends.
29
30 integrity       Default.  Commit metadata changes to the journal.  Use this
31                 option to remount a volume where the nointegrity option was
32                 previously specified in order to restore normal behavior.
33
34 errors=continue         Keep going on a filesystem error.
35 errors=remount-ro       Default. Remount the filesystem read-only on an error.
36 errors=panic            Panic and halt the machine if an error occurs.
37
38 Please send bugs, comments, cards and letters to shaggy@austin.ibm.com.
39
40 The JFS mailing list can be subscribed to by using the link labeled
41 "Mail list Subscribe" at our web page http://oss.software.ibm.com/jfs/.