aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorLukas Czerner <lczerner@redhat.com>2011-10-08 14:34:47 -0400
committerTheodore Ts'o <tytso@mit.edu>2011-10-08 14:34:47 -0400
commit4113c4caa4f355b8ff8b7ff0510c29c9d00d30b3 (patch)
treeb978be1044d72ab78739edd441385253f6c932ac /Documentation/filesystems
parentaf909a57fde821627282204ba43f27331342bf26 (diff)
ext4: remove deprecated oldalloc
For a long time now orlov is the default block allocator in the ext4. It performs better than the old one and no one seems to claim otherwise so we can safely drop it and make oldalloc and orlov mount option deprecated. This is a part of the effort to reduce number of ext4 options hence the test matrix. Signed-off-by: Lukas Czerner <lczerner@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/ext4.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
index a53040193967..4917cf24a5e0 100644
--- a/Documentation/filesystems/ext4.txt
+++ b/Documentation/filesystems/ext4.txt
@@ -203,14 +203,6 @@ inode_readahead_blks=n This tuning parameter controls the maximum
203 table readahead algorithm will pre-read into 203 table readahead algorithm will pre-read into
204 the buffer cache. The default value is 32 blocks. 204 the buffer cache. The default value is 32 blocks.
205 205
206orlov (*) This enables the new Orlov block allocator. It is
207 enabled by default.
208
209oldalloc This disables the Orlov block allocator and enables
210 the old block allocator. Orlov should have better
211 performance - we'd like to get some feedback if it's
212 the contrary for you.
213
214nouser_xattr Disables Extended User Attributes. If you have extended 206nouser_xattr Disables Extended User Attributes. If you have extended
215 attribute support enabled in the kernel configuration 207 attribute support enabled in the kernel configuration
216 (CONFIG_EXT4_FS_XATTR), extended attribute support 208 (CONFIG_EXT4_FS_XATTR), extended attribute support