linux/fs/ext4
Dan Ehrenberg d7a1fee135 ext4: make the preallocation size be a multiple of stripe size
Previously, if a stripe width was provided, then it would be used
as the preallocation granularity, with no santiy checking and no
way to override this. Now, mb_prealloc_size defaults to the smallest
multiple of stripe size that is greater than or equal to the old
default mb_prealloc_size, and this can be overridden with the sysfs
interface.

Signed-off-by: Dan Ehrenberg <dehrenberg@google.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2011-07-17 21:11:30 -04:00
..
acl.c
acl.h
balloc.c
bitmap.c
block_validity.c
dir.c
ext4.h ext4: Speed up FITRIM by recording flags in ext4_group_info 2011-07-11 00:03:38 -04:00
ext4_extents.h
ext4_jbd2.c
ext4_jbd2.h
extents.c ext4: avoid unneeded ext4_ext_next_leaf_block() while inserting extents 2011-07-11 18:24:01 -04:00
file.c
fsync.c
hash.c
ialloc.c
indirect.c
inode.c
ioctl.c
Kconfig
Makefile
mballoc.c ext4: make the preallocation size be a multiple of stripe size 2011-07-17 21:11:30 -04:00
mballoc.h
migrate.c
mmp.c
move_extent.c
namei.c ext4: fix compilation with -DDX_DEBUG 2011-07-16 19:41:23 -04:00
page-io.c ext4: remove loop around bio_alloc() 2011-06-29 21:44:45 -04:00
resize.c
super.c ext4: add tracepoint for ext4_journal_start 2011-07-10 22:37:50 -04:00
symlink.c
truncate.h
xattr.c
xattr.h
xattr_security.c
xattr_trusted.c
xattr_user.c