Whamcloud - gitweb
On-disk format definition for 64-bit support
authorTheodore Ts'o <tytso@mit.edu>
Sat, 11 Nov 2006 14:44:47 +0000 (09:44 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 11 Nov 2006 14:44:47 +0000 (09:44 -0500)
commit8061d2c144bf22ce3e170e40a194932da4baf8fb
tree3f6b507e88eb3d5da02f8372f2fb3688f56dab0f
parentbec6f49a46ec78a4c5928a22214848a7ea654704
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>
lib/ext2fs/ChangeLog
lib/ext2fs/ext2_fs.h
lib/ext2fs/swapfs.c