make oldconfig will rebuild these...
[linux-2.4.21-pre4.git] / 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 Steve Best         sbest@us.ibm.com
8 Dave Kleikamp      shaggy@austin.ibm.com  
9 Barry Arndt        barndt@us.ibm.com
10 Christoph Hellwig  hch@infradead.org
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 compiled into the kernel as
16                 CONFIG_NLS_DEFAULT.  Use iocharset=utf8 for UTF8
17                 translations.  This requires CONFIG_NLS_UTF8 to be set
18                 in the kernel .config file.
19
20 resize=value    Resize the volume to <value> blocks.  JFS only supports
21                 growing a volume, not shrinking it.  This option is only
22                 valid during a remount, when the volume is mounted
23                 read-write.  The resize keyword with no value will grow
24                 the volume to the full size of the partition.
25
26 JFS TODO list:
27
28 Plans for our near term development items
29
30    - enhance support for logfile on dedicated partition
31    - get access control list functionality operational
32    - get extended attributes functionality operational
33
34 Longer term work items
35
36    - implement defrag utility, for online defragmenting
37    - add quota support
38    - add support for block sizes (512,1024,2048)
39
40 Please send bugs, comments, cards and letters to linuxjfs@us.ibm.com.
41
42 The JFS mailing list can be subscribed to by using the link labeled
43 "Mail list Subscribe" at our web page http://oss.software.ibm.com/jfs/.