Searched hist:fd2d42912f9f09e5250cb3b024ee0625704e9cb7 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | balloc.c | diff fd2d42912f9f09e5250cb3b024ee0625704e9cb7 Mon Jan 28 22:58:27 CST 2008 Avantika Mathur <mathur@us.ibm.com> ext4: add ext4_group_t, and change all group variables to this type.
In many places variables for block group are of type int, which limits the maximum number of block groups to 2^31. Each block group can have up to 2^15 blocks, with a 4K block size, and the max filesystem size is limited to 2^31 * (2^15 * 2^12) = 2^58 -- or 256 PB
This patch introduces a new type ext4_group_t, of type unsigned long, to represent block group numbers in ext4. All occurrences of block group variables are converted to type ext4_group_t.
Signed-off-by: Avantika Mathur <mathur@us.ibm.com>
|
H A D | resize.c | diff fd2d42912f9f09e5250cb3b024ee0625704e9cb7 Mon Jan 28 22:58:27 CST 2008 Avantika Mathur <mathur@us.ibm.com> ext4: add ext4_group_t, and change all group variables to this type.
In many places variables for block group are of type int, which limits the maximum number of block groups to 2^31. Each block group can have up to 2^15 blocks, with a 4K block size, and the max filesystem size is limited to 2^31 * (2^15 * 2^12) = 2^58 -- or 256 PB
This patch introduces a new type ext4_group_t, of type unsigned long, to represent block group numbers in ext4. All occurrences of block group variables are converted to type ext4_group_t.
Signed-off-by: Avantika Mathur <mathur@us.ibm.com>
|
H A D | ialloc.c | diff fd2d42912f9f09e5250cb3b024ee0625704e9cb7 Mon Jan 28 22:58:27 CST 2008 Avantika Mathur <mathur@us.ibm.com> ext4: add ext4_group_t, and change all group variables to this type.
In many places variables for block group are of type int, which limits the maximum number of block groups to 2^31. Each block group can have up to 2^15 blocks, with a 4K block size, and the max filesystem size is limited to 2^31 * (2^15 * 2^12) = 2^58 -- or 256 PB
This patch introduces a new type ext4_group_t, of type unsigned long, to represent block group numbers in ext4. All occurrences of block group variables are converted to type ext4_group_t.
Signed-off-by: Avantika Mathur <mathur@us.ibm.com>
|
H A D | inode.c | diff fd2d42912f9f09e5250cb3b024ee0625704e9cb7 Mon Jan 28 22:58:27 CST 2008 Avantika Mathur <mathur@us.ibm.com> ext4: add ext4_group_t, and change all group variables to this type.
In many places variables for block group are of type int, which limits the maximum number of block groups to 2^31. Each block group can have up to 2^15 blocks, with a 4K block size, and the max filesystem size is limited to 2^31 * (2^15 * 2^12) = 2^58 -- or 256 PB
This patch introduces a new type ext4_group_t, of type unsigned long, to represent block group numbers in ext4. All occurrences of block group variables are converted to type ext4_group_t.
Signed-off-by: Avantika Mathur <mathur@us.ibm.com>
|
H A D | super.c | diff fd2d42912f9f09e5250cb3b024ee0625704e9cb7 Mon Jan 28 22:58:27 CST 2008 Avantika Mathur <mathur@us.ibm.com> ext4: add ext4_group_t, and change all group variables to this type.
In many places variables for block group are of type int, which limits the maximum number of block groups to 2^31. Each block group can have up to 2^15 blocks, with a 4K block size, and the max filesystem size is limited to 2^31 * (2^15 * 2^12) = 2^58 -- or 256 PB
This patch introduces a new type ext4_group_t, of type unsigned long, to represent block group numbers in ext4. All occurrences of block group variables are converted to type ext4_group_t.
Signed-off-by: Avantika Mathur <mathur@us.ibm.com>
|