]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: FLEX_BG Kernel support v2.
authorJose R. Santos <jrs@us.ibm.com>
Tue, 16 Oct 2007 22:38:25 +0000 (18:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 17 Oct 2007 22:50:01 +0000 (18:50 -0400)
commitfd7a9bfd039b7c7966bda62d9153d8bf66c8c368
treef1b225ae41dbd64f9e6e931ee5454842c6b272ba
parentf33dfe29331eabcf47bcdc277887c64a3685d716
ext4: FLEX_BG Kernel support v2.

This feature relaxes check restrictions on where each block groups meta
data is located within the storage media.  This allows for the allocation
of bitmaps or inode tables outside the block group boundaries in cases
where bad blocks forces us to look for new blocks which the owning block
group can not satisfy.  This will also allow for new meta-data allocation
schemes to improve performance and scalability.

Signed-off-by: Jose R. Santos <jrs@us.ibm.com>
Cc: <linux-ext4@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/ext4/super.c
include/linux/ext4_fs.h