1E2fsprogs 1.45.6 (March 20, 2020) 2================================== 3 4Updates/Fixes since v1.45.5: 5 6UI and Features 7--------------- 8 9Debugfs will ignore lines in its command files which start with a 10comment character ("#"). 11 12 13Fixes 14----- 15 16Fixed a number of potential out of bounds memory accesses caused by 17fuzzed / malicious file systems. (Addresses Google Bug: #147849134) 18 19Fix a spurious complaint from e2fsck when a directory which previously 20had more than 32000 subdirectories has the number of subdirectories 21drops below 32000. 22 23Fix an ismounted check when an LVM device is renamed while the device is 24mounted. 25 26Mke2fs -d now correctly sets permission with files where the owner 27permissions are not rwx. 28 29Improve e2fsck's ability to deal with file systems with very large 30number of directories, such that various data structures take more than 312GiB of memory. Use better structure packing to improve the memory 32efficiency of these data structures. 33 34Fix debugfs so it correctly prints inode numbers > 2**31. 35 36Filefrag now supports very large files (with > 4 billion blocks), as 37well as block sizes up to 1 GiB. 38 39Updated and clarified various man pages. (Addresses Debian Bugs: 40#953493, #953494, #951808) 41 42 43 44Performance, Internal Implementation, Development Support etc. 45-------------------------------------------------------------- 46 47Reserved the error code EXT2_ET_NO_GDESC (which will be used in 48e2fsprogs v1.46+) 49 50Added a thread-safe variant of e2p_feature2string(), 51e2p_feature_to_string() to the libe2p library. 52 53Fixed portability problems caused by gcc 10. 54 55Fixed portability problem in libcom_err with GNU Hurd. 56 57Fixed various Debian packaging issues. (Addresses-Debian-Bug: #953926) 58 59Synchronized changes from Android's AOSP e2fsprogs tree. 60 61Update the Malay translation from the translation project. 62 63