[ubuntu/impish-proposed] e2fsprogs 1.46.2-1ubuntu1 (Accepted)
Matthias Klose
doko at ubuntu.com
Mon May 10 12:41:11 UTC 2021
e2fsprogs (1.46.2-1ubuntu1) impish; urgency=medium
* Merge with Debian; remaining changes:
- Use 4k blocksize in all ext4 mke2fs.conf stanzas, so lvm migration
between non-4k PVs and 4k PVs works regardless of the volume size.
e2fsprogs (1.46.2-1) unstable; urgency=medium
* New upstream release
* Add support for the FS_NOCOMP_FL flag to chattr and lsattr.
* Fix Direct I/O support on block devices where the logical block size is
greater 1k.
* Fix debugfs's logdump so it works on file systems whose block size is
greater than 8k.
* Fix the debugfs rdump and ls commands so they will work correctly for
uid's and gid's => 65536.
* Teach the tune2fs program to support "random" as an argument to the -c
option, which sets the maximum mount count. (Closes: #926293)
* Fix a where e2fsck could a crash when there is error while e2fsck is
trying to open the file system, and e2fsck calls ext2fs_mmp_stop()
before MMP has been initialized. (Closes: #696609)
* Fix the debugfs write and symlink commands so they support targets which
contain a pathname (instead of only working when writing a file or
creating a symlink in the current directory).
* When resizing a small file systems to a super-large file system size,
avoid issuing some scary bitmap operation warnings.
* Improved error checking in the fast commit replay code in e2fsck.
* Updated and clarified the chattr man page.
* Update the Spanish translation from the translation project.
e2fsprogs (1.46.1-1) unstable; urgency=medium
* Drop transitional packages libcomerr2, e2fslibs, and e2fslibs-dev
* Fix a bug in libext2fs and debugfs when trying to set an extended
attribute will result in a seg fault.
* Fix e2fsck so it properly accepts large_dir directories which are
greater than 4GB in size.
* Fix mke2fs -d so it correctly handles important a directory or small
file which is stored using inline_data and contains an ACL or extended
attribute. (Closes: #971014)
* Add build profiles noudeb and pkg.e2fsprogs.no-static (Closes: #966686)
* Update the Czech, French, Malay, Polish, Portuguese, Sweedish, and
Ukranian translations from the translation project.
e2fsprogs (1.46.0-1) experimental; urgency=medium
* New upstream release
* Add support for the new fast_commit feature. (Requires Linux version
5.10 or higher)
* Add support for the new stable_inodes feature which is needed to
support some the fscrypt siphash algorithm.
* Add support for file systems that have both case folding and
encryption enabled. (Not yet upstream, but used in some Android handsets.)
* The fuse2fs program now supports the "norecovery" which omits replying
the journal and mounts the file system read-only.
* Bitmap loading is now done using multiple threads which can speed up
debugfs, dumpe2fs, and e2fsck on very large file systems.
* E2fsck now will check file names on file systems with case folding
enabled to make sure the characters are valid UTF-8 characters.
This is done for file systems which enforce strict encodings, and
optionally if the extended "check_encoding" option is requested.
* E2fsck will properly handle checking for duplicated file names when
case folding is enabled.
* E2fsck will now find and fix file system corruptions when the encrypted
files have a different policy from their containing directory.
* The "htree" command in debugfs now displays the metadata checksums for
hash tree index blocks.
* Fix various bugs where a maliciously corrupted file systems could case
e2fsck and other e2fsprogs programs to crash.
* Dumpe2fs will print the error code that Linux kernels newer than v5.6
will save to indicate the class of error which triggered the ext4_error
event.
* E2fsprogs programs (in particular, fuse2fs) can now update htree
directories without clearing the htree index.
* Tune2fs will properly recalculate directory block checksums when
clearing the dir_index feature.
* Fix a bug in e2fsck directory rehashing which could fail with ENOSPC
because it doesn't take into account the space needed for the metadata
checksum, and doesn't create a sufficiently deep index tree.
* Clarify the e2fsck messages when it resets the directory link count when
it is set to the overflow value but it is no longer needed.
* Mke2fs now sets the s_overhead_cluster field, so that the kernel doesn't
need to calculate it at mount time. This speeds up mounting very large
file systems.
* Speed up mke2fs when creating large bigalloc file systems by optimizing
ext2fs_convert_subcluster_bitmap().
* The filefrag program can now request the kernel to display the extent
status cache by using "filefrag -E". (This requires Linux version 5.4
or newer.)
Date: Mon, 10 May 2021 14:31:18 +0200
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/e2fsprogs/1.46.2-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 10 May 2021 14:31:18 +0200
Source: e2fsprogs
Built-For-Profiles: noudeb
Architecture: source
Version: 1.46.2-1ubuntu1
Distribution: impish
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Matthias Klose <doko at ubuntu.com>
Closes: 696609 926293 966686 971014
Changes:
e2fsprogs (1.46.2-1ubuntu1) impish; urgency=medium
.
* Merge with Debian; remaining changes:
- Use 4k blocksize in all ext4 mke2fs.conf stanzas, so lvm migration
between non-4k PVs and 4k PVs works regardless of the volume size.
.
e2fsprogs (1.46.2-1) unstable; urgency=medium
.
* New upstream release
* Add support for the FS_NOCOMP_FL flag to chattr and lsattr.
* Fix Direct I/O support on block devices where the logical block size is
greater 1k.
* Fix debugfs's logdump so it works on file systems whose block size is
greater than 8k.
* Fix the debugfs rdump and ls commands so they will work correctly for
uid's and gid's => 65536.
* Teach the tune2fs program to support "random" as an argument to the -c
option, which sets the maximum mount count. (Closes: #926293)
* Fix a where e2fsck could a crash when there is error while e2fsck is
trying to open the file system, and e2fsck calls ext2fs_mmp_stop()
before MMP has been initialized. (Closes: #696609)
* Fix the debugfs write and symlink commands so they support targets which
contain a pathname (instead of only working when writing a file or
creating a symlink in the current directory).
* When resizing a small file systems to a super-large file system size,
avoid issuing some scary bitmap operation warnings.
* Improved error checking in the fast commit replay code in e2fsck.
* Updated and clarified the chattr man page.
* Update the Spanish translation from the translation project.
.
e2fsprogs (1.46.1-1) unstable; urgency=medium
.
* Drop transitional packages libcomerr2, e2fslibs, and e2fslibs-dev
* Fix a bug in libext2fs and debugfs when trying to set an extended
attribute will result in a seg fault.
* Fix e2fsck so it properly accepts large_dir directories which are
greater than 4GB in size.
* Fix mke2fs -d so it correctly handles important a directory or small
file which is stored using inline_data and contains an ACL or extended
attribute. (Closes: #971014)
* Add build profiles noudeb and pkg.e2fsprogs.no-static (Closes: #966686)
* Update the Czech, French, Malay, Polish, Portuguese, Sweedish, and
Ukranian translations from the translation project.
.
e2fsprogs (1.46.0-1) experimental; urgency=medium
.
* New upstream release
* Add support for the new fast_commit feature. (Requires Linux version
5.10 or higher)
* Add support for the new stable_inodes feature which is needed to
support some the fscrypt siphash algorithm.
* Add support for file systems that have both case folding and
encryption enabled. (Not yet upstream, but used in some Android handsets.)
* The fuse2fs program now supports the "norecovery" which omits replying
the journal and mounts the file system read-only.
* Bitmap loading is now done using multiple threads which can speed up
debugfs, dumpe2fs, and e2fsck on very large file systems.
* E2fsck now will check file names on file systems with case folding
enabled to make sure the characters are valid UTF-8 characters.
This is done for file systems which enforce strict encodings, and
optionally if the extended "check_encoding" option is requested.
* E2fsck will properly handle checking for duplicated file names when
case folding is enabled.
* E2fsck will now find and fix file system corruptions when the encrypted
files have a different policy from their containing directory.
* The "htree" command in debugfs now displays the metadata checksums for
hash tree index blocks.
* Fix various bugs where a maliciously corrupted file systems could case
e2fsck and other e2fsprogs programs to crash.
* Dumpe2fs will print the error code that Linux kernels newer than v5.6
will save to indicate the class of error which triggered the ext4_error
event.
* E2fsprogs programs (in particular, fuse2fs) can now update htree
directories without clearing the htree index.
* Tune2fs will properly recalculate directory block checksums when
clearing the dir_index feature.
* Fix a bug in e2fsck directory rehashing which could fail with ENOSPC
because it doesn't take into account the space needed for the metadata
checksum, and doesn't create a sufficiently deep index tree.
* Clarify the e2fsck messages when it resets the directory link count when
it is set to the overflow value but it is no longer needed.
* Mke2fs now sets the s_overhead_cluster field, so that the kernel doesn't
need to calculate it at mount time. This speeds up mounting very large
file systems.
* Speed up mke2fs when creating large bigalloc file systems by optimizing
ext2fs_convert_subcluster_bitmap().
* The filefrag program can now request the kernel to display the extent
status cache by using "filefrag -E". (This requires Linux version 5.4
or newer.)
Checksums-Sha1:
0fbe3200dfa28a83faecba11867219dc11ce1c58 3203 e2fsprogs_1.46.2-1ubuntu1.dsc
cfaf65ecdfb71cbb424d4cce13b436da4a079dff 9496954 e2fsprogs_1.46.2.orig.tar.gz
feafeda9c3804e870726e9812df44bdbb64a6146 488 e2fsprogs_1.46.2.orig.tar.gz.asc
f6d14f0d5f4cd8fc017674ec5676fb306c010813 83100 e2fsprogs_1.46.2-1ubuntu1.debian.tar.xz
1cf7aecd4e48f5e586390ba2ba3846cd34cfe38b 7133 e2fsprogs_1.46.2-1ubuntu1_source.buildinfo
Checksums-Sha256:
c96d48b8f133ff6df3e85d7c5e55f3afdf062ff789f834e8325d1b42194c006c 3203 e2fsprogs_1.46.2-1ubuntu1.dsc
f79f26b4f65bdc059fca12e1ec6a3040c3ce1a503fb70eb915bee71903815cd5 9496954 e2fsprogs_1.46.2.orig.tar.gz
948552550f23a9e0223cecb51b5b85258c9d94895a20bce1180fce770628a55f 488 e2fsprogs_1.46.2.orig.tar.gz.asc
39d1d90c8ae8ce77960d5686ab609ddfd5318f536be8bfb689feaed854c9826d 83100 e2fsprogs_1.46.2-1ubuntu1.debian.tar.xz
5947aae0ea2e1b709d1a8e74ac4b91f56527c2569d7b22ff0053c8a7581ce169 7133 e2fsprogs_1.46.2-1ubuntu1_source.buildinfo
Files:
4b282d7df24523d2082961ac82eac738 3203 admin required e2fsprogs_1.46.2-1ubuntu1.dsc
e8ef5fa3b72557be5e9fe564a25da6eb 9496954 admin required e2fsprogs_1.46.2.orig.tar.gz
cc53a1867cb8b23f1c74453ddf9110d9 488 admin required e2fsprogs_1.46.2.orig.tar.gz.asc
a794c72f28e96bfa52f82514364f0734 83100 admin required e2fsprogs_1.46.2-1ubuntu1.debian.tar.xz
fb4fa12fa730e3431e919109a07f530e 7133 admin required e2fsprogs_1.46.2-1ubuntu1_source.buildinfo
Original-Maintainer: Theodore Y. Ts'o <tytso at mit.edu>
More information about the impish-changes
mailing list