Searched hist:ce421581794f6593830b056969ad7536ab929b2f (Results 1 – 1 of 1) sorted by relevance
/linux/fs/ext4/ |
H A D | super.c | diff ce421581794f6593830b056969ad7536ab929b2f Wed Oct 17 00:38:25 CEST 2007 Jose R. Santos <jrs@us.ibm.com> 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>
|