Whamcloud - gitweb
e2fsck: add support for expanding the inode size
[tools/e2fsprogs.git] / doc / RelNotes / v1.46.2.txt
1 E2fsprogs 1.46.2 (February 28, 2021)
2 ===================================
3
4 Updates/Fixes since v1.46.1:
5
6 UI and Features
7 ---------------
8
9 Teach the tune2fs program to support "random" as an argument to the -c
10 option, which sets the maximum mount count.  (Addresses Debian Bug:
11 #926293)
12
13 Add support for the FS_NOCOMP_FL flag to chattr and lsattr.
14
15
16 Fixes
17 -----
18
19 When resizing a small file systems to a super-large file system size,
20 avoid issuing some scary bitmap operation warnings.  (Addresses Github
21 issue https://github.com/tytso/e2fsprogs/issues/60)
22
23 Fix the debugfs rdump and ls commands so they will work correctly for
24 uid's and gid's => 65536.  (Addresses Github issue issue
25 https://github.com/tytso/e2fsprogs/issues/63)
26
27 Fix the debugfs write and symlink commands so they support targets which
28 contain a pathname (instead of only working when writing a file or
29 creating a symlink in the current directory).  (Addresses Github issue
30 https://github.com/tytso/e2fsprogs/issues/61)
31
32 Fix Direct I/O support on block devices where the logical block size is
33 greater 1k.  (This includes Advanced Format HDD's, where the sector size
34 is 4k, and IBM Mainframe DASD's, where the sector size is 2k.)
35
36 Fix debugfs's logdump so it works on file systems whose block size is
37 greater than 8k.
38
39 Fix a where e2fsck could a crash when there is error while e2fsck is
40 trying to open the file system, and e2fsck calls ext2fs_mmp_stop()
41 before MMP has been initialized.  (Addresses Debian Bug: #696609)
42
43 Improved error checking in the fast commit replay code in e2fsck.
44
45 Updated and clarified the chattr man page.
46
47
48 Performance, Internal Implementation, Development Support etc.
49 --------------------------------------------------------------
50
51 Fix various compiler and Coverity warnings.
52
53 Update the Spanish translation from the translation project.
54
55 Update the e2fsck/iscan.c test program so that it builds again.
56
57 Fix an environmental dependency bug for the m_rootdir_acl regression
58 test.
59
60 Avoid the use of loff_t, which is not available for all compilers /
61 system include files.
62
63 Fix failure of the t_mmp_fail test when running on a device with a 4k
64 logical sector size.