commit | 8061d2c144bf22ce3e170e40a194932da4baf8fb | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Nov 11 09:44:47 2006 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Nov 11 09:44:47 2006 -0500 |
tree | 3f6b507e88eb3d5da02f8372f2fb3688f56dab0f | |
parent | bec6f49a46ec78a4c5928a22214848a7ea654704 [diff] |
On-disk format definition for 64-bit support - EXT4_FEATURE_INCOMPAT_64BIT (0x0080) - support for 64-bit block count fields in the superblock (s_blocks_count_hi, s_free_blocks_count_hi), large group descriptors (s_desc_size), extents with high 16 bits (ee_start_hi, ei_leaf_hi), inode ACL (i_file_acl_hi). May also grow to encompass the previously proposed BIG_BG. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>