Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.9-rc4 /Documentation/filesystems/ext3.txt

Filename:/Documentation/filesystems/ext3.txt
Lines Added:58
Lines Deleted:14
Also changed in: (Previous) 2.6.9-rc3  2.6.9-rc2  2.6.9-rc1-bk19  2.6.9-rc1-bk18  2.6.9-rc1-bk17  2.6.9-rc1-bk16 
(Following) 2.6.9-final  2.6.9  2.6.15-rc5-git3  2.6.15-rc5-git4  2.6.15-rc5-git5  2.6.15-rc5-git6 

Location
[  2.6.9-rc4
  [  Documentation
    [  filesystems
       o  ext3.txt

Patch

diff -Nru a/Documentation/filesystems/ext3.txt b/Documentation/filesystems/ext3.txt
--- a/Documentation/filesystems/ext3.txt   2004-10-10 19:59:55 -07:00
+++ b/Documentation/filesystems/ext3.txt   2004-10-10 19:59:55 -07:00
@@ -22,6 +22,63 @@
          the inode which will represent the ext3 file
          system's journal file.
 
+noload         Don't load the journal on mounting.
+
+data=journal      All data are committed into the journal prior
+         to being written into the main file system.
+
+data=ordered   (*)   All data are forced directly out to the main file
+         system prior to its metadata being committed to
+         the journal.
+
+data=writeback      Data ordering is not preserved, data may be
+         written into the main file system after its
+         metadata has been committed to the journal.
+
+commit=nrsec   (*)   Ext3 can be told to sync all its data and metadata
+         every 'nrsec' seconds. The default value is 5 seconds.
+         This means that if you lose your power, you will lose,
+         as much, the latest 5 seconds of work (your filesystem
+         will not be damaged though, thanks to journaling). This
+         default value (or any low value) will hurt performance,
+         but it's good for data-safety. Setting it to 0 will
+         have the same effect than leaving the default 5 sec.
+         Setting it to very large values will improve
+         performance.
+
+barrier=1      This enables/disables barriers. barrier=0 disables it,
+         barrier=1 enables it.
+
+orlov      (*)   This enables the new Orlov block allocator. It's enabled
+         by default.
+
+oldalloc      This disables the Orlov block allocator and enables the
+         old block allocator. Orlov should have better performance,
+         we'd like to get some feedback if it's the contrary for
+         you.
+
+user_xattr   (*)   Enables POSIX Extended Attributes. It's enabled by
+         default, however you need to confifure its support
+         (CONFIG_EXT3_FS_XATTR). This is neccesary if you want
+         to use POSIX Acces Control Lists support. You can visit
+         http://acl.bestbits.at to know more about POSIX Extended
+         attributes.
+
+nouser_xattr      Disables POSIX Extended Attributes.
+
+acl      (*)   Enables POSIX Access Control Lists support. This is
+         enabled by default, however you need to configure
+         its support (CONFIG_EXT3_FS_POSIX_ACL). If you want
+         to know more about ACLs visit http://acl.bestbits.at
+
+noacl         This option disables POSIX Access Control List support.
+
+reservation
+
+noreservation
+
+resize=
+
 bsddf       (*)   Make 'df' act like BSD.
 minixdf         Make 'df' act like Minix.
 
@@ -30,8 +87,6 @@
 
 debug         Extra debugging information is sent to syslog.
 
-noload         Don't load the journal on mounting.
-
 errors=remount-ro(*)   Remount the filesystem read-only on an error.
 errors=continue      Keep going on a filesystem error.
 errors=panic      Panic and halt the machine if an error occurs.
@@ -48,17 +103,6 @@
 
 sb=n         Use alternate superblock at this location.
 
-data=journal      All data are committed into the journal prior 
-         to being written into the main file system.
-      
-data=ordered   (*)   All data are forced directly out to the main file 
-         system prior to its metadata being committed to 
-         the journal.
-      
-data=writeback     Data ordering is not preserved, data may be 
-         written into the main file system after its
-         metadata has been committed to the journal.
-
 quota         Quota options are currently silently ignored.
 noquota         (see fs/ext3/super.c, line 594)
 grpquota
@@ -114,7 +158,7 @@
 -------------
 
 Ext2 partitions can be easily convert to ext3, with `tune2fs -j <dev>`.
- Ext3 is fully compatible with Ext2.  Ext3 partitions can easily be
+Ext3 is fully compatible with Ext2.  Ext3 partitions can easily be
 mounted as Ext2.
 
 External Tools


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.