• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1E2fsprogs 1.45.3 (July 14, 2019)
2================================
3
4Updates/Fixes since v1.45.2:
5
6UI and Features
7---------------
8
9Whether or not automatic online scrubs will be run is now controlled by
10a setting in /etc/e2scrub.conf.  To enable automatic online scrubs,
11uncomment out the line containing "periodic_e2scrub=1".
12
13The fuse2fs program is now installed in /usr/bin instead of /usr/sbin,
14since it does not require root privileges.
15
16Fuse2fs now works with if fusermount from FUSE V3 is installed.
17However, in order to provide this compatibility, if you are using a
18fusermount from FUSE v2, and you want to mount on top of a non-empty
19directory, you will need to specify -o nonempty explicitly.  FUSE V3
20always allows mounting on top of non-empty directories, and will fail if
21the user or fuse2fs passes the nonempty option.
22
23
24Fixes
25-----
26
27Fixed a bug which caused e2fsck to improperly handle file systems that
28enabled both the large_dir and inline directories at the same time.
29
30E2scrub_all now correctly handles an encrypted (LUKS) ext[234] file
31system stacked on top of an LVM volume.  (Addresses Debian Bug: #931387)
32
33Fixed a bug in "E2scrub_all -r" where it was incorrectly specifying
34which volume needed to have its e2scrub snapshot cleaned up.  (Addresses
35Debian Bug: #931679)
36
37Fixed the Czech, Dutch, German, and Vietnamese translations which
38improperly used positional markers which broke a few translated e2fsck
39problem descriptions.  (Addresses Debian Bug: #892173)
40
41
42Performance, Internal Implementation, Development Support etc.
43--------------------------------------------------------------
44
45Fixed various debian packaging issues.  (Addresses Debian Bug: #931266,
46#923372)
47
48Fixed error checking for calls to posix_{memalign,fadvise}.
49
50Add regression test for checking a file system using fs-verity.
51
52Various regression test cleanups.
53
54Fixed various compiler warnings.
55
56Added xgettext markers to fix incorrectly marked strings in the
57e2fsprogs translations template file as being c-style printf strings
58when in fact they aren't.
59
60Added utility script which generates the release tarfile using git
61archive.
62
63Update the Czech, Dutch, and Portuguese translations from the
64Translation Project.
65
66