Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
e2fsprogs: Utilities for managing the second and third extended (ext2/ext3) filesystems
- Summary
- The e2fsprogs package contains a number of utilities for creating,
checking, modifying, and correcting any inconsistencies in second
and third extended (ext2/ext3) filesystems. E2fsprogs contains
e2fsck (used to repair filesystem inconsistencies after an unclean
shutdown), mke2fs (used to initialize a partition to contain an
empty ext2 filesystem), debugfs (used to examine the internal
structure of a filesystem, to manually repair a corrupted
filesystem, or to create test cases for e2fsck), tune2fs (used to
modify filesystem parameters), and most of the other core ext2fs
filesystem utilities.
You should install the e2fsprogs package if you need to manage the
performance of an ext2 and/or ext3 filesystem.
Changelog
- * Tue Dec 11 16:00:00 2007 Eric Sandeen <esandeen{%}redhat{*}com> 1.39-10.el5_1.1
- Fix integer overflows (#414641 / CVE-2007-5497)
- * Mon Jun 25 17:00:00 2007 Eric Sandeen <esandeen{%}redhat{*}com> 1.39-10
- Fix up .po files to remove timestamps; multilib issues (#245653)
- * Fri Jun 22 17:00:00 2007 Eric Sandeen <esandeen{%}redhat{*}com> 1.39-9
- Many coverity-found potential leaks, segfaults, etc (#239354)
- Fix debugfs segfaults when no fs open (#208416, #209330)
- Avoid recursive loops in logdump due to symlinks in /dev (#210371)
- Don't write changes to the backup superblocks by default (#229561)
- Correct byteswapping for fast symlinks with xattrs (#232663)
- e2fsck: added sanity check for xattr validation (#230193)