-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update release notes, etc., for the 1.47.0 release
Signed-off-by: Theodore Ts'o <[email protected]>
- Loading branch information
Showing
10 changed files
with
975 additions
and
705 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
doc/RelNotes/v1.46.5.txt | ||
doc/RelNotes/v1.47.0.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,25 @@ | ||
e2fsprogs (1.47.0-1) unstable; urgency=medium | ||
|
||
* New upstream version | ||
* Add support for the new orphan_file feature, which speeds up workloads | ||
that are deleting or truncating a large number files in parallel. | ||
* Mke2fs now enables the orphan_file and metadata_csum_seed feature. | ||
* Mke2fs now supports the extended option "assume_storage_prezeroed" | ||
which causes mke2fs to skip zeroing the journal and inode tables and | ||
to mark the inode tables as zeroed. | ||
* Tune2fs and e2label will more reliably modify the label and UUID for a | ||
mounted file system using new kernel ioctls. | ||
* Tune2fs can now disable the casefold feature after scanning all of the | ||
directories do not have the casefold flag set. | ||
* Fix a potential unbalanced mutex unlock when there is a short read | ||
while using the bounce buffer when using direct I/O. | ||
* Update to standards 4.6.2 | ||
|
||
-- Theodore Y. Ts'o <[email protected]> Mon, 06 Feb 2023 22:07:49 -0500 | ||
|
||
e2fsprogs (1.46.6-1) unstable; urgency=medium | ||
|
||
* Upstream version | ||
* New upstream version | ||
* NMU acknowledge (Closes: #1022096) | ||
* In line with v6.2 and later Linux kernel, the extended xattribute hash | ||
may be calculated using either the signed or unsigned char variant, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
E2fsprogs 1.47.0 (February 5, 2023) | ||
=================================== | ||
|
||
Updates/Fixes since v1.46.6: | ||
|
||
UI and Features | ||
--------------- | ||
|
||
Add support for the orphan_file feature, which speeds up workloads that | ||
are deleting or truncating a large number files in parallel. This | ||
compat feature was first supported in the v5.15 Linux kernel. | ||
|
||
The mke2fs program (via the mke2fs.conf file) now enables the | ||
metadata_csum_seed and orphan_file features by default. The | ||
metadata_csum_seed feature is an incompat feature which is first | ||
supported in the Linux kernel starting in the 4.4 kernel and e2fsprogs | ||
1.43. | ||
|
||
Mke2fs now supports the extended option "assume_storage_prezeroed" which | ||
causes mke2fs to skip zeroing the journal and inode tables and to mark | ||
the inode tables as zeroed. | ||
|
||
Add support to tune2fs and e2label to set the label and UUID for a | ||
mounted file system using a ioctl, which is more reliable than modifying | ||
the superblock via writing to the block device. The kernel support for | ||
setting the label landed in v5.17, while the support for adding the UUID | ||
landed in v6.0. If the ioctls are not supported, tune2fs and e2label | ||
will fall back old strategy of directly modifying the superblock. | ||
|
||
Allow tune2fs to disable the casefold feature after scanning all of the | ||
directories do not have the Casefold flag set. | ||
|
||
|
||
Fixes | ||
----- | ||
|
||
Fix a potential unbalanced mutex unlock when there is a short read while | ||
using the bounce buffer when using direct I/O. | ||
|
||
|
||
Performance, Internal Implementation, Development Support etc. | ||
-------------------------------------------------------------- | ||
|
||
Fix various Coverity and compiler warnings. | ||
|
||
Add the new function ext2fs_xattrs_read_inode() which takes an in-memory | ||
inode to avoid needing to reread an inode that was already read into | ||
memory. | ||
|
||
Teach debugfs logdump command the -n option which forces printing a | ||
specified number of transactions, even when a block missing a magic | ||
number would have stopped the logdump. (This is for debugging | ||
journalling problems.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Begin3 | ||
Title: EXT2 Filesystem utilities | ||
Version: 1.46.6 | ||
Entered-date: 2023-02-01 | ||
Version: 1.47.0 | ||
Entered-date: 2023-02-05 | ||
Description: The filesystem utilities for the EXT2, EXT3, and EXT4 | ||
filesystems, including e2fsck, mke2fs, dumpe2fs, and others. | ||
Keywords: utilities, filesystem, Ext2fs, ext3, ext4 | ||
Author: [email protected] (Theodore Tso) | ||
Maintained-by: [email protected] (Theodore Tso) | ||
Primary-site: ftp.kernel.org /pub/linux/kernel/people/tytso/e2fsprogs | ||
9400kB e2fsprogs-1.46.6.tar.gz | ||
1kB e2fsprogs-1.46.6.lsm | ||
9400kB e2fsprogs-1.46.7.tar.gz | ||
1kB e2fsprogs-1.46.7.lsm | ||
pAlternate-site: download.sourceforge.net /pub/sourceforge/e2fsprogs | ||
Platforms: linux 1.2.x/1.3.x/2.0.x/2.1.x/2.2.x/2.3.x/2.4.x/2.5.x/2.6.x/3.x/4.x/5.x/6.x | ||
Copying-policy: GPL-2/LGPL-2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.