Avantika Mathur
fd2d42912f
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 >
2008-01-28 23:58:27 -05:00
..
2008-01-27 18:14:49 +01:00
2008-01-23 21:26:15 -05:00
2008-01-23 05:24:15 -05:00
2008-01-23 11:29:17 -06:00
2008-01-29 08:51:56 +11:00
2008-01-28 10:04:46 +01:00
2008-01-23 05:24:14 -05:00
2008-01-25 21:08:02 +01:00
2008-01-06 12:39:42 -08:00
2008-01-11 08:17:01 +11:00
2008-01-25 21:08:02 +01:00
2008-01-24 21:04:46 -08:00
2008-01-25 14:46:04 -08:00
2008-01-25 14:46:04 -08:00
2008-01-24 20:40:05 -08:00
2008-01-23 21:23:13 -05:00
2008-01-28 23:58:27 -05:00
2008-01-28 23:58:27 -05:00
2008-01-28 23:58:27 -05:00
2008-01-28 23:58:27 -05:00
2008-01-24 20:40:13 -08:00
2008-01-25 21:08:34 +01:00
2008-01-24 20:40:36 -08:00
2008-01-25 21:08:33 +01:00
2008-01-25 22:17:14 +01:00
2008-01-28 14:51:22 +01:00
2008-01-25 21:08:31 +01:00
2008-01-11 08:16:16 +11:00
2008-01-27 18:14:50 +01:00
2008-01-27 18:14:52 +01:00
2008-01-26 20:13:12 +01:00
2008-01-28 10:50:29 +01:00
2008-01-25 21:08:23 +01:00
2008-01-28 10:50:33 +01:00
2008-01-28 10:50:29 +01:00
2008-01-25 21:08:34 +01:00
2008-01-25 14:46:04 -08:00
2008-01-25 21:08:28 +01:00
2008-01-08 16:10:35 -08:00
2008-01-24 21:27:06 -08:00
2008-01-24 20:40:05 -08:00
2008-01-25 21:08:34 +01:00
2008-01-23 05:24:16 -05:00
2008-01-25 11:29:49 +11:00
2008-01-24 20:40:35 -08:00
2008-01-26 15:04:01 +00:00
2008-01-26 15:03:59 +00:00
2008-01-08 23:30:07 -08:00
2008-01-25 21:08:02 +01:00
2008-01-24 20:40:14 -08:00
2008-01-23 05:24:17 -05:00
2008-01-24 20:40:06 -08:00
2008-01-24 20:40:43 -08:00
2008-01-11 12:26:47 -05:00
2008-01-11 12:26:47 -05:00
2008-01-02 13:13:27 -08:00
2008-01-25 21:08:24 +01:00
2008-01-25 21:08:24 +01:00
2008-01-25 21:08:24 +01:00
2008-01-25 21:08:24 +01:00
2008-01-28 10:54:49 +01:00
2008-01-28 10:50:36 +01:00
2008-01-25 11:29:54 +11:00
2008-01-25 21:08:33 +01:00
2008-01-25 21:08:34 +01:00
2008-01-24 20:40:40 -08:00
2008-01-23 11:29:18 -06:00
2008-01-24 20:40:06 -08:00
2008-01-25 21:08:20 +01:00
2008-01-08 16:16:34 -08:00
2008-01-24 20:40:26 -08:00
2008-01-16 09:51:58 +01:00
2008-01-14 21:21:29 -08:00