Accepting request 663602 from home:jankara:branches:filesystems

- Update to 1.44.5
 * use 64-bit counters to track number of defragged files
 * correctly traslate Posix ACLs
 * Use the online free block counts
 * Fix a false warning that tune2fs will take along time to change UUID
 * e2fsck will only offer to set the inline_data feature flag sometimes
 * e4defrag running as root but can't find file system
 * resize2fs was failing to update extent tree checksums
 * fuse2fs command line parsing fixed
 * e2fs segfault fix when corrupted journal file-system is too large
 * e2image now includes the mmp block
 * fix various verity handling bugs which made it unusable
 * fix a bug in tune2fs to dereference freed memory after replay

OBS-URL: https://build.opensuse.org/request/show/663602
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=103
This commit is contained in:
Jan Kara
2019-01-08 14:35:18 +00:00
committed by Git OBS Bridge
parent d037b8351e
commit 791a69f25c
4 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Jan 8 09:34:17 UTC 2019 - jack@suse.cz
- Update to 1.44.5
* use 64-bit counters to track number of defragged files
* correctly traslate Posix ACLs
* Use the online free block counts
* Fix a false warning that tune2fs will take along time to change UUID
* e2fsck will only offer to set the inline_data feature flag sometimes
* e4defrag running as root but can't find file system
* resize2fs was failing to update extent tree checksums
* fuse2fs command line parsing fixed
* e2fs segfault fix when corrupted journal file-system is too large
* e2image now includes the mmp block
* fix various verity handling bugs which made it unusable
* fix a bug in tune2fs to dereference freed memory after replay
-------------------------------------------------------------------
Tue Sep 11 15:34:00 UTC 2018 - jack@suse.cz