Home
last modified time | relevance | path

Searched hist:dd919b9822c5fd9fd72f95a602440130297c3857 (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ext4/
H A Dsuper.cdiff dd919b9822c5fd9fd72f95a602440130297c3857 Sat Jul 12 01:27:31 CEST 2008 Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> 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 <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>