Whamcloud - gitweb
On-disk format for controlling the inode size
authorTheodore Ts'o <tytso@mit.edu>
Sat, 11 Nov 2006 14:45:22 +0000 (09:45 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 11 Nov 2006 14:45:22 +0000 (09:45 -0500)
commit6b3ce9871c3424d0b41e0c7227ddc116d2e0de1a
tree599a6348c8a9d5ec23bd0764ff78bc25c20acf50
parent8061d2c144bf22ce3e170e40a194932da4baf8fb
On-disk format for controlling the inode size

- EXT4_FEATURE_RO_COMPAT_EXTRA_ISIZE (0x0040?) - add s_min_extra_isize and
  s_want_extra_isize fields to superblock, which allow specifying
  the minimum and desired i_extra_isize fields in large inodes
  (for nsec+epoch timestamps, potential other uses).  Needs RO_COMPAT
  flag handling, needs e2fsck support, patch complete, little testing.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/ChangeLog
lib/ext2fs/ext2_fs.h
lib/ext2fs/swapfs.c