Whamcloud - gitweb
po: update sv.po (from translationproject.org)
[tools/e2fsprogs.git] / doc / RelNotes / v1.45.7.txt
1 E2fsprogs 1.45.7 (January 28, 2021)
2 ==================================
3
4 Updates/Fixes since v1.45.6:
5
6 UI and Features
7 ---------------
8
9 Mke2fs will now warn when creating a file system on a DAX-capable device
10 and the block size is incompatible with DAX.
11
12 The chattr and lsattr programs now support using the 'x' attribute to
13 set/get dax support on a particular file.
14
15 E2fsprogs now supports the gnu.* extended attribute namespace, which
16 allows mke2fs -d to import the gnu.translator extended attributes.
17
18 Add support for the simultaneous enablement of the casefold and
19 encryption features, which ext4 supports starting with the v5.5 Linux
20 kernel.
21
22
23 Fixes
24 -----
25
26 When trying to run debugfs on a mounted file system, it's possible for
27 the superblock to be read in an inconsistent state; debugfs will now
28 retry the open in the hopes that it will succeed.
29
30 Fix an off-by-one error when validating the depth of an htree which
31 caused e2fsck to potentially fail to notice an invalid htree.
32
33 Fix potential buffer overrun in e2fsck when scanning directory blocks in
34 pass 2. (Addresses Google Bug: #158564737)
35
36 Fix tune2fs so that it unlocks the MMP block if it can't perform the
37 requested operation.
38
39 Fix mke2fs so it can import the contents of a directory using the -d
40 option when it has inode numbers that are greater than 2**32.   Also fix
41 an ommission were the extended attributes on the top-level directory was
42 not getting copied to the root directory.
43
44 Fix e4crypt so that the add_key operation uses the explicitly provided
45 salt if it is provided.
46
47 Fix resize2fs to prevent it from overflowing the block group descriptors
48 from overflowing the first block group.  (This can only happen when the
49 block size is 1k and the file system is very large.)
50
51 Fix debugfs's set_super_value command so it can set 64-bit integer
52 fields, such as s_kbytes_written.
53
54 Fix filefrag so that it won't crash if the kernel returns zero for
55 statfs(2)'s device id or if it returns a blocksize of zero the device's
56 blocksize.  This only happens with kernel bugs, but filefrag shouldn't
57 crash when the kernel returns an unexpected value.
58
59 Fix a few bad error code returns in the unix and sparse I/O managers.
60 (These errors rarely happen in real life; these were find thanks to a
61 static code checker.)
62
63 E2fsck will no longer try to fix duplicate file names in an encrypted
64 directory by mutating the file name since that will cause the decrypted
65 file name to be gibberish, or to contain invalid characters.
66
67 Updated and clarified various man pages.
68
69
70 Performance, Internal Implementation, Development Support etc.
71 --------------------------------------------------------------
72
73 The misc/mke2fs.conf.in script now properly escaping of double quotes
74 when incorporating the mke2fs.conf into the default_profile.c file.  The
75 upstream version of the mke2fs.conf.in file doesn't have any double
76 quotes, but this allows a customized distribution of e2fsprogs to have
77 double quotes in its default mke2fs profile.
78
79 Speeded up mkfs.ext3 by batching calls to ext2fs_zero_blocks when
80 zeroing the blocks for an indirect-block mapped journal inode.
81
82 Fixed portability problem for implementations of grep which don't
83 support extended regexp's without the -E option.
84
85 Fix various compiler and Coverity warnings.
86
87 Fixed portability issue which caused a build failure when mkdir -p is
88 not thread safe; in that case, the Makefiles would not find the
89 install_sh replacement script.
90
91 Fixed various Debian packaging issues.
92
93 Synchronized changes from Android's AOSP e2fsprogs tree.
94
95 Update the Dutch, Malay, and Serbian translations from the translation
96 project.