This patch contains the changes to handle 64-bit block numbers stored in group descriptor structure. debugfs/debugfs.c | 9 +++---- debugfs/logdump.c | 4 +-- e2fsck/pass1.c | 50 ++++++++++++++++++++++----------------- e2fsck/pass1b.c | 10 +++---- e2fsck/pass5.c | 8 +++--- e2fsck/super.c | 30 +++++++++++------------ e2fsck/swapfs.c | 4 +-- lib/ext2fs/alloc_tables.c | 12 ++++----- lib/ext2fs/check_desc.c | 12 ++++----- lib/ext2fs/ext2_fs.h | 58 ++++++++++++++++++++++++++++++++++++++++++++++ lib/ext2fs/imager.c | 4 +-- lib/ext2fs/inode.c | 16 ++++++------ lib/ext2fs/rw_bitmaps.c | 8 +++--- lib/ext2fs/swapfs.c | 5 +++ lib/ext2fs/tst_iscan.c | 2 - misc/dumpe2fs.c | 14 +++++------ misc/e2image.c | 12 ++++----- misc/mke2fs.c | 2 - resize/main.c | 8 +++--- resize/online.c | 6 ++-- resize/resize2fs.c | 54 +++++++++++++++++++++--------------------- 21 files changed, 199 insertions(+), 129 deletions(-)