Searched hist:"28623 c2f5b0dca3c3ea34fd6108940661352e276" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | resize.c | diff 28623c2f5b0dca3c3ea34fd6108940661352e276 Wed Sep 05 00:31:50 CDT 2012 Theodore Ts'o <tytso@mit.edu> ext4: grow the s_group_info array as needed
Previously we allocated the s_group_info array with enough space for any future possible growth of the file system via online resize. This is unfortunate because it wastes memory, and it doesn't work for the meta_bg scheme, since there is no limit based on the number of reserved gdt blocks. So add the code to grow the s_group_info array as needed.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
|
H A D | mballoc.c | diff 28623c2f5b0dca3c3ea34fd6108940661352e276 Wed Sep 05 00:31:50 CDT 2012 Theodore Ts'o <tytso@mit.edu> ext4: grow the s_group_info array as needed
Previously we allocated the s_group_info array with enough space for any future possible growth of the file system via online resize. This is unfortunate because it wastes memory, and it doesn't work for the meta_bg scheme, since there is no limit based on the number of reserved gdt blocks. So add the code to grow the s_group_info array as needed.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
|
H A D | ext4.h | diff 28623c2f5b0dca3c3ea34fd6108940661352e276 Wed Sep 05 00:31:50 CDT 2012 Theodore Ts'o <tytso@mit.edu> ext4: grow the s_group_info array as needed
Previously we allocated the s_group_info array with enough space for any future possible growth of the file system via online resize. This is unfortunate because it wastes memory, and it doesn't work for the meta_bg scheme, since there is no limit based on the number of reserved gdt blocks. So add the code to grow the s_group_info array as needed.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
|