Whamcloud - gitweb
tests: skip m_rootdir_acl on GNU Hurd
[tools/e2fsprogs.git] / doc / RelNotes / v1.46.3.txt
1 E2fsprogs 1.46.3 (July 27, 2021)
2 ================================
3
4 Updates/Fixes since v1.46.2:
5
6 UI and Features
7 ---------------
8
9 Teach the filefrag program the -V option, which will print the version
10 of the tool, or if -V option is specified twice, will print the list of
11 supported FIEMAP flags.
12
13
14 Fixes
15 -----
16
17 Fix bug in resize2fs where growing a file system with MMP enabled and
18 there aren't any (or sufficient) reserved block group descriptors,
19 resize2fs could potentially overwrite the MMP block, leading to file
20 system corruption.  (Addresses Debian Bug: #984472)
21
22 Fix fast_commit portability problems on sparc64 and arm64 architectures
23 (the latter when running e2fsprogs compiled for arm32).   (Addresses
24 Debian Bug: #987641)
25
26 Fix missing mutex unlock in an error path in the Unix I/O manager.
27
28 Fix Direct I/O support in the Unix I/O manager (this was a regression
29 that was introduced in v1.46.2).
30
31 Fix mke2fs to avoid discarding blocks beyond the end of the file system
32 to be created when creating a file system which is smaller than 16MB and
33 the file system size was explicitly specified and smaller than the size
34 of the block device.  (Addresses Debian Bug: #989630)
35
36 Teach mke2fs to avoid giving a spurious warning about a pre-existing
37 partition table and it is creating a file system at a non-zero offset
38 (so the partition table wouldn't be overwritten in any case).
39 (Addresses Debian Bug: #989612)
40
41 Fix e2image -Q to prevent a multiplcation overflow could corrupt the
42 generated QCOW2 output file for very large file systems.
43
44 When e2fsck repairs '.' and '..' entries in corrupted directories, set
45 the file type in the directory entry to be EXT2_FT_DIR and do not leave
46 the file type as EXT2_FT_UNKNOWN.
47
48 Fix e2fsck so that the if the s_interval is zero, and the last mount or
49 write time is in the future, it will fix invalid last mount/write
50 timestamps in the superblock.  (This was a regression introduced in
51 v1.45.5.)
52
53 Fix potential memory leaks and seg faults when memory allocations fail.
54
55 Fix lsattr and chattr to avoid opening or calling EXT2_IOC_[GS]ETFLAGS
56 on devices, since this can cause some devices to react badly as a
57 result.  (Thix fixes a regression introduced in v1.46.2 and addresses
58 Debian Bug: #986332)
59
60 Updated and clarified the e2image and filefrag man pages.
61
62
63 Performance, Internal Implementation, Development Support etc.
64 --------------------------------------------------------------
65
66 Avoid forking an unnecessary thread in ext2fs_rw_bitmaps().
67
68 Avoid unnecessary stat(2) calls on mountpoints when checking if a file
69 system is mounted.
70
71 Add more modern support for Windows I/O.
72
73 Fix various compiler and valgrind warnings.
74
75 Synchronized changes from Android's AOSP e2fsprogs tree.
76
77 Update Dutch, Malay, and Serbian translations.