Name: | e2fsprogs |
---|---|
Version: | 1.42.9 |
Release: | 19.0.1.el7 |
Architecture: | aarch64 |
Group: | System Environment/Base |
Size: | 3227811 |
License: | GPLv2 |
RPM: | e2fsprogs-1.42.9-19.0.1.el7.aarch64.rpm |
Source RPM: | e2fsprogs-1.42.9-19.0.1.el7.src.rpm |
Build Date: | Wed Feb 22 2023 |
Build Host: | build-ol7-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | http://e2fsprogs.sourceforge.net/ |
Summary: | Utilities for managing ext2, ext3, and ext4 filesystems |
Description: | The e2fsprogs package contains a number of utilities for creating, checking, modifying, and correcting any inconsistencies in second, third and fourth extended (ext2/ext3/ext4) 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, ext3, or ext4 filesystem. |
- fix a duplicated block allocation failure (Orabug 33770774)
- fix issues with meta_bg when resizing file system (#1849718)
- fix out-of-bounds write on corrupted fs (#1797731) - fix out-of-bounds write on corrupted fs (#1768710) - fix e2fsprogs creating corrupted meta image (#1711880) - fix typo in ext4 man page (#1720130) - provide easy metod for creating compatible rhel6 fs (#1780277) - better handling of trivial dir link count problem (#1820048)
- fix resizing large file systems when block size != page size (#1771515)
- Fix NULL pointer dereference when releasing memory (#1720903)
- set dir_nlink feature if large dir exists (#1683694)
- Various fixes and improvements (#1682935) - Automatically enable meta_bg to avoid failure when creating huge fs with small bs (#1608635) - don't ignore fsync errors in filefrag (#1451185)
- e2fsck: warn if checkinterval and broken_system_clock both set (#1365594) - e2fsprogs: fail to open 1k block size ext4 with bigalloc,meta_bg,^resize_inode (#1448019)
- Fix 32/64-bit overflow when multiplying by blocks/clusters per group (#1553004)
- libext2fs: skip start_blk adjustment when stride and flex_bg is set (#1503969) - tune2fs: edit dire warning about check intervals (#1433233)