SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for e2fsprogs-1.44.4-2.1.x86_64.rpm :

* Tue Sep 11 2018 jackAATTsuse.cz- Update to 1.44.4
* fix debugs ncheck command to work for files with multiple hardlinks
* avoid floating point exception when libblkid probes maliciously corrupted superblocks
* fix e2fsck to handle filesystems with resize_inode and meta_bg enabled
* basic fsverify support
* debugfs can operate on corrupted filesystems so they can be fixed
* new debugfs commands for dumping xattr blocks and i_blocks array
* dumpe2fs can print MMP block
* inode\'s project ID properly byte-swapped on big-endian filesystems
* e2fsck can handle s_inodes_count corruption
* other e2fsck improvements and fixes
* mke2fs fixes where in various corner cases invalid filesystem would be created- add new e2mmpstatus alias for dumpe2fs to spec file
* Wed May 23 2018 jackAATTsuse.cz- Update to 1.44.2
* support for directories over 2 GB (large_dir feature)
* support for large extended attributes (ea_inode feature)
* metadata checksumming is enabled by default by mke2fs
* resize2fs deemed stable enough for bigalloc file systems
* tune2fs now replays the journal before modifying the file system
* improved consistency checks for symlinks
* various fixes in e2image, dumpe2fs, debugfs, and e2fsck for bigalloc file systems
* fix e2image handling of images on big endian systems
* fixed e2fsck to properly update quotas when handling orphan inodes
* Tue Mar 06 2018 jackAATTsuse.cz- libext2fs-fix-build-failure-in-swapfs.c-on-big-endia.patch: Removed as it is included in the new release- switched to .xz archive as kernel.org is going to deprecate gzip archives- Update to 1.43.9
* fix build failure on big endian systems
* inode flag cleanup in libe2p
* Wed Jan 24 2018 jackAATTsuse.cz- libext2fs-fix-build-failure-in-swapfs.c-on-big-endia.patch: libext2fs: fix build failure in swapfs.c on big-endian systems (bsc#1077420)
* Tue Jan 09 2018 jackAATTsuse.cz- Update to 1.43.8
* add forgotten byteswap of some new superblock fields
* fix use-after-free in e2fsck for corrupted root inode
* fix floating point exception due to corrupted superblock in e2fsck
* fix resize2fs\'s free block sanity checks
* updated translations
* Tue Nov 14 2017 jackAATTsuse.cz- Added %license tag to specfile
* Tue Nov 07 2017 jackAATTsuse.cz- Update to 1.43.7
* debugfs, tune2fs, fuse2fs fixes of error handling in journal replay
* e2fsck and debugfs fixes so that malicious filesystems do not cause buffer overflows
* fix corner cases in offline resizing in resize2fs
* updated translations
* Mon Sep 18 2017 roAATTsuse.de- ignore errors for install-info calls in post scripts, otherwise installing with \"--excludedocs\" fails
* Tue Sep 05 2017 jackAATTsuse.cz- Update to 1.43.6
* fix printing of quota inconsistency messages
* fix out of bounds checks in e2fsck
* optimize e2fsck CPU usage for large sparse files
* increase inode size to 256 bytes if features require it
* various UI fixes
* updated translations
* Mon Aug 28 2017 mmarekAATTsuse.com- Add missing coreutils dependency for initrd macros (bsc#1055492).
* Mon Aug 21 2017 jackAATTsuse.cz- Update to 1.43.5
* fix e2fsck infinite loop when rebuilding encrypted directories
* fix tune2fs support for enabling /disabling project quota
* fixes in debugfs, dumpe2fs, e2fsck, tune2fs, and resize2fs for maliciously corrupted filesystems
* fix e2fsck to verify invalid quota inode numbers
* fix byte-swapping of backup superblocks
* fix e2fsck -E bmap2extent to work for sparse files
* fix e2fsck to correctly handle quota accounting for multiply claimed blocks
* lots of other fixes
* Fri Mar 03 2017 jackAATTsuse.cz- Update to 1.43.4
* fix e2fsck handling of system.data extended attributes for small files
* fixes in mke2fs -d
* make mke2fs refuse absurdly large devices
* make mke2fs properly report IO errors
* clarify default in mke2fs questions
* re-add uninit_bg to mke2fs.conf
* add support for project quota to debugfs
* improve xattr support in debugfs
* remove mkfs.ext4dev and fsck.ext4dev
* Mon Oct 03 2016 jackAATTsuse.cz- Remove suse-module-tools dependency as it creates cycle in dependency list
* Tue Sep 27 2016 jackAATTsuse.cz- Update download URL to poing to ftp.kernel.org which is more reliable
* Mon Sep 26 2016 jackAATTsuse.cz- Update to 1.43.3
* mke2fs will use larger journal for large filesystems by default
* e2fsck journal replay bugfixes
* debugfs improvements and fixes
* fix resize2fs migration of attribute blocks- fuse2fs manpage is no longer installed when fuse2fs is not built
* Mon Sep 12 2016 dmuellerAATTsuse.com- fix last change
* Sat Jul 23 2016 crrodriguezAATTopensuse.org- Rebuild the initrd if this package changes (and we are not building the -mini version)
* Mon Jun 20 2016 jackAATTsuse.cz- Update to 1.43.1
* Add support for the ext4 metadata checksum, checksum seed, inline data, encryption, project quota, and read-only features
* Support for the very old, experimental, and never-added-to-mainline compression feature has been removed
* Mke2fs will now create file systems with the metadata_csum and 64bit features enabled by default
* The tune2fs program will ask the user for confirmation before starting dangerous operations if the terminal is available, and it will replay the journal if necessary
* Add an ext2/3/4 FUSE server
* The resize2fs command can now convert file systems between 64-bit and 32-bit mode
* We now use a new e2undo file format which is much more efficient and faster than the old tdb-based scheme. Since it so much faster, e2fsck, tune2fs, debugfs, and resize2fs now also can support using creating an undo file.
* Multiple e2fsck fixes
* Multiple mke2fs improvements
* Multiple debugfs improvements
* Thu Aug 06 2015 dsterbaAATTsuse.com- spec: add static library dependencies
* Sun Jul 26 2015 dsterbaAATTsuse.com- enable static build and package static libraries
* Sat Jun 20 2015 crrodriguezAATTopensuse.org- e2fsprogs-1.41.1-splash_support.patch: Drop it, this patch depends on the old in kernel \"bootsplash\" patches that were removed after the introduction of plymouth.
* Tue May 26 2015 jackAATTsuse.cz- Update to 1.42.13
* fix potential buffer overflow while closing a filesystem
* fix deadlock which occurs when using systemd and e2fsck.conf\'s logging feature
* make tune2fs clear journal superblock backup when removing journal
* fix use after free bugs in resize2fs and e2fsck
* fix endianity bugs in libext2fs ...- Remove e2fsck-fix-free-pointer-dereferences.patch: Merged upstream
* Fri Jan 09 2015 jackAATTsuse.cz- e2fsck-fix-free-pointer-dereferences.patch: Fix use after free (bnc#912229)
* Tue Sep 02 2014 jackAATTsuse.cz- Update to 1.42.12
* fix e2fsck bugs when repairing bigalloc filesystems
* fix rare e2fsck bugs discovered by fs fuzzing
* resize2fs will use less memory when resizing large filesystems ...
* Tue Jul 15 2014 jackAATTsuse.cz- Remove e2fsck.conf since we don\'t need the changed default anymore. e2fsck handles this type of problems automatically now and broken_system_clock has other undesired sideeffects like skipped periodic checks (bnc#866283)
* Tue Jul 15 2014 jackAATTsuse.cz- Update to 1.42.11
* fix aborted journal replay in e2fsck with bigalloc
* make mke2fs refuse insane flex_bg sizes
* automatically fix last mount time and last write time in e2fsck
* fix mke2fs to properly create large filesystems on 32-bit systems
* mke2fs asks before wiping preexisting filesystem
* mke2fs can create filesystems with all metadata in the beginning
* fix resize2fs shrink operation in some corner cases ...- Remove filefrag-print-shared-extent-flag.patch: Merged upstream
* Mon Apr 28 2014 mfashehAATTsuse.com- Add filefrag-print-shared-extent-flag.patch: lets filefrag print shared extent flag when it gets it. Helps with fate#316317 / bnc#868847. Patch sent to upstream 4/17/2014.
* Mon Jan 27 2014 jackAATTsuse.cz- Removed \"-mini\" spec file for now as it is causing troubles in Factory and according to Coolo may not be needed after all.
* Mon Jan 27 2014 jackAATTsuse.cz- update to 1.42.9
* fixes in resize2fs, e2fsck, debugfs, and libext2fs to correctly handle bigalloc filesystems
* fix rehashing of extent mapped directory in e2fsck
* fix e2fsck not to add lost+found in read-only mode
* fix buffer overruns in e2image
* fix tune2fs to properly update all backup superblocks when disabling quota feature
* e2image support for efficient copying of filesystems
* fix complaint about uninitialized extents beyond EOF in e2fsck
* fix resize2fs to not corrupt filesystem in some corner cases
* fix e2fsck crashes when deleting invalid symlink, directory larger than 2GB ...
* Tue Dec 10 2013 nfbrownAATTsuse.com- Created \"-mini\" version of package which doesn\'t build \"info\" and so doesn\'t depend on makeinfo, texinfo, and all of tex. This should allow packages in the bootstrap cycle (such as krb5-mini) to build-depends of libraries from here.
* Thu Jun 27 2013 jackAATTsuse.cz- update to 1.42.8
* e2fsck: detect and fix invalid extents at leaf block tails
* e2fsck: allow checking ro root fs with external journal
* fix offline resizing of fs with flex_bg && !resize_inode
* fix resize2fs to not leave bitmaps beyond fs end
* fixed e2image for large (>32-bit) filesystems
* debugfs fixes- Removed upstreamed patches: e2p-Fix-s-handling-in-parse_num_blocks2.patch resize-bigalloc_check-should-have-return-type-void.patch libext2fs-Fix-return-value-in-ext2fs_test_block_bitm.patch libext2fs-Provide-prototype-for-ext2fs_symlink.patch
* Tue Feb 26 2013 jackAATTsuse.cz- Fix compilation for Fedora targets in Build Service
* Mon Feb 25 2013 jackAATTsuse.cz- Fix compilation warnings by patches: e2p-Fix-s-handling-in-parse_num_blocks2.patch libext2fs-Fix-return-value-in-ext2fs_test_block_bitm.patch libext2fs-Provide-prototype-for-ext2fs_symlink.patch resize-bigalloc_check-should-have-return-type-void.patch
* Fri Feb 22 2013 jackAATTsuse.cz- update to 1.42.7
* Fix various off-line resizing bugs
* New filefrag options to improve output formatting
* mke2fs improvements for bigalloc filesystems
* Fix e2fsck to properly detect corruption of internal extent tree nodes
* Improve CPU efficiency of e2fsck
* Various debugfs improvements ...- refreshed e2fsprogs-1.41.1-splash_support.patch
* Fri Feb 08 2013 fcrozatAATTsuse.com- Install the correct source file as /etc/e2fsck.conf.
* Tue Sep 25 2012 jackAATTsuse.cz- update to 1.42.6
* Fixed a potential seg fault in e2fsck when there is an I/O error while reading the superblock
* Various resize2fs fixes
* Various quota related fixes
* Fixed filefrag so that it correctly reports the number of extents
* Fixed filefrag so it will not crash with a segfault on files from a virtual file system such as /proc
* Fixed a problem if e2fsck where if the root file system is mounted read-only, e2fsck would not clear an error indication in the journal superblock.
* Fixed a bug in how e2fsck would uniquify directory entry names
* Manpage updates ...- removed e2fsprogs-1.42-voidreturn_value_declared.patch because it makes no longer any sence due to upstream changes
* Tue Sep 11 2012 cooloAATTsuse.com- add makeinfo as explicit buildrequire
* Fri Aug 24 2012 idonmezAATTsuse.com- Add an /etc/e2fsck.conf file with broken_system_clock=1 to fix first part of bnc#775268
* Thu Jun 14 2012 cooloAATTsuse.com- update to 1.42.4
* Fix 64-bit block number bugs in e2fsck, dumpe2fs, and debugfs which could corrupt file systems
* Fixed e2fsck\'s handling of how errors propagate from the journal to the file system superblock
* Fixed a false positive complaint from e2fsck if all of the extents in the last extent block are uninitialized and located after the end of the file.
* dumpe2fs will display the journal\'s error indicator in the superblock if it is set
* Fixed a bug which caused e2fsck to incorrectly use O_EXCLUSIVE in some corner cases.
* Fix truncation of extent-mapped inodes in e2fsck and libext2fs
* Fixed i_blocks accounting in bigalloc file systems.
* Add support for btrfs\'s No_COW flag to lsattr and chattr
* Debugfs interprets the date strings of the form \"AATTddd\" as ddd seconds after the epoch
* Updated/fixed various man pages (Closes: #674453, #674694)
* Wed May 23 2012 jackAATTsuse.cz- Updated to 1.42.3 - Fix a bug in the Unix I/O manager which could cause corruption of file systems with more than 16TB when e2fsprogs is compiled in 32-bit mode. - Improve the support for integrated quota files. - Fixed a regression introduced in 1.42.2 which would cause applications outside of e2fsprogs which did not pass the EXT2_FLAG_64BIT to crash. - Fix a bug which would cause mke2fs to fail creating the journal if /etc/mtab and /proc/mounts are missing. - Updated/fixed various man page. - Updated translations.
* Wed May 23 2012 jackAATTsuse.cz- Added dependency of e2fsprogs package on particular versions of libext2fs and libcom_err to avoid problems with missing symbols
* Fri Apr 13 2012 pthAATTsuse.de- Update to 1.42.2:
* resize2fs uses much less CPU and is much faster for very large fs.
* The seti and freei commands in debugfs can now take an optional length argument to set and clear a contiguous range of inodes.
* E2fsck will now make explicit checks for the EOFBLOCKS_FL, since we plan to remove support for it from the kernel file system driver.
* mke2fs can now use direct I/O via \"mke2fs -D\"
* E2fsck was needlessly closing and re-opening the file system as a side effect of adding Multiple Mount Protection (MMP). This isn\'t necessary for non-MMP file systems, so drop it.
* E2fsck will now abort if there are memory allocation failures when the file system is initially opened and during the block group descriptor checks.
* e2fsck will now report the incorrect and corrected checksum values for incorrect block groups.
* e2fsck can now write log files containing the details of the problems that were found and fixed directly, via configuration parameters in /etc/e2fsck.conf.
* The number of messages reported by e2fsck for a given problem type can be limited.
* dumpe2fs, debugfs, and tune2fs now use rbtree bitmaps, which noticably reduces memory consumption for large file systems.
* E2fsck now checks for extents with a zero length.
* Fixed a number of bugs relating to discard.
* E2fsck\'s CPU utilization in pass 5 has been optimized.
* E2image will now skip copying uninitialized bitmap and inode table blocks.
* Fixed mke2fs -S so it does not corrupt the first block group\'s information.
* E2fsck will now check the new sysfs interface to determine if we are using the battery or AC mains.- Add up-to-date german messages
* Fri Apr 13 2012 pthAATTsuse.de- Remove the obsolete german messages.
* Wed Apr 11 2012 rschweikertAATTsuse.com- place binaries and libraries into the /usr tree (UsrMerge project)
* Thu Apr 05 2012 jengelhAATTmedozas.de- SPARC: avoid retention of libquota.a- Remove redundant tags/sections from specfile
* Fri Jan 13 2012 tabrahamAATTnovell.com- removed dumpe2fs-add-man-page-warning-about-mounted-fil.patch deprecated by this release- refreshed e2fsprogs-1.41.1-splash_support.patch- added several patches to fix warnings generated by the check_gcc_output and rpmlint- update to 1.42
* this release has support for file systems >16TB. online resize requires kernel support which will hopefully be in kernel version 3.2. offline support is not yet available for >16TB, but will be coming
* this release has support for clustered allocation, which reduces the number of block (now cluster) bitmaps by allocating and deallocating space in contiguous power-of-2 collections of blocks, which are called clustered. This is a filesystem level feature called \'bigalloc\', which must be enabled when the filesystem is inititally formatted. It is not backwards compatible with older kernels.
* added support for the Multi-Mount Protection (MMP) feature
* The mke2fs and e2fsck programs now tries to use the punch hole command as a \"discard\" when operating on normal files.
* The resize2fs program now has support for a new online resize ioctl that can support file systems > 16TB, once it arrives in v3.x kernels.
* Added e4defrag tool which uses the EXT4_IOC_MOVE_EXT ioctl.
* Added support for journals larger than 2GB.
* Added internationalization support for libcom_err error table strings.
* Fixed various spelling mistakes found in various output strings found by I18N translators.
* Update translations: French, Chinese, Germany, Indonesian, Swedish, Vietnamese, Polish, Dutch, Czech. (Addresses Debian Bugs: #520985, [#620659])
* Updated/clarified man pages. (Addresses Debian Bugs: #639411, #642193, [#634883])
* various bug fixes and enhancements (see RELEASE-NOTES)
* Tue Dec 20 2011 cooloAATTsuse.com- add autoconf as buildrequire to avoid implicit dependency
* Thu Oct 13 2011 jackAATTsuse.cz- Added dumpe2fs.8 manpage fix
* Fri Jul 22 2011 jackAATTsuse.cz- Fix typo in package summary
* Fri Jul 22 2011 jackAATTsuse.cz- Fix licenses in spec file to match those specified in COPYING file
* Tue Jan 25 2011 pthAATTsuse.de- Fix the last untranslated entry in the message catalog.
* Mon Jan 24 2011 pthAATTsuse.de- Add an updated german translation that has also been sent upstream.- Call \'make update-po\' in po/ to sync translations and original messages.
* Wed Jan 05 2011 abrouwersAATTgmail.com- Update to 1.14.14
* Many bugfixes
* Resize2fs -P will now refuse to print a minimum size if the file system is not clean.
* 2fsck will check for cases where the EOFBLOCKS_FL is set when it is not needed, and offer to clear it
* The mke2fs program now queries the kernel for the physical as well as the logical sector size, and will not allow a blocksize below the logical, and will strongly encourage a blocksize at least as big as the physical blocksize
* E2fsck now will completely skip time-based checks if the system clock looks insane or the option broken_system_clock is set in /etc/e2fsck.conf
* E2fsck now tests for extents that begin at physical block 0 and rejects them as invalid.
* The tune2fs program can now set the uninit_bg feature without requiring an fsck
* The tune2fs, dumpe2fs, and debugfs programs now support the new ext4 default mount options settings which were added in 2.6.35
* The resize2fs program now handles devices which are exactly 16T see more changes in RELEASE-NOTES- Use upstream de translations (regenerated in 1.41.13)
* Mon Aug 02 2010 cooloAATTnovell.com- revert pth\'s %configure to fix build
* Wed Jun 30 2010 jengelhAATTmedozas.de- Do package libext2fs.a (BuildRequired for silo) on SPARC
* Mon Jun 28 2010 jengelhAATTmedozas.de- use %_smp_mflags
* Mon Apr 19 2010 pthAATTnovell.com- Regenerate patch so that it applies without fuzz.- Fix spec file.
* Mon Apr 19 2010 pthAATTnovell.com- Bring german message catalog up-to-date.
* Thu Mar 18 2010 jackAATTsuse.cz- update to 1.41.11:
* E2fsck will correctly fix directories that are have an inaccurate i_size as well as other problems in a single pass, instead of requiring two e2fsck runs before the file system is fully fixed.
* Fix e2fsck so it will correctly find and detect duplicate directory entries for non-indexed directories
* Mke2fs will use BLKDISCARD to pre-discard all blocks on an SSD or thinly-provisioned storage device. This can be disabled using the -K option.
* Mke2fs now will obtain get device topology information from blkid and use it to populate the superblock stride and stripe sizes. It will also warn if the block device is misaligned see more changes in RELEASE-NOTES
* Sun Dec 13 2009 jengelhAATTmedozas.de- add baselibs.conf as a source
* Wed Oct 28 2009 crrodriguezAATTopensuse.org- libcom_err-devel shoudl require glibc-devel- Axe static libraries and see how it goes..
* Thu Oct 01 2009 crrodriguezAATTopensuse.org- fix possible massive fdleak when fsck is invoked with options - R -A -M -a -t noopts=nofail in boot.localfs [bnc#503008]
* Thu Sep 10 2009 cooloAATTnovell.com- fix the super block even if someone mounted the file system in wrong timezone in between (bnc#537542)
* Thu Sep 03 2009 cooloAATTnovell.com- update to 1.41.9: \"All users of e2fsprogs are urged to upgrade to the 1.41.9 version as soon as possible\"
* Fix a bug in e2fsck routines for reallocating an inode table which could cause it to loop forever on an ext4 filesystem with the FLEX_BG filesystem feature with a relatively rare (and specific) filesystem corruption. This fix causes e2fsck to try to find space for a new portion of the inode table in the containing flex_bg, and if that fails, the new portion of the inode table will be allocated in any free space available in the filesystem.
* Make e2fsck less annoying by only asking for permission to relocate a block group\'s inode table once, instead of for every overlapping block. Similarly, only ask once to recompute the block group checksums, instead of once for each corrupted block group\'s checksum. see more changes in RELEASE-NOTES
* Mon Aug 03 2009 aschnellAATTsuse.de- added Supplements for ext4
* Mon Jul 13 2009 cooloAATTnovell.com- look for libreadline.so.6 too- refresh patches to avoid fuzz
* Mon Jul 13 2009 kay.sieversAATTnovell.com- update to 1.41.8 - Fix resize2fs\'s online resizing, fixing a regression which in e2fpsrogs 1.41.7. - Fix resize2fs bugs when shrinking ext4 filesystems - If the resize2fs operation fails, the user will be told to fix up the filesystem using e2fsck -fy. - do not install disabled uuid binary and man page - Fix filefrag program for files that have more than 144 extents. - allow V=1 to disable silent build- enable verbose build again (V=1 merged upstream)- move awk scripts from libcom_err2 to libcom_err2-devel
* Wed Jul 08 2009 meissnerAATTsuse.de- moved baselibs.conf changes to util-linux.
* Mon Jun 29 2009 kay.sieversAATTnovell.com- update to 1.41.7- disable libuuid and libblkid packages (moved to util-linux)- drop libvolume_id support (util-linux\'s libblkid will work)- removed patches: e2fsprogs-libvolume_id-support.patch e2fsprogs-no_cmd_hiding.patch e2fsprogs-base_devt.patch e2fsprogs-mdraid.patch
* Mon Mar 09 2009 pthAATTsuse.de- Fix errors in German messages.
 
ICM