]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - e2fsck/problem.h
On-disk format definition for huge files
authorTheodore Ts'o <tytso@mit.edu>
Sat, 11 Nov 2006 11:32:03 +0000 (06:32 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 11 Nov 2006 11:32:03 +0000 (06:32 -0500)
commit5d17119d14fe1276936c85d7986695a4543b1aa1
tree9bbc1b66ae05d3c62549bfbfcb02e0703ff8ff05
parent8ade4792307303e27386420f60bacf032ad73d5d
On-disk format definition for huge files

- EXT4_FEATURE_RO_COMPAT_HUGE_FILE (0x0008) - change i_blocks to be
  in units of s_blocksize units instead of 512-byte sectors, use
  l_i_frag and l_i_fsize as i_blocks_hi (could also be part of 64BIT).

E2fsck and debugfs changed to support i_blocks_hi instead of l_i_frag and
l_i_fsize.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
13 files changed:
debugfs/debugfs.c
debugfs/set_fields.c
e2fsck/ChangeLog
e2fsck/pass1.c
e2fsck/pass2.c
e2fsck/problem.c
e2fsck/problem.h
lib/ext2fs/ChangeLog
lib/ext2fs/ext2_fs.h
lib/ext2fs/swapfs.c
tests/ChangeLog
tests/f_bad_disconnected_inode/expect.1
tests/f_badinode/expect.1