From: Aneesh Kumar K.V Date: Fri, 11 Jul 2008 23:27:31 +0000 (-0400) Subject: ext4: Enable delalloc by default. X-Git-Tag: v2.6.27-rc1~1087^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd919b9822c5fd9fd72f95a602440130297c3857;p=pandora-kernel.git ext4: Enable delalloc by default. Enable delalloc by default to ensure it gets sufficient testing and because it makes the filesystem much more efficient. Add a nodealalloc option to disable delayed allocation, and update ext4_show_options to show delayed allocation off if it is disabled. If the data=journal mount option is used, disable delayed allocation since the delalloc code doesn't support data=journal yet. Signed-off-by: Aneesh Kumar K.V Signed-off-by: "Theodore Ts'o" Signed-off-by: Mingming Cao --- Reading git-diff-tree failed