tests: update expect file for u_direct_io
[e2fsprogs.git] / doc / RelNotes / v1.46.4.txt
blob52c89864f77624981939571579c1e101246fc283
1 E2fsprogs 1.46.4 (August 18, 2021)
2 ==================================
4 Updates/Fixes since v1.46.3:
6 UI and Features
7 ---------------
9 The defaults for mke2fs now call for 256 byte inodes for all file
10 systems (with the exception of file systems for the GNU Hurd, which only
11 supports 128 byte inodes).  Creating non-Hurd file systems with 128 byte
12 inodes will trigger a warning message to make sure users are aware of
13 the potential problems of using small/legacy inode sizes.
15 The bigalloc feature is now considered supported if the cluster size no
16 more than 16 times the block size.  So the mke2fs program has been
17 changes to only warn if the cluster size is larger than that.
20 Fixes
21 -----
23 E2fsck now checks to make sure directory entries do not reference
24 internal quota inodes.
26 E2image now includes the quota inodes when creating file system image,
27 since they are part of the file system metadata.
29 E2fsck now properly accounts the quota usage of the project quota file.
31 Fix a regression introduced in 1.64.3 where attempting to create a file
32 system image using mke2fs into a non-existent file would fail.
33 (Addresses Debian Bug: #992094)
35 Fix mke2fs to correctly create Posix ACL's on big-endian systems when
36 copying files from a directory hierarchy.
38 Updated and clarified the resize2fs man pages.  (Addresses Debian Bug:
39 #979411)
43 Performance, Internal Implementation, Development Support etc.
44 --------------------------------------------------------------
46 Improve various regression tests to be more portable and to reflect the
47 new default inode size of 256 byte inodes, even for small file systems.
49 Fixed a GNU Hurd portability problem which was causing tests to fail.
51 Fixed a test failure in f_baddotdir on big-endian systems.  This wasn't
52 necessarily a bug per se in e2fsck, but rather e2fsck having different
53 behaviour on big-endian systems.  (Addresses Debian Bug: #991922)
55 Use WantedBy=multi-user.target in e2scrub_reap.service.  (Addresses
56 Debian Bug: #991349)
58 Synchronize e2fsck/recovery.c with the kernel's fs/jbd2/recovery.c
60 Fix various Coverity and compiler warnings.
62 Fix various error pathes to make sure we don't leak resources or
63 potentially use or try to free uninitialized pointers.
65 Added a setup-schroot command for use on Debian porter boxes.
67 Updated config.guess and config.sub with newer versions from the FSF.
69 Update Czech, Dutch, French, Polish, Portuguese, and Swedish translations.