• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1E2fsprogs 1.41.14 (December 22, 2010)
2=====================================
3
4Fix spurious complaint in mke2fs where it would complain if the file
5system type "default" is not defined in mke2fs.conf.
6
7The resize2fs program will no longer clear the resize_inode feature
8when the number reserved group descriptor blocks reaches zero.  This
9allows for subsequent shrinks of the file system to work cleanly for
10flex_bg file systems.
11
12The resize2fs program now handles devices which are exactly 16T;
13previously it would give an error saying that the file system was too
14big.
15
16E2fsck (and the libext2fs library) will not use the extended rec_len
17encoding for file systems whose block size is less than 64k, for
18consistency with the kernel.
19
20Programming notes
21-----------------
22
23E2fsprogs 1.41.13 would not compile on big-endian systems.  This has
24been fixed.  (Addresses Sourceforge Bug: #3138115)
25
26The ext2fs_block_iterator2() function passed an incorrect ref_offset
27to its callback function in the case of sparse files.  (Addresses
28Sourceforge Bug: #3081087)
29
30Fix some type-punning warnings generated by newer versions of gcc.
31
32