1E2fsprogs 1.40.11 (June 17, 2008) 2================================= 3 4Mke2fs, tune2fs, and resize2fs now use floating point to calculate the 5percentage of reserved blocks. (Addresses Debian Bug: #452639) 6 7Updated Spanish and Catalan translations. 8 9Fixed various Debian packaging issues --- see debian/changelog for 10details. (Addresses Debian Bugs: #483962, #483023) 11 12Add detection for ZFS volumes to the libblkid library. 13 14Fixed spelling mistakes, typos, and otherwise clarified man pages. 15(Addresses Debian Bug: #486463) 16 17Programmer's notes: 18------------------- 19 20Fix marginal C code in probe_lvm2() function to the blkid library more 21portable for older compilers. 22 23Fix build problems on MacOS X. (Addresses Sourceforge Bug: #1972473) 24 25Fix ext2fs_swap{16,32,64} functions so they can be used by external 26applications on big-endian machines. (Addresses Debian Bug: #484879) 27 28 29E2fsprogs 1.40.10 (May 21, 2008) 30================================ 31 32When deciding whether or not to revalidate a blkid cache entry, if the 33device's mtime is newer than the last time the cached entry was 34validated, force a revalidation. 35 36Fix a potential data corruption bug in e2fsck in the journal replay. 37The chances of this is happening is extremely remote, especially the 38default data=ordered or data=writeback modes. However, if a block 39which has been journalled starts with the first four bytes 0xc03b3998, 40when e2fsck replays the journal, those four bytes will be replaced 41with zero's. Fortunately, it is highly, highly unlikely for e2fsck 42metadata to begin with those fatal 4 byte sequence, and unless 43data=ordered mode is in use, data blocks are never journalled. 44 45Updated German, Dutch, Swedish, and Vietnamese translations. 46 47Programmer's notes: 48------------------- 49 50Fixed various Debian packaging issues --- see debian/changelog for 51details. 52 53Remove default sizes of types when cross compiling, since autoconf 542.50 can figure this out automatically now. 55 56 57E2fsprogs 1.40.9 (April 27, 2008) 58================================= 59 60SuSE's security team audited uuidd and came up with a few minor 61issues. None of them are serious given that uuidd runs setuid as a 62unprivileged user which has no special access other than libuuid 63directory, but it's good to get them fixed. 64 65One additional fix in ext2fs_swap_inode_full() needed for resize2fs to 66work correctly with in-inode extended attributes. 67 68Updated German, Czech, Dutch, French, Polish, Swedish, and Vietnamese 69translations. 70 71Debugfs will avoid using a pager if the standard output is not a tty. 72 73Fix debugfs and tune2fs to correctly handle daylight savings time when 74parsing a time string. 75 76Fixed spelling mistakes, typos, and otherwise clarified man pages. 77 78Fix fsck completion bars when multiple filesystems were being checked 79in parallel. (Addresses Debian Bug: #432865, Addresses Launchpad Bug: 80#203323, Addresses Sourceforge Bug: #1926023) 81 82Fix fsck so that progress information is sent back correctly when 83multiple filesystems are being check and the output of fsck is being 84redirected to a file descriptor. Also, include the device name (w/o 85spaces) in the progress information sent back via a file descriptor. 86(Addresses Launchpad Bug: #203323, Addresses Sourceforge Bug: 87#1926023) 88 89Teach fsck to treat "ext4" and "ext4dev" as ext* filesystems. 90 91If logsave receives a SIGTERM or SIGINT signal, it will now pass that 92signal to its child process. 93 94Fix mke2fs's creation of are resize inode when there is a non-standard 95s_first_data_block setting. 96 97Fix bug in blkid when run by an unprivileged user; most devices were 98not reported correctly. 9Addresses Launchpad Bug: #220275) 99 100Mke2fs will not allow the logically incorrect combination of 101resize_inode and meta_bg, which had previously caused mke2fs to create 102a corrupt filesystem. 103 104Fix fsck in German locales so that a 'j' means yes. 105(Addresses Sourceforge Bug: #1947683) 106 107 108Programmer's notes: 109------------------- 110 111Fixed various Debian packaging issues --- see debian/changelog for 112details. 113 114Update valgrind options in test_script to work with valgrind 3.2.3 115 116Update texinfo.tex to a much newer version from the FSF. 117 118Remove bashism for configure script and from the lib/ss Makefile. 119Addresses Sourceforge Bug: 1921969 120 121Fix some silently broken tests: m_no_opt, m_meta_bg, and m_raid_opt. 122 123Fix build system so that if texinfo is not installed, it won't print a 124(harmless) error message. 125 126 127E2fsprogs 1.40.8 (March 13, 2008) 128================================= 129 130Fixed e2image -I so it works on image files which are larger than 2GB. 131 132Fixed e2fsck's handling of directory inodes with a corrupt size field. If 133the size is larger than the number of blocks found in the inode, don't 134try to allocate extra empty blocks at the end of the directory to make 135up the difference; there's no point to doing that. In addition, if 136the size is not a multiple of a blocksize, always fix it. 137 138E2fsck handled a pass 2 "should never happen error" by not giving 139enough information and then core dumping. Unfortunately, it was all 140too easy to trigger the "should never happen" situation if a 141directory's inode size was not correct. This has been fixed, but 142e2fsck has also been taught how to handle this situation more 143gracefully, by simply removing the inode hash tree information, so 144that it can be rebuilt again after e2fsck's pass 3. (Addresses 145Launchpad Bug: #129395) 146 147Resize2fs had a bug resizing large inodes with extended attributes 148that was fixed in 1.40.6; unfortunately, it turned out it wasn't fixed 149completely on big-endian systems such as PowerPC. The bug should be 150completely fixed now. Yay for regression test suites. (Addresses Red 151Hat Bugzilla: #434893) 152 153Updated German, Czech, Dutch, Polish, Swedish, and Vietnamese 154translations. Many thanks to Philipp Thomas from Novell for stepping 155up to become the new German translation maintainer! (Addresses Debian 156Bugs: #302512, #370247, #401092, #412882). 157 158When e2fsck is clearing a corrupt inode's HTREE directory information, 159make it clear that it is just clearing the HTREE information, not the 160entire inode. 161 162Fixed spelling mistakes, typos, and otherwise clarified man pages. 163 164Programmer's notes 165------------------ 166 167Add new functions, ext2fs_dblist_get_last() and 168ext2fs_dblist_drop_last(), which allows the caller to examine the last 169directory block entry added to the list, and to drop if it necessary. 170 171Fixed a portability problem in libblkid with DJGPP. 172 173Fix an obvious typo in an "internal error" message in e2fsck. Thanks 174to Philipp Thomas for pointing this out. 175 176If the info files are not built, change "make install" so it doesn't 177fail with an error code. 178 179 180E2fsprogs 1.40.7 (February 28, 2008) 181==================================== 182 183Remove support for clearing the SPARSE_SUPER feature from tune2fs, and 184depreciate the -s option, since it can result in filesystems which 185e2fsck can't fix easily. There are very good reasons for wanting to 186disable sparse_super; users who wants to turn off sparse_super can use 187debugfs. (Addresses Sourceforge Bug: #1840286) 188 189Add missing options to mke2fs's usage message. (Addresses Sourceforge 190Bug: #1751393) 191 192Fix bug in resize2fs when large (greater than 128 byte) inodes are 193moved when a filesystem is shrunk; it was only moving the first 128 194bytes, so extended attributes were not getting moved. (Addresses Red 195Hat Bugzilla: #434893) 196 197E2fsck now prints an explicit message when the bad block inode is 198updated, to avoid confusion about why the filesystem was modified. 199(Addresses Sourceforge Bug: #756460) 200 201Allow mke2fs and tune2fs manipulate the large_file feature. 202Previously we just let the kernel and e2fsck do this automatically, 203but e2fsck will no longer automatically clear the large_file feature. 204It still isn't really necessary to worry about this feature flag 205explicitly, but some users seem to care. (Addresses Red Hat Bugzilla: 206#258381) 207 208Suppress message about an old-style fstab if the fstab file is empty. 209(Addresses Debian Bug: #468176) 210 211Fix (really minor) bug in debugfs's find_free_block so it avoids 212reporting a free block more than once if there are too few free blocks 213in the filesystem. (Addresses Sourceforge Bug: #1096315) 214 215Change e2fsck to no longer clear the LARGE_FILES feature flag 216automatically, when there are no more > 2GB files in the filesystem. 217It's been almost a decade since there have been kernels that don't 218support this flag, and e2fsck clears it quietly without telling the 219user why the filesystem has been changed. 220 221Fix bug which could cause libblkid to seg fault if a device mapper 222volume disappears while it is being probed. (Addresses RedHat 223Bugzilla: #433857) 224 225Enhance e2fsck's reporting of unsupported filesystem feature flags. 226(Addresses Sourceforge Feature Request: #1175808) 227 228Fix option syntax in dumpe2fs for explicit superblock and blocksize 229parameters. What was currently documented in the man page has been 230broken for some time, due to getopt() implementation changes. The 231option syntax has been changed to one which is can be more portable 232supported and which is consistent with the format for extended options 233in mke2fs and tune2fs. (Addresses Sourceforge Bug: #1830994) 234 235Add support to tune2fs to clear the resize_inode feature. This 236requires an fsck afterwards. (Addresses Red Hat Bugzilla: #167816) 237 238Teach blkid to detect LVM2 physical volumes. (Addresses Red Hat 239Bugzilla: #409321) 240 241Add support for setting RAID stride and stripe-width via mke2fs and 242tune2fs. Teach dumpe2fs to print the RAID parameters. 243 244Add support for setting new superblock fields to debugfs's 245set_super_value. 246 247Add support for printing "mostly-printable" extended attributes in 248Debugfs. 249 250Add support for the -M option to fsck, which causes it to ignore 251mounted filesystem. 252 253Fix uuidd so that it creates the pid file with the correct pid number. 254(Addresses Sourceforge Bug: #1893244) 255 256Fix various gcc -Wall warnings. 257 258Update Czech, Dutch, Polish, Swedish, and Vietnamese translations 259 260Fixed spelling mistakes, typos, and otherwise clarified man pages. 261(Addresses Sourceforge Patch: #1399325) 262 263 264Programmer's notes: 265------------------- 266 267Fixed various Debian packaging issues --- see debian/changelog for 268details. (Addresses Debian Bug: #466929) 269 270Add new flag EXT2_FLAG_NONFREE_ON_ERROR ext2fs_open2() which returns a 271partially filled-in filesystem object on an error, so that e2fsck can 272print more intelligent error messages. 273 274Add a new function e2p_edit_feature2() which allows the caller to 275specify which feature flags are OK to set or clear, and which returns 276more specific information about feature flags which are not allowed to 277be set/cleared. 278 279Set the C locale in the test_script driver since it uses [A-Za-z]. 280(Addresses Sourceforge Bug: #1890526) 281 282Use fcntl locking instead of lockf in libuuid since Cygwin doesn't 283support lockf(). 284 285Change configure.in to avoid using the 'dc' command unless it is 286absolutely needed. (i.e., when using parsing a WIP-style version 287number) (Addresses Sourceforge Bug: #1893024) 288 289Add portability checks to support compilation under DJGPP. 290 291Update to the latest samba tdb code before the LGPLv3 change, which 292fixes a realloc() leak on failure. 293 294Fix memory leak in ext2fs_alloc_block(). 295 296Fix makefile dependency issues for various install targets. 297(Addresses-Sourceforge-Patches: #1903484, #1903466, #1903456) 298 299Improve descriptions for the r_move_itable and r_resize_inode tests. 300 301 302E2fsprogs 1.40.6 (February 9, 2008) 303=================================== 304 305Add support for returning labels for UDF filesystems in the blkid 306library. 307 308Fix bug in the blkid library where cached filesystems was not being 309flushed when opening USB devices returned the error ENOMEDIUM. 310(Addresses Debian Bug: #463787) 311 312Added logic to the blkid library to automatically choose whether a 313filesystem should be mounted as ext4 or ext4dev, as appropriate. 314 315Allow tune2fs to set and clear the test_fs flag on ext4 filesystems. 316 317Fix a bug in e2fsck which caused it to core dump if e2fsprogs had been 318configured with --enable-jbd-debug. 319 320Document the BLKID_FILE environment variable in the libblkid man page 321 322Programmer's Notes: 323------------------- 324 325Update e2fsprogs translation template and Vietnamese and Czech translations 326 327Fixed various Debian packaging issues --- see debian/changelog for 328details. (Addresses Debian Bugs: #436058) 329 330Don't try to create $DESTDIR/etc/init.d as part of make install as we 331don't install the init.d script (and it's not the recommended way to 332start uuidd anyway). (Addresses Sourceforge Bug: #1885085) 333 334Use thread local storage to fix a theoretical race condition if two 335threads try to format an unknown error code at the same time in the 336com_err library. 337 338 339E2fsprogs 1.40.5 (January 27, 2008) 340=================================== 341 342Fix a potential overflow big in e2image if the device name is too 343long. 344 345Mke2fs will now create new filesystems with 256 byte inodes and the 346ext_attr feature flag by default. This allows for much better future 347compatibility with ext4 and speeds up extended attributes even on ext3 348filesystems. 349 350Teach e2fsck to ignore certain "safe" filesystem features which are 351set automatically by the kernel. Having the kernel set features 352automagically behind the user's back is a bad idea, and we should try 353to break the kernel of this habit, especially for the newer ext4 354feature flags. But for now, we will try to avoid needless full checks 355which can annoy users who are doing fresh installs. 356 357Add support in tune2fs and mke2fs for making a filesystem as being "ok 358to be used with test kernel code". This will be needed for using test 359filesystems with the latest ext4 kernel code. 360 361Change e2fsck -fD so that it sorts non-htree directories by inode 362numbers instead of by name, since that optimizes performances much 363more significantly. (Addresses-Sourceforge-Feature-Request: #532439) 364 365If e2image fills the disk, fix it so it exits right away instead of 366spewing large numbers of error messages. 367(Addresses-Sourceforge-Feature-Request: #606508) 368 369If ftruncate64() is not available for resize2fs, let it use ftrucate() 370instead, but have it check to see if the size would get truncated, and 371skip calling ftruncate in that case. 372 373Add support for detecting HFS+ filesystems in the blkid library. 374 375Add support in the blkid library for ext4/ext4dev filesystems. 376 377Fix a bug in blkid where it could die on a floating point exception 378when presented with a corrupt reiserfs image. 379 380Fix blkid's handling of ntfs UUID's so that leading zeros are printed 381such that UUID string is a fixed length. 382 383Add sample python bindings for the uuid library to the contrib 384directory. (Addresses-Sourceforge-Patches: #778817) 385 386Fix debugfs's 'lsdel' command so it uses ext2fs_block_iterate2 so it 387will work with large files. (Addresses Sourceforge Feature Request: 388#1257500 and Sourceforge Support Request: #1253511) 389 390Allow the debugfs 'undel' command to undelete an inode without linking 391it to a specific destination directory, since this might require 392allocating blocks that could overwrite some yet-to-be-recovered 393deleted files. (Addresses-Sourceforge-Feature-Request: #967141) 394 395Update Swedish translation from the Translation Project. 396 397Programmer's Notes: 398------------------- 399 400Fix configure handling of --sbindir (which should rarely be used, but 401someone did complain, so let's fix it). (Addresses Sourceforge Bug: 402#498381) 403 404Updated e2fsprogs.spec file to include a new uuidd package 405 406Use pkg-config to determine where to find the devmapper library so we 407can find out where it is located on different distributions. 408 409Fix Makefile race so that "make -j3 distclean" works correctly 410 411Fix portability problems on non-Linux/non-Hurd/non-Masix systems, 412especially on MacOS X systems. (Addresses Sourceforge Bugs: #1861633, 413#1819034, #1863819) 414 415Fixed spelling mistakes, typos, and otherwise clarified man pages. 416 417Fixed various Debian packaging issues --- see debian/changelog for 418details. (Addresses Debian Bugs: #459403, #459475, #459614) 419 420Remove the --enable-dynamic-static configure option, and build e2fsck 421dynamically by default. If the user wants e2fsck.static, he/she will 422need to build it via "make -C e2fsck e2fsck.static" 423 424Fix various build warnings due to missing prototypes. 425(Addresses Sourceforge Patch: #1861663, #1861659) 426 427 428E2fsprogs 1.40.4 (December 31, 2007) 429==================================== 430 431Improve time-based UUID generation. A new daemon uuidd, is started 432automatically by libuuid if necessary. This daemon is setuid to allow 433updates to /var/lib/libuuid, so the clock sequence number can be 434stored and so if the clock is set backwards, it can be detected. 435(Addresses Sourceforge Bug: #1529672, Addresses Red Hat Bugzilla: 436#233471) 437 438Filter out the NEEDS_RECOVERY feature flag when writing out the backup 439superblocks. This avoids e2fsck from concluding that a full 440filesystem check is required before backing up the superblock due to 441changes in the feature flags. (Addresses Debian Bug: #454926) 442 443Fix fsck to only treat the '#' character as a comment at the beginning 444of the line in /etc/fstab. Otherwise fstabs for the fuse filesystem 445will cause fsck to issue an bogus warning message. 446(Addresses Gentoo bug: #195405, Addresses Sourceforge bug: #1826147) 447 448Format control characters and characters with the high eighth bit set 449when printing the contents of the blkid cache, to prevent filesystems 450with garbage labels from sending escape sequences to the user's screen 451that might, for example place it in graphics mode. (Addresses Ubuntu 452Bug: #78087) 453 454Fix sign-extension problem on 64-bit systems in in the com_err 455library. (Addresses Sourceforge Bug: #1809658) 456 457Avoid division by zero error when probing an invalid FAT filesystem in 458the blkid library. (Addresses Sourceforge Bug: #1831627) 459 460Update Dutch, Polish, and Vietnamese translations from the Translation 461Project. Remove the Rwandan translation upon advice of the 462Translation Project. 463 464Programmer's Notes: 465------------------- 466 467Fix the libss "make check" regression test so that it works if the 468current directory is not in the user's path or if the libss shared 469library is not installed. (Addresses Sourceforge Bug: #1848974) 470 471Fixed spelling mistakes, typos, and otherwise clarified man pages. 472(Addresses Debian Bugs: #444883, #441872) 473 474Fixed various Debian packaging issues --- see debian/changelog for 475details. (Addresses Debian Bugs: #437720, #451172, #458017) 476 477Fix build failure on non-Linux/non-Hurd/non-Masix systems. 478(Addresses Sourceforge Bug: #1859778) 479 480Fix Hurd portability issues. (Addresses Debian Bug: #437720) 481 482 483E2fsprogs 1.40.3 (December 5, 2007) 484=================================== 485 486Fix a potential security vulnerability where an untrusted filesystem 487can be corrupted in such a way that a program using libext2fs will 488allocate a buffer which is far too small. This can lead to either a 489crash or potentially a heap-based buffer overflow crash. No known 490exploits exist, but main concern is where an untrusted user who 491possesses privileged access in a guest Xen environment could corrupt a 492filesystem which is then accessed by the pygrub program, running as 493root in the dom0 host environment, thus allowing the untrusted user to 494gain privileged access in the host OS. Thanks to the McAfee AVERT 495Research group for reporting this issue. (Addresses CVE-2007-5497.) 496 497Fix heuristics in blkid which could cause a disk without partitions to 498be incorrectly skipped when a loopback device is present. (Addresses 499Red Hat Bugzilla #400321.) 500 501Fix e2image so that in raw mode it does not create an image file which 502is one byte too large. 503 504Change mke2fs's usage message so it recommends the preferred -E option 505instead of the deprecated -R option. 506 507Enhance the blkid library so it will recognize squashfs filesystems. 508(Addresses Red Hat Bugzilla #305151.) 509 510Enhance e2fsck so it will force the backup superblocks to be backed up 511if the filesystem is consistent and key constants have been changed 512(i.e., by an on-line resize) or by e2fsck in the course of its 513operations. 514 515Enhance blkid's detection of FAT filesystems; so that USB disks with 516only a single bootable partition will not get missed. 517 518E2fsck will no longer mark a filesystem as invalid if it has time 519errors (i.e., if superblock mount time or last write time is in the 520future) and the user refuses to fix the problem. 521 522The Ubuntu init scripts don't properly set the system time correctly 523from hardware clock if the hardware clock is configured to tick local 524time instead of GMT time. Work around this as best as we can by 525providing an option, buggy_init_scripts, in /etc/e2fsck.conf which can 526be set on Ubuntu systems. (Addresses Debian Bug #441093, and Ubuntu 527Bug #131201.) 528 529Fix fsck to ignore /etc/fstab entries for bind mounts. (Addresses Red 530Hat Bugzilla #151533.) 531 532Fix e2fsck so that if the superblock is corrupt, but still looks 533vaguely like an ext2/3/4 superblock, that it automatically tries to 534fall back to the backup superblock, instead of failing with a hard 535error. 536 537Make the e2fsprogs program more robust so that they will not crash 538when opening a corrupt filesystem where s_inode_size is zero. 539 540Change e2fsck so it uses sscanf() instead of atoi() so it non-numeric 541arguments are detected as such and the parse error is reported to the 542user. (Addresses Debian Bug #435381.) 543 544Change e2fsck so it will not complain if a file has blocks reallocated 545up to the next multiple of a system's page size. 546 547Fix bug in ext2fs_check_desc() which will cause e2fsck to complain 548about (valid) filesystems where the inode table extends to the last 549block of the block group. (Addresses Red Hat Bugzilla #214765.) 550 551Fix a bug in ext2fs_initialize() which causes mke2fs to fail while 552allocating inode tables for some relatively rare odd disk sizes. 553(Addresses Red Hat Bugzilla #241767.) 554 555Add Catalan translation and update Dutch and Swedish translations 556from the Translation Project. 557 558Fix big-endian byte-swapping bug in ext2fs_swap_inode_full(). We 559still had an issue when trying to figure out whether we need to 560byte-swap fast symlinks that contained extended attributes. 561 562Fixed spelling mistakes, typos, and otherwise clarified man pages. 563(Addresses SourceForge Bug #1821333.) 564 565 566Programmer's Notes: 567------------------- 568 569Fix mke2fs tests to avoid needing any significant ^M (CR) characters 570 571Add "make check" to the RPM spec file 572 573Fix "make install" and 'make uninstall" in misc/Makefile.in so that it 574works correctly when the prefix is not the root directory. 575 576Fix the resize2fs tests, r_move_itable and r_resize_inode, so they 577clean up after themselves by deleting the test.img temporary file 578after completing the test. 579 580Fixed a corner case bug ext2fs_unlink() when trying to delete the 581first directory entry in a directory block and the last directory 582entry in the previous directory block is not in use. Fortunately 583ext2fs_unlink() is only used by debugfs and e2fsck, and in e2fsck in 584places where it is extremely unlikely to run into this corner case. 585 586Fix missing dependency which would cause parallel builds to fail. 587(Addresses Sourceforge Bug #1842331.) 588 589Fix a build error on newer gcc caused by lib/ext2fs/ismounted.c 590calling open(O_CREATE) with a missing mode parameter. 591 592Fix the test_ss.c in lib/ss so it can be used as an example 593application program for the library as well as a regression test 594suite. 595 596Fix ext2fs_dblist_dir_iterate() so that error codes and abort codes 597are properly passed back up through the call stack. 598 599E2fsprogs 1.40.2 (July 12, 2007) 600================================ 601 602A recent change to e2fsck_add_dir_info() to use tdb files to check 603filesystems with a very large number of filesystems had a typo which 604caused us to resize the wrong data structure. This would cause a 605array overrun leading to malloc pointer corruptions and segfaults. 606Since we normally can very accurately predict how big the the dirinfo 607array needs to be, this bug only got triggered on very badly corrupted 608filesystems. 609 610Fix a bug in e2fsck which caused it to incorrectly salvage 611directories when the last entry's rec_len is bogusly too big. This 612resulted in a nonsense filesystem corruption to be reported, and 613required a second run of e2fsck to fully fix up the directory. 614 615Update tune2fs man page to include more discussion of reserved blocks 616(Addresses Launchpad bug #47817) 617 618Update Turkish, Polish, Dutch, and Vietnamese PO files from the 619Translation Project 620 621 622E2fsprogs 1.40.1 (July 7, 2007) 623=============================== 624 625Fix bug which could cause libblkid to loop forever. When revalidating 626a partition where there is obsolete information in /etc/blkid.tab, we 627end up freeing a the type tag without clearing dev->bid_type, causing 628blkid_verify() to loop forever. (Addresses Debian Bug: #432052) 629 630The Turkish translation has a bug in it where it has the translation 631of "E@e '%Dn' in %p (%i)" to "E@E". This causes @E to be expanded at 632@E, recursively, forever, until the stack fills up and e2fsck core 633dumps. We fix this by making e2fsck stop @-expansions after a 634recursive depth of 10, which is far more than we need. 635(Addresses Sourceforge Bug: #1646081) 636 637Compile the default mke2fs.conf into mke2fs program. People are 638getting surprised by mke2fs creating filesystems with different 639defaults than earlier versions of mke2fs if mke2fs.conf is not 640present. So we now create a built in version of mke2fs.conf file 641which is used by mke2fs if the /etc/mke2fs.conf is not present. 642(Addresses SourceforgeBug: #1745818) 643 644Improve the config/parse_types.sh helper script. Fix a potential 645security problem if e2fsprogs is built as root (as Gentoo does!). In 646addition fix the script and how it is called from the configure script 647so that it does the right thing when cross-compiling. (Fixes Gentoo 648bug: #146903) 649 650Update Vietnamese, French, and Dutch PO files from the Translation 651Project. Also created a new e2fsprogs.pot file for translator. 652 653Fix bogus strip permission errors when building under Debian. When 654building the e2fsprogs dpkg's, the dh_strip command emits a large 655number of error messages caused by the permissions not being right. 656So run dh_fixperms before running dh_strip. 657 658Programmer's Notes: 659------------------- 660 661Add new function: profile_set_default(). This function sets the value 662of the pseudo file "<default>". If the file "<default>" had 663previously been passed to profile_init(), then def_string parameter 664will be parsed and used as the profile information for the "<default>" 665file. 666 667Fix mk_cmds's error reporting so that it is unambiguous that it is the 668mk_cmds script which is generating the error. (Obviates Gentoo patch: 669e2fsprogs-1.32-mk_cmds-cosmetic.patch) 670 671Fix the test suite to use LC_ALL instead of LANG. LC_ALL is the "high 672priority" environment variable that overrides all others, where as 673LANG is the lowest priority environment variable. If LC_ALL is set, it 674doesn't matter whether LANG, LANGUAGE, LC_COLLATE, LC_MESSAGES, and 675the all the rest are set. This will assure that the locale when 676running the test suites is the "C" locale. (Obviates Gentoo patch: 677e2fsprogs-1.38-tests-locale.patch) 678 679 680E2fsprogs 1.40 (June 29, 2007) 681============================== 682 683Fix divide by zero error in blkid's NTFS probing logic. 684 685Add new blkid -g option which causes the blkid cache to be garbage 686collected. 687 688Fix a bug in libblkid which could cause the internal field bid_type to 689become corrupted. Fortunately bid_type isn't used much, and bid_label 690and bid_uuid is only used by debugging code, so the impact of this bug 691was very minor. 692 693Mke2fs will now store the RAID stride value when a filesystem is 694created with a requested RAID stride, and then use it automatically in 695resize2fs. 696 697Mke2fs has a sanity check added to make sure (inode_size * num_inodes) 698isn't too big. In some cases Lustre users have tried specifying an 699inode size of 4096 bytes, while keeping an inode ratio of one inode 700per 4096 bytes. 701 702Improve sanity check in e2fsck's algorithm for finding a backup 703superblock, so that it won't accidentally find a superblock that was 704located in the journal, and then later reject it as being not a valid 705backup superblock. 706 707Fix e2fsck get_size logic so that it will work with the Linux floppy 708driver. The Linux floppy driver is a bit different from the other 709block device drivers, in that if the device has been opened with 710O_EXCL, it disallows another open(), even if the second open() does 711not have the O_EXCL flag. (Addresses Debian Bug: #410569) 712 713Fix error checking of badblock's last-block and start-block arguments. 714(Addresses Debian Bug: #416477) 715 716Fix e2fsck so that it doesn't overwrite the backup superblocks when 717recovering a journal until the master superblock has been confirmed as 718being sane. 719 720Change the blkid library to be much more paranoid about concluding 721that a partition contains an NTFS filesystem, and fetch the UUID and 722LABEL information from NTFS filesystems. (Addresses Launchpad Bug: 723#110138) 724 725Factor out the code which sets the default journal size and move it 726into libext2fs. 727 728Enhance e2fsck so it will recreate the ext3 journal if the original 729journal inode was cleared to due it being corrupt after finishing the 730filesystem check. 731 732Fix e2fsck so that it updates the journal inode if it is corrupted and 733the backup journal information from the superblock was successfully 734used to recover the filesystem. 735 736Fix e2fsck so that it checks all of the blocks in the journal inode 737for validity. The original code only checked the direct blocks to 738make sure the journal inode was sane. Unfortunately, if some or all 739of the indirect or doubly indirect blocks were corrupted, this would 740not be caught. 741 742Add support in blkid to detect LUKS encrypted partitions. 743 744Add extra sanity checks for extended attributes in the case where the 745size is zero but the offset is very large. 746 747Fix byte-swapping issues for large inodes in ext2fs_read_inode_full() 748and ext2fs_get_next_inode_full(). 749 750Clarify the copyright licenses used by the various libraries in 751the top-level COPYING file (Red Hat Bugzilla: 166058) 752 753Make mke2fs's defaults when /etc/mke2fs.conf doesn't exist more sane. 754 755Fix mke2fs and debugfs to support large (> 16 bit) uid's and gid's. 756 757Remove check in e2fsck which requires EA's in inodes to be sorted; 758they don't need to be sorted, and e2fsck was previously wrongly 759clearing unsorted EA's stored in the inode structure. 760 761Allow mke2fs or tune2fs to create a substantially larger journal (up 762to 10,240,000 blocks). 763 764Fix MD superblock detection, and make sure the correct UUID is 765reported from the MD superblock. 766 767Fix a signed vs. unsigned bug in debugfs. 768 769Enhance debugfs's date parser so that it accepts integer values. 770 771Fix e2fsck's pass1c accounting so it doesn't terminate too early if a 772file with multiply claimed blocks is hard linked. or not at all if the 773root directory contains shared blocks 774 775Enhance debugfs so it can modify the block group descriptors using the 776command set_block_group_descriptor. 777 778Improve e2fsck's reporting of I/O errors so it's clearer what it was 779trying to do when an error happens 780 781Fix a bug in in how e2fsprogs byte swaps inodes containing fast 782symlinks that have extended attributes. (Addresses Red Hat Bugzilla: 783#232663 and LTC Bugzilla: #27634) 784 785Fix potential file descriptor leak in ext2fs_get_device_size() in an 786error case. 787 788Add libreadline.so.5 support to libss. 789 790Improve badblocks -n/-w exclusive usage message. 791 792Fix dump_unused segfault in debugfs when a filesystem is not open 793 794Fix memory leak in blkid library. (Addresses Debian Bug: #413661) 795 796Allow the debugfs lcd command to work w/o a filesystem being open. 797(Addresses LTC Bugzilla #27513) 798 799Fix e2fsck to clear i_size for special devices with a bogus i_blocks 800field on the first pass. 801 802Fix e2fsck to set the file type of the '..' entry when connecting 803a directory to lost+found. (Addresses Lustre Bug: #11645) 804 805Enhance e2fsck to recover directories whose modes field were corrupted 806to look like special files. This is probably only useful in 807artificial test cases, but it will be useful if we ever do the "inodes 808in directory" idea for ext4. 809 810Allow debugfs to dump (and rdump) > 2GB files. (Addresses Debian Bug: 811#412614) 812 813Fix resize2fs parsing of size parameter (in sector units). This was 814actually a bug in libe2p's parse_num_blocks() function. When handling 815the 's' suffix, it was ignoring the blocksize information passed in 816from the caller and always interpreting the number in terms of a 1k 817blocksize. (Addresses Debian Bug: #408298) 818 819There was a floating point precision error which could cause e2fsck to 820loop forever on really big filesystems with a large inode count. 821(Addresses Debian Bug: #411838) 822 823Fix memory leak in ext2fs_write_new_inode() 824 825Add support for using a scratch files directory to reduce e2fsck's 826memory utilization on really big filesystems. This uses the TDB 827library. See the [scratch_files] section of the e2fsck.conf man page 828for more details. 829 830Fixed type-punning bug which caused dumpe2fs to crash on the Arm 831platform (Addresses Debian Bug: #397044) 832 833Add explanatory message to badblocks that -n and -w are mutually exclusive 834(Addresses Debian Bug: #371869) 835 836Allow debugfs and dumpe2fs to support fs features under development. 837 838Add support for the new flag EXT2_FLAG_SOFTSUPP_FEATURES flag to 839ext2fs_open() , which allows application to open filesystems with features 840which are currently only partially supported by e2fsprogs. 841 842Allow unix_io to support offsets greater than 2G (Addresses 843SourceForge Bug: #1547922) 844 845Fixed overflow and signed/unsigned problems caused by the number of 846blocks or inodes exceeding 2**31 or being close to 2**32-1. 847 848Add support for unsigned directory hash calculations with hints in the 849superblock to fix cross-architectural portability for htree 850directories with filenames where the high 8th bit is set. (Addresses 851Debian: #389772) 852 853Fix resize2fs so that it gives user-intelligible error messages if the 854filesystem or the kernel does not support on-line resizing. 855(Addresses Debian Bug: #380548) 856 857Require mke2fs -F -F for really dangerous operations, since -F is 858needed for less dangerous operations such as creating filesystems 859images in regular files, or creating filesystems on whole block 860devices. These relatively innocuous usages should NOT be confused 861with running mke2fs on an apparently-mounted or in-use filesystem. 862 863Allow the default inode size to be specified into the mke2fs.conf 864file. 865 866Make the smallest default journal size is big enough so that on-line 867resizing should always work. 868 869Fix silly spelling error in e2fsck. (Addresses SourceForge bug: 870#1531372) 871 872Fix debugfs coredump when lsdel is run without an open filesystem 873(Addresses Debian Bug: #378335) 874 875Fix debugfs display bug us that bytes that have the high bit set are 876displayed as "ec" instead of "ffffffec". 877 878Add support in lsattr so it will display the EXT4_EXTENTS_FL flag. 879 880Device mapper scanning wasn't working in the blkid library because the 881pathnames had an extra "/dev" when they were being probed. 882 883Add GFS/GFS2 support to the blkid library. 884 885Fix blkid support of empty FAT filesystem labels. 886 887Avoid recursing forever (or for a long time) when the blkid library 888searches for a device and there are symlinks to directories in /dev. 889 890Avoid unaligned halfword access in blkid when accessing FAT 891superblocks, as this will cause Sparc/Solaris systems to throw a 892SIGBUS error. 893 894The latest devmapper libraries requires pthreads, add -lpthreads to 895the static link libraries for e2fsck.static if devmapper is enabled. 896(Addresses Debian bug: #388718) 897 898Improve the (non-installed, for experts only) findsuper program by 899printing the uuid and label from the superblocks, as well as the 900starting and ending offsets of the filesystem given the information in 901the superblock. Omit by default printing superblocks that are likely 902found in located in an ext3 journal unless an explicit -j option is 903given. 904 905Updated Spanish, French and Dutch translations and added Catalan 906translation. (Addresses Debian bug: #411562) 907 908Use FreeBSD's DIOCGMEDIASIZE and DIOCGDINFO ioctls if available when 909determining a partition's size, since binary searching to determine 910the device doesn't work on FreeBSD. 911 912Documentation about UUID's is available in enough places, and it's 913awkward to deal with debian-legal's insanities. So I'm caving in the 914"more-lunatic-than-RMS" wing of Debian by removing RFC-4122 so we 915don't have do the dfsg tarball. Also remove the rule that only tried 916to install RFC-4122 on Ubuntu, since Ubuntu seems to want to fetch 917e2fsprogs exclusively from Debian. (Addresses Debian Bug: #407107) 918 919Fix the info-dir line so that the menu name does not contain a .info 920prefix. First of all, it's ugly, secondly, it causes the install-info 921command to fail to remove the com_err info file from the 922/usr/share/info/dir file when the comerr-dev package is removed and 923purged. (Addresses Debian Bug: #401711) 924 925Fixed spelling mistakes, typos, and otherwise clarified man pages. 926(Addresses Debian Bug: #369761, #373004, #379695) 927 928Fixed various Debian packaging issues --- see debian/changelog for 929details. (Addresses Debian Bugs #389554, #390664, #413208, #419605, 930#408352, #415560, #399155) 931 932 933Programmer's notes: 934------------------- 935 936E2fsck now supports the %It expansion when printing a problem report. 937It will print the type of the inode in the problem context. 938 939Fix misc/Makefile.in so that it builds even if e2fsck hasn't been built yet 940(Addresses Sourceforge Bug: #1565561) 941 942Remove unused variables and other lint/gcc -Wall cleanups 943 944Add check to ext2fs_get_device_size() so it will return EFBIG for for 945filesystems contained in regular files where the filesystem image size 946is returned by stat64(). 947 948Set local environment variables to C so mk_cmds and compile_et always 949work. (Addresses SourceForge Bug: #1532177) 950 951Added the 64-bit byte swapping function ext2fs_swab64(). 952 953Added two new helper functions to prevent 2**31/2**32-1 overflow 954problems: ext2fs_div_ceil() and e2p_percent(). 955 956Create new ext2fs library inline functions ext2fs_group_first_block() 957and ext2fs_group_last_block() in order to calculate the starting and 958ending blocks in a block group. 959 960Create the generated files read-only to remind developers not to edit them. 961 962Add support for autoconf 2.60 (with backwards compatibility for older 963versions of autoconf). 964 965Added an "make rpm" target to top-level Makefile 966 967Added various FreeBSD portability fixes. 968 969Exclude mercurial files from the RPM build tree to speed up copy/build. 970 971Use root_sysconfdir to define the locations of mke2fs.conf and 972e2fsck.conf instead of using a hard-coded /etc pathname. 973 974Prevent e2fsck.h and ext2_ext_attr.h from getting included multiple times. 975 976Fixed "make clean" in blkid's Makefile.in file from removing tst_*.c files. 977 978If diff -u is supported, use it to report test failures. 979 980Updates/improvements to RPM spec file 981 982Add on-disk format definitions for the following new features: 983EXT4_FEATURE_RO_COMPAT_HUGE_FILE, EXT4_FEATURE_RO_COMPAT_GDT_CSUM, 984EXT4_FEATURE_RO_COMPAT_DIR_NLINK, EXT4_FEATURE_INCOMPAT_64BIT, 985EXT4_FEATURE_RO_COMPAT_EXTRA_ISIZE 986 987Add a new make target "checked-failed" in the tests directory which 988reruns any failed tests 989 990Update draft-leach-uuids-guids-01.txt with rfc4122.txt 991 992Fix miscellaneous bugs reported by Coverity: Dead code, potential nul 993pointer dereferences, memory leaks, etc. None were security-critical 994problems. 995 996Fix up usage and decrement error messages in the test_icount program 997 998Add debugging code to the com_err library; if the environment variable 999COMERR_DEBUG is set to 1, print out debugging messages as error tables 1000are added and removed from the com_err library. If the 1001COMERR_DEBUG_FILE environment variable is set (and the process is not 1002setuid) the debugging messages may be redirected to a file. 1003 1004Change all of the e2fsprogs programs to use the newer add_error_table() 1005and remove_error_table() interfaces instead of the much older 1006initialize_*_error_table() function. 1007 1008Add TDB support into the ext2fs library. This allows us to have a 1009guaranteed library we can count on always being present so we can 1010store data in an on-disk database. 1011 1012Add support for using TDB to store the icount data, so we don't run out 1013of memory when checking really large filesystems. 1014 1015Change the regression test suite so that it skips empty test directories. 1016 1017Define the l_i_iversion field in ext2_inode. The l_i_version field is 1018now defined from the old l_i_reserved1 field in the ext2 inode. This 1019field will be used to store high 32 bits of the 64-bit inode version 1020number. 1021 1022Add Makefile production rule for e2fsprogs.spec in case it gets 1023deleted. 1024 1025Add new function profile_get_uint() to allow for a clean way to fetch 1026unsigned integers from the context. 1027 1028Add test to make sure the ext2 superblock structure is 1024 bytes. 1029 1030Fix typo in name of f_dup4 regression test 1031 1032Add new function blkid_gc_cache() which performs a garbage collection 1033pass on the /etc/blkid.tab file. 1034 1035The ext2fs_open() function now sets EXT2_FLAG_MASTER_SB_ONLY. In 1036general, only e2fsck (after the filesystem is clean), tune2fs, and 1037resize2fs should change the backup superblocks by default. Most 1038callers of ext2fs_open() should not be touching any superblock fields 1039which require the backups to be touched. 1040 1041Add new function to libext2fs, ext2fs_default_journal_size(), which 1042returns the default journal size. 1043 1044