Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
e2fsprogs-devel: Ext2 filesystem-specific static libraries and headers.
- Summary
- E2fsprogs-devel contains the libraries and header files needed to
develop second extended (ext2) filesystem-specific programs.
You should install e2fsprogs-devel if you want to develop ext2
filesystem-specific programs. If you install e2fsprogs-devel, you'll
also want to install e2fsprogs.
Changelog
- * Wed Jul 20 19:00:00 2005 Thomas Woerner <twoerner{%}redhat{*}com> 1.35-12.2.EL4
- Fixed overflow handling for device size determination on 64-bit hosts
(#158518) - Thanks to Stephen C. Tweedie for the patch.
- Fixed SEGV on large partitions (#158931)
- Close File descriptor for unregognized devices (#159878)
Thanks to David Milburn for the patch.
- Fixed type aliasing problem (ext2fs abort) (#161183)
Thanks to Stephen C. Tweedie for the patch.
- * Fri Feb 25 18:00:00 2005 Stephen C. Tweedie <sct{%}redhat{*}com> 1.35-12.1.EL4
- Avoid some potential inode cache coherency problems
- * Wed Feb 23 18:00:00 2005 Stephen C. Tweedie <sct{%}redhat{*}com> 1.35-12.1.EL4
- Reenable offline resize
+ fix interactions with online resize
- Many bugfixes from e2fsprogs-1.36:
+ Offline resize maintains the online resize inode
+ e2fsck fixes for online resize
+ fix mke2fs -[R|E] resize= option
+ fix removal of the xattr feature
+ fix offline resize byte swapping on bigendian hosts
+ dumpe2fs/tune2fs will show the reserved GDT blocks on a filesystem
- Fix determination of device size for devices >= 4TB (bugzilla #143907)
- Fix gdt verification on bigendian hosts for online resize
(bugzilla #142493, #142480)
- Never default to blocksize >4K in mke2fs
- Supercede old double-kfree fix (bugzilla #132707)
- Remove undesirable debug printfs from libe2fs resize code