Whamcloud - gitweb
Update release notes, etc., for the 1.46.1 release v1.46.1
authorTheodore Ts'o <tytso@mit.edu>
Tue, 9 Feb 2021 22:50:25 +0000 (17:50 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 9 Feb 2021 23:36:32 +0000 (18:36 -0500)
(Also update some inaccuracies in the 1.46.0 release.)

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
README
RELEASE-NOTES
debian/changelog
doc/RelNotes/v1.46.0.txt
doc/RelNotes/v1.46.1.txt [new file with mode: 0644]
doc/libext2fs.texinfo
e2fsck/Makefile.in
e2fsprogs.lsm
e2fsprogs.spec
po/e2fsprogs.pot
version.h

diff --git a/README b/README
index 2ae6e24..4f516e0 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-       This is the new version (1.46.0) of the second extended file
+       This is the new version (1.46.1) of the second extended file
 system management programs.
 
        From time to time, I release new versions of e2fsprogs, to fix
index 21ae979..c894cce 120000 (symlink)
@@ -1 +1 @@
-doc/RelNotes/v1.46.0.txt
\ No newline at end of file
+doc/RelNotes/v1.46.1.txt
\ No newline at end of file
index 6e00425..42d4b77 100644 (file)
@@ -1,12 +1,28 @@
-e2fsprogs (1.46.0-1) unstable; urgency=medium
+e2fsprogs (1.46.1-1) unstable; urgency=medium
+
+  * Drop transitional packages libcomerr2, e2fslibs, and e2fslibs-dev
+  * Fix a bug in libext2fs and debugfs when trying to set an extended
+    attribute will result in a seg fault.
+  * Fix e2fsck so it properly accepts large_dir directories which are
+    greater than 4GB in size.
+  * Fix mke2fs -d so it correctly handles important a directory or small
+    file which is stored using inline_data and contains an ACL or extended
+    attribute.   (Closes: #971014)
+  * Add build profiles noudeb and pkg.e2fsprogs.no-static (Closes: #966686)
+  * Update the Czech, French, Malay, Polish, Portuguese, Sweedish, and
+    Ukranian translations from the translation project.
+
+ -- Theodore Y. Ts'o <tytso@mit.edu>  Tue, 09 Feb 2021 17:36:02 -0500
+
+e2fsprogs (1.46.0-1) experimental; urgency=medium
 
   * New upstream release
   * Add support for the new fast_commit feature.  (Requires Linux version
     5.10 or higher)
   * Add support for the new stable_inodes feature which is needed to
-    support some file system encryption algorithms such as siphash.
+    support some the fscrypt siphash algorithm.
   * Add support for file systems that have both case folding and
-    encryption enabled.  (Requires Linux version 5.10 or higher)
+    encryption enabled.  (Not yet upstream, but used in some Android handsets.)
   * The fuse2fs program now supports the "norecovery" which omits replying
     the journal and mounts the file system read-only.
   * Bitmap loading is now done using multiple threads which can speed up
index ded84e2..8fb5222 100644 (file)
@@ -13,15 +13,15 @@ should also improve the performance of ext4 file systems exported via
 NFS.
 
 E2fsprogs now supports the stable_inodes (COMPAT_STABLE_INODES) feature.
-This needed to support the siphash file system encryption algorithm,
-which calculates the initial vector (IV) for encryption based on the
-UUID and the inode number.  This means that we can't renumber inodes
-(for example, when shrinking a file system) and the UUID can't be
-changed without breaking the ability to decrypt the encryption.
+This needed to support fscrypt siphash algorithm, which calculates the
+initial vector (IV) for encryption based on the UUID and the inode
+number.  This means that we can't renumber inodes (for example, when
+shrinking a file system) and the UUID can't be changed without breaking
+the ability to decrypt the encryption.
 
 E2fsprogs now supports file systems which have both file system
-encryption and the casefold feature enabled.  This requires Linux
-version 5.10.
+encryption and the casefold feature enabled.  This is used in some
+Android handsets, but has not yet landed upstream yet.
 
 E2fsck now will check file names on file systems with case folding
 enabled to make sure the characters are valid UTF-8 characters.  This is
diff --git a/doc/RelNotes/v1.46.1.txt b/doc/RelNotes/v1.46.1.txt
new file mode 100644 (file)
index 0000000..e8d90d1
--- /dev/null
@@ -0,0 +1,41 @@
+E2fsprogs 1.46.1 (February 9, 2021)
+===================================
+
+Updates/Fixes since v1.46.0:
+
+Fixes
+-----
+
+Fix a bug in libext2fs and debugfs when trying to set an extended
+attribute will result in a seg fault.
+
+Fix e2fsck so it properly accepts large_dir directories which are
+greater than 4GB in size.
+
+Fix fast commit support on big endian architectures.  Also avoid potential
+crash on an error handling case.
+
+Fix mke2fs -d so it correctly handles important a directory or small
+file which is stored using inline_data and contains an ACL or extended
+attribute.   (Addresses-Debian-Bug: #971014)
+
+
+Performance, Internal Implementation, Development Support etc.
+--------------------------------------------------------------
+
+Fix build failure on systems with pthread && without FUSE support.
+
+Fix various compiler warnings.
+
+Fix portability problems by not depending on the glibc specific qsort_r
+function.
+
+Change configure.ac to use AS_HELP_STRING instead of the deprecated
+AC_HELP_STRING, and explicitly declare that the configure.ac requires
+autoconf 2.69.
+
+Fixed/improved various Debian packaging issues.  (Addresses-Debian-Bug:
+#966686)
+
+Update the Czech, French, Malay, Polish, Portuguese, Sweedish, and
+Ukranian translations from the translation project.
index 86a6800..7ebcfba 100644 (file)
@@ -1,7 +1,7 @@
 \input texinfo    @c -*-texinfo-*-
 @c %**start of header
 @setfilename libext2fs.info
-@settitle The EXT2FS Library (version 1.46.0)
+@settitle The EXT2FS Library (version 1.46.1)
 @synindex tp fn
 @comment %**end of header
 
@@ -60,8 +60,8 @@ by the author.
 
 @title The EXT2FS Library
 @subtitle The EXT2FS Library
-@subtitle Version 1.46.0
-@subtitle January 2021
+@subtitle Version 1.46.1
+@subtitle February 2021
 
 @author by Theodore Ts'o
 
@@ -101,7 +101,7 @@ by the Foundation.
 
 @top The EXT2FS Library
 
-This manual documents the EXT2FS Library, version 1.46.0.
+This manual documents the EXT2FS Library, version 1.46.1.
 
 @menu
 * Introduction to the EXT2FS Library::  
index f4ae5ea..a0867f8 100644 (file)
@@ -555,7 +555,7 @@ rehash.o: $(srcdir)/rehash.c $(top_builddir)/lib/config.h \
  $(top_srcdir)/lib/support/quotaio_tree.h \
  $(top_srcdir)/lib/ext2fs/fast_commit.h $(top_srcdir)/lib/ext2fs/jfs_compat.h \
  $(top_srcdir)/lib/ext2fs/kernel-list.h $(top_srcdir)/lib/ext2fs/compiler.h \
- $(srcdir)/problem.h
+ $(srcdir)/problem.h $(top_srcdir)/lib/support/sort_r.h
 readahead.o: $(srcdir)/readahead.c $(top_builddir)/lib/config.h \
  $(top_builddir)/lib/dirpaths.h $(srcdir)/e2fsck.h \
  $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
index 7a50b08..00bf9ce 100644 (file)
@@ -1,16 +1,16 @@
 Begin3
 Title:          EXT2 Filesystem utilities
-Version:        1.46.0
-Entered-date:   2021-01-29
+Version:        1.46.1
+Entered-date:   2021-02-9
 Description:    The filesystem utilities for the EXT2, EXT3, and EXT4
                filesystems, including e2fsck, mke2fs, dumpe2fs, and others.
 Keywords:       utilities, filesystem, Ext2fs, ext3, ext4
 Author:         tytso@mit.edu (Theodore Tso)
 Maintained-by:  tytso@mit.edu (Theodore Tso)
 Primary-site:   ftp.kernel.org /pub/linux/kernel/people/tytso/e2fsprogs
-                9260kB e2fsprogs-1.46.0.tar.gz
-                1kB    e2fsprogs-1.46.0.lsm
+                9272kB e2fsprogs-1.46.1.tar.gz
+                1kB    e2fsprogs-1.46.1.lsm
 Alternate-site: download.sourceforge.net /pub/sourceforge/e2fsprogs
-Platforms:     linux 1.2.x/1.3.x/2.0.x/2.1.x/2.2.x/2.3.x/2.4.x/2.5.x/2.6.x/3.x/4.x
+Platforms:     linux 1.2.x/1.3.x/2.0.x/2.1.x/2.2.x/2.3.x/2.4.x/2.5.x/2.6.x/3.x/4.x/5.x
 Copying-policy: GPL-2/LGPL-2
 End
index a8fd1dd..9c6ebca 100644 (file)
@@ -5,7 +5,7 @@
 
 Summary: Utilities for managing ext2/ext3/ext4 filesystems
 Name: e2fsprogs
-Version: 1.46.0
+Version: 1.46.1
 Release: 0
 License: GPLv2
 Group: System Environment/Base
index bf7883e..b29cc4b 100644 (file)
@@ -77,9 +77,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: e2fsprogs v1.45.7\n"
+"Project-Id-Version: e2fsprogs v1.46.1\n"
 "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2021-01-28 13:42-0500\n"
+"POT-Creation-Date: 2021-02-09 17:42-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -89,7 +89,7 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
 
-#: e2fsck/badblocks.c:23 misc/mke2fs.c:220
+#: e2fsck/badblocks.c:23 misc/mke2fs.c:221
 #, c-format
 msgid "Bad block %u out of range; ignored.\n"
 msgstr ""
@@ -102,12 +102,12 @@ msgstr ""
 msgid "while reading the bad blocks inode"
 msgstr ""
 
-#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1571
-#: e2fsck/unix.c:1685 misc/badblocks.c:1251 misc/badblocks.c:1259
-#: misc/badblocks.c:1273 misc/badblocks.c:1285 misc/dumpe2fs.c:431
-#: misc/dumpe2fs.c:692 misc/dumpe2fs.c:696 misc/e2image.c:1430
-#: misc/e2image.c:1627 misc/e2image.c:1648 misc/mke2fs.c:236
-#: misc/tune2fs.c:2881 misc/tune2fs.c:2980 resize/main.c:416
+#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1581
+#: e2fsck/unix.c:1695 misc/badblocks.c:1251 misc/badblocks.c:1259
+#: misc/badblocks.c:1273 misc/badblocks.c:1285 misc/dumpe2fs.c:437
+#: misc/dumpe2fs.c:700 misc/dumpe2fs.c:704 misc/e2image.c:1430
+#: misc/e2image.c:1628 misc/e2image.c:1649 misc/mke2fs.c:237
+#: misc/tune2fs.c:2875 misc/tune2fs.c:2975 resize/main.c:416
 #, c-format
 msgid "while trying to open %s"
 msgstr ""
@@ -117,7 +117,7 @@ msgstr ""
 msgid "while trying popen '%s'"
 msgstr ""
 
-#: e2fsck/badblocks.c:94 misc/mke2fs.c:243
+#: e2fsck/badblocks.c:94 misc/mke2fs.c:244
 msgid "while reading in list of bad blocks from file"
 msgstr ""
 
@@ -209,12 +209,12 @@ msgstr ""
 msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
 msgstr ""
 
-#: e2fsck/iscan.c:81 e2fsck/unix.c:1082
+#: e2fsck/iscan.c:81 e2fsck/unix.c:1091
 #, c-format
 msgid "while opening %s for flushing"
 msgstr ""
 
-#: e2fsck/iscan.c:86 e2fsck/unix.c:1088 resize/main.c:385
+#: e2fsck/iscan.c:86 e2fsck/unix.c:1097 resize/main.c:385
 #, c-format
 msgid "while trying to flush %s"
 msgstr ""
@@ -237,31 +237,36 @@ msgstr ""
 msgid "%u inodes scanned.\n"
 msgstr ""
 
-#: e2fsck/journal.c:597
+#: e2fsck/journal.c:1262
 msgid "reading journal superblock\n"
 msgstr ""
 
-#: e2fsck/journal.c:670
+#: e2fsck/journal.c:1335
 #, c-format
 msgid "%s: no valid journal superblock found\n"
 msgstr ""
 
-#: e2fsck/journal.c:679
+#: e2fsck/journal.c:1344
 #, c-format
 msgid "%s: journal too short\n"
 msgstr ""
 
-#: e2fsck/journal.c:972 misc/fuse2fs.c:3787
+#: e2fsck/journal.c:1357
+#, c-format
+msgid "%s: incorrect fast commit blocks\n"
+msgstr ""
+
+#: e2fsck/journal.c:1659 misc/fuse2fs.c:3797
 #, c-format
 msgid "%s: recovering journal\n"
 msgstr ""
 
-#: e2fsck/journal.c:974
+#: e2fsck/journal.c:1661
 #, c-format
 msgid "%s: won't do journal recovery while read-only\n"
 msgstr ""
 
-#: e2fsck/journal.c:1001
+#: e2fsck/journal.c:1688
 #, c-format
 msgid "while trying to re-open %s"
 msgstr ""
@@ -430,72 +435,72 @@ msgstr ""
 msgid "<Reserved inode 10>"
 msgstr ""
 
-#: e2fsck/message.c:327
+#: e2fsck/message.c:324
 msgid "regular file"
 msgstr ""
 
-#: e2fsck/message.c:329
+#: e2fsck/message.c:326
 msgid "directory"
 msgstr ""
 
-#: e2fsck/message.c:331
+#: e2fsck/message.c:328
 msgid "character device"
 msgstr ""
 
-#: e2fsck/message.c:333
+#: e2fsck/message.c:330
 msgid "block device"
 msgstr ""
 
-#: e2fsck/message.c:335
+#: e2fsck/message.c:332
 msgid "named pipe"
 msgstr ""
 
-#: e2fsck/message.c:337
+#: e2fsck/message.c:334
 msgid "symbolic link"
 msgstr ""
 
-#: e2fsck/message.c:339 misc/uuidd.c:162
+#: e2fsck/message.c:336 misc/uuidd.c:162
 msgid "socket"
 msgstr ""
 
-#: e2fsck/message.c:341
+#: e2fsck/message.c:338
 #, c-format
 msgid "unknown file type with mode 0%o"
 msgstr ""
 
-#: e2fsck/message.c:412
+#: e2fsck/message.c:409
 msgid "indirect block"
 msgstr ""
 
-#: e2fsck/message.c:414
+#: e2fsck/message.c:411
 msgid "double indirect block"
 msgstr ""
 
-#: e2fsck/message.c:416
+#: e2fsck/message.c:413
 msgid "triple indirect block"
 msgstr ""
 
-#: e2fsck/message.c:418
+#: e2fsck/message.c:415
 msgid "translator block"
 msgstr ""
 
-#: e2fsck/message.c:420
+#: e2fsck/message.c:417
 msgid "block #"
 msgstr ""
 
-#: e2fsck/message.c:482
+#: e2fsck/message.c:479
 msgid "user"
 msgstr ""
 
-#: e2fsck/message.c:485
+#: e2fsck/message.c:482
 msgid "group"
 msgstr ""
 
-#: e2fsck/message.c:488
+#: e2fsck/message.c:485
 msgid "project"
 msgstr ""
 
-#: e2fsck/message.c:491
+#: e2fsck/message.c:488
 msgid "unknown quota type"
 msgstr ""
 
@@ -522,94 +527,102 @@ msgstr ""
 msgid "internal error: couldn't lookup EA inode record for %u"
 msgstr ""
 
-#: e2fsck/pass1.c:358
+#: e2fsck/pass1.c:349
 #, c-format
 msgid "while hashing entry with e_value_inum = %u"
 msgstr ""
 
-#: e2fsck/pass1.c:776 e2fsck/pass2.c:1018
+#: e2fsck/pass1.c:767 e2fsck/pass2.c:1132
 msgid "reading directory block"
 msgstr ""
 
-#: e2fsck/pass1.c:1175
+#: e2fsck/pass1.c:1166
 msgid "getting next inode from scan"
 msgstr ""
 
-#: e2fsck/pass1.c:1227
+#: e2fsck/pass1.c:1218
 msgid "in-use inode map"
 msgstr ""
 
-#: e2fsck/pass1.c:1238
+#: e2fsck/pass1.c:1229
 msgid "directory inode map"
 msgstr ""
 
-#: e2fsck/pass1.c:1248
+#: e2fsck/pass1.c:1239
 msgid "regular file inode map"
 msgstr ""
 
-#: e2fsck/pass1.c:1257 misc/e2image.c:1282
+#: e2fsck/pass1.c:1248 misc/e2image.c:1282
 msgid "in-use block map"
 msgstr ""
 
-#: e2fsck/pass1.c:1266
+#: e2fsck/pass1.c:1257
 msgid "metadata block map"
 msgstr ""
 
-#: e2fsck/pass1.c:1328
+#: e2fsck/pass1.c:1268
+msgid "inode casefold map"
+msgstr ""
+
+#: e2fsck/pass1.c:1333
 msgid "opening inode scan"
 msgstr ""
 
-#: e2fsck/pass1.c:2083
+#: e2fsck/pass1.c:2103
 msgid "Pass 1"
 msgstr ""
 
-#: e2fsck/pass1.c:2144
+#: e2fsck/pass1.c:2164
 #, c-format
 msgid "reading indirect blocks of inode %u"
 msgstr ""
 
-#: e2fsck/pass1.c:2195
+#: e2fsck/pass1.c:2215
 msgid "bad inode map"
 msgstr ""
 
-#: e2fsck/pass1.c:2253
+#: e2fsck/pass1.c:2255
 msgid "inode in bad block map"
 msgstr ""
 
-#: e2fsck/pass1.c:2273
+#: e2fsck/pass1.c:2275
 msgid "imagic inode map"
 msgstr ""
 
-#: e2fsck/pass1.c:2304
+#: e2fsck/pass1.c:2306
 msgid "multiply claimed block map"
 msgstr ""
 
-#: e2fsck/pass1.c:2429
+#: e2fsck/pass1.c:2431
 msgid "ext attr block map"
 msgstr ""
 
-#: e2fsck/pass1.c:3685
+#: e2fsck/pass1.c:3719
 #, c-format
 msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
 msgstr ""
 
-#: e2fsck/pass1.c:4105
+#: e2fsck/pass1.c:4140
 msgid "block bitmap"
 msgstr ""
 
-#: e2fsck/pass1.c:4111
+#: e2fsck/pass1.c:4146
 msgid "inode bitmap"
 msgstr ""
 
-#: e2fsck/pass1.c:4117
+#: e2fsck/pass1.c:4152
 msgid "inode table"
 msgstr ""
 
-#: e2fsck/pass2.c:312
+#: e2fsck/pass2.c:317
 msgid "Pass 2"
 msgstr ""
 
-#: e2fsck/pass2.c:1091 e2fsck/pass2.c:1266
+#: e2fsck/pass2.c:553
+msgid "NLS is broken."
+msgstr ""
+
+#: e2fsck/pass2.c:1205 e2fsck/pass2.c:1389
 msgid "Can not continue."
 msgstr ""
 
@@ -1491,7 +1504,7 @@ msgstr ""
 msgid "Warning: could not write @b %b for %s: %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:726 e2fsck/problem.c:1898
+#: e2fsck/problem.c:726 e2fsck/problem.c:1936
 #. @-expanded: error allocating inode bitmap (%N): %m\n
 msgid "@A @i @B (%N): %m\n"
 msgstr ""
@@ -1983,8 +1996,8 @@ msgid ""
 msgstr ""
 
 #: e2fsck/problem.c:1204
-#. @-expanded: error allocating memory for encrypted directory list\n
-msgid "@A memory for encrypted @d list\n"
+#. @-expanded: error allocating %N bytes of memory for encrypted inode list\n
+msgid "@A %N bytes of memory for encrypted @i list\n"
 msgstr ""
 
 #: e2fsck/problem.c:1209
@@ -2028,13 +2041,19 @@ msgid ""
 " "
 msgstr ""
 
-#: e2fsck/problem.c:1248
+#: e2fsck/problem.c:1249
+#, no-c-format
+#. @-expanded: inode %i has extent marked uninitialized at block %c (len %N).  
+msgid "@i %i has @x marked uninitialized at @b %c (len %N).  "
+msgstr ""
+
+#: e2fsck/problem.c:1254
 #, c-format
 #. @-expanded: inode %i has the casefold flag set but is not a directory.  
 msgid "@i %i has the casefold flag set but is not a directory.  "
 msgstr ""
 
-#: e2fsck/problem.c:1253
+#: e2fsck/problem.c:1259
 #, c-format
 #. @-expanded: directory %p has the casefold flag, but the\n
 #. @-expanded: casefold feature is not enabled.  
@@ -2043,18 +2062,30 @@ msgid ""
 "casefold feature is not enabled.  "
 msgstr ""
 
-#: e2fsck/problem.c:1258
+#: e2fsck/problem.c:1264
+#, c-format
+#. @-expanded: inode %i has encrypt flag but no encryption extended attribute.\n
+msgid "@i %i has encrypt flag but no encryption @a.\n"
+msgstr ""
+
+#: e2fsck/problem.c:1269
+#, c-format
+#. @-expanded: Encrypted inode %i has corrupt encryption extended attribute.\n
+msgid "Encrypted @i %i has corrupt encryption @a.\n"
+msgstr ""
+
+#: e2fsck/problem.c:1274
 #. @-expanded: HTREE directory inode %i uses hash version (%N), but should use SipHash (6) \n
 msgid "@h %i uses hash version (%N), but should use SipHash (6) \n"
 msgstr ""
 
-#: e2fsck/problem.c:1263
+#: e2fsck/problem.c:1279
 #, c-format
 #. @-expanded: HTREE directory inode %i uses SipHash, but should not.  
 msgid "@h %i uses SipHash, but should not.  "
 msgstr ""
 
-#: e2fsck/problem.c:1270
+#: e2fsck/problem.c:1287
 #. @-expanded: \n
 #. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
 #. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
@@ -2064,45 +2095,45 @@ msgid ""
 "Pass 1B: Rescanning for @m @bs\n"
 msgstr ""
 
-#: e2fsck/problem.c:1277
+#: e2fsck/problem.c:1294
 #, no-c-format
 #. @-expanded: multiply-claimed block(s) in inode %i:
 msgid "@m @b(s) in @i %i:"
 msgstr ""
 
-#: e2fsck/problem.c:1293
+#: e2fsck/problem.c:1310
 #, no-c-format
 msgid "Error while scanning inodes (%i): %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:1299
+#: e2fsck/problem.c:1316
 #, no-c-format
 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
 msgid "@A @i @B (@i_dup_map): %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:1305
+#: e2fsck/problem.c:1322
 #, no-c-format
 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:1310 e2fsck/problem.c:1685
+#: e2fsck/problem.c:1327 e2fsck/problem.c:1707
 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:1320
+#: e2fsck/problem.c:1337
 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
 msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
 msgstr ""
 
-#: e2fsck/problem.c:1326
+#: e2fsck/problem.c:1343
 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
 msgid "Pass 1D: Reconciling @m @bs\n"
 msgstr ""
 
-#: e2fsck/problem.c:1331
+#: e2fsck/problem.c:1348
 #. @-expanded: File %Q (inode #%i, mod time %IM) \n
 #. @-expanded:   has %r multiply-claimed block(s), shared with %N file(s):\n
 msgid ""
@@ -2110,17 +2141,17 @@ msgid ""
 "  has %r @m @b(s), shared with %N file(s):\n"
 msgstr ""
 
-#: e2fsck/problem.c:1337
+#: e2fsck/problem.c:1354
 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
 msgid "\t%Q (@i #%i, mod time %IM)\n"
 msgstr ""
 
-#: e2fsck/problem.c:1342
+#: e2fsck/problem.c:1359
 #. @-expanded: \t<filesystem metadata>\n
 msgid "\t<@f metadata>\n"
 msgstr ""
 
-#: e2fsck/problem.c:1347
+#: e2fsck/problem.c:1364
 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
 #. @-expanded: \n
 msgid ""
@@ -2128,7 +2159,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: e2fsck/problem.c:1352
+#: e2fsck/problem.c:1369
 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
 #. @-expanded: \n
 msgid ""
@@ -2136,343 +2167,348 @@ msgid ""
 "\n"
 msgstr ""
 
-#: e2fsck/problem.c:1366
+#: e2fsck/problem.c:1383
 #, no-c-format
 msgid "Couldn't clone file: %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:1372
+#: e2fsck/problem.c:1389
 #. @-expanded: Pass 1E: Optimizing extent trees\n
 msgid "Pass 1E: Optimizing @x trees\n"
 msgstr ""
 
-#: e2fsck/problem.c:1378
+#: e2fsck/problem.c:1395
 #, no-c-format
 #. @-expanded: Failed to optimize extent tree %p (%i): %m\n
 msgid "Failed to optimize @x tree %p (%i): %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:1383
+#: e2fsck/problem.c:1400
 #. @-expanded: Optimizing extent trees: 
 msgid "Optimizing @x trees: "
 msgstr ""
 
-#: e2fsck/problem.c:1398
+#: e2fsck/problem.c:1415
 msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
 msgstr ""
 
-#: e2fsck/problem.c:1403
+#: e2fsck/problem.c:1420
 #. @-expanded: inode %i extent tree (at level %b) could be shorter.  
 msgid "@i %i @x tree (at level %b) could be shorter.  "
 msgstr ""
 
-#: e2fsck/problem.c:1408
+#: e2fsck/problem.c:1425
 #. @-expanded: inode %i extent tree (at level %b) could be narrower.  
 msgid "@i %i @x tree (at level %b) could be narrower.  "
 msgstr ""
 
-#: e2fsck/problem.c:1415
+#: e2fsck/problem.c:1432
 #. @-expanded: Pass 2: Checking directory structure\n
 msgid "Pass 2: Checking @d structure\n"
 msgstr ""
 
-#: e2fsck/problem.c:1421
+#: e2fsck/problem.c:1438
 #, no-c-format
 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
 msgid "@n @i number for '.' in @d @i %i.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1426
+#: e2fsck/problem.c:1443
 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
 msgid "@E has @n @i #: %Di.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1431
+#: e2fsck/problem.c:1448
 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.  
 msgid "@E has @D/unused @i %Di.  "
 msgstr ""
 
-#: e2fsck/problem.c:1436
+#: e2fsck/problem.c:1453
 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'  
 msgid "@E @L to '.'  "
 msgstr ""
 
-#: e2fsck/problem.c:1441
+#: e2fsck/problem.c:1458
 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
 msgid "@E points to @i (%Di) located in a bad @b.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1446
+#: e2fsck/problem.c:1463
 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
 msgid "@E @L to @d %P (%Di).\n"
 msgstr ""
 
-#: e2fsck/problem.c:1451
+#: e2fsck/problem.c:1468
 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
 msgid "@E @L to the @r.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1456
+#: e2fsck/problem.c:1473
 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
 msgid "@E has illegal characters in its name.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1462
+#: e2fsck/problem.c:1479
 #, no-c-format
 #. @-expanded: Missing '.' in directory inode %i.\n
 msgid "Missing '.' in @d @i %i.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1468
+#: e2fsck/problem.c:1485
 #, no-c-format
 #. @-expanded: Missing '..' in directory inode %i.\n
 msgid "Missing '..' in @d @i %i.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1473
+#: e2fsck/problem.c:1490
 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
 msgstr ""
 
-#: e2fsck/problem.c:1478
+#: e2fsck/problem.c:1495
 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
 msgstr ""
 
-#: e2fsck/problem.c:1483
+#: e2fsck/problem.c:1500
 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
 msgid "i_faddr @F %IF, @s zero.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1488
+#: e2fsck/problem.c:1505
 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
 msgid "i_file_acl @F %If, @s zero.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1493
+#: e2fsck/problem.c:1510
 #. @-expanded: i_size_high for inode %i (%Q) is %Id, should be zero.\n
 msgid "i_size_high @F %Id, @s zero.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1498
+#: e2fsck/problem.c:1515
 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
 msgid "i_frag @F %N, @s zero.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1503
+#: e2fsck/problem.c:1520
 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
 msgid "i_fsize @F %N, @s zero.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1508
+#: e2fsck/problem.c:1525
 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
 msgid "@i %i (%Q) has @n mode (%Im).\n"
 msgstr ""
 
-#: e2fsck/problem.c:1513
+#: e2fsck/problem.c:1530
 #. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
 msgid "@d @i %i, %B, offset %N: @d corrupted\n"
 msgstr ""
 
-#: e2fsck/problem.c:1518
+#: e2fsck/problem.c:1535
 #. @-expanded: directory inode %i, %B, offset %N: filename too long\n
 msgid "@d @i %i, %B, offset %N: filename too long\n"
 msgstr ""
 
-#: e2fsck/problem.c:1523
+#: e2fsck/problem.c:1540
 #. @-expanded: directory inode %i has an unallocated %B.  
 msgid "@d @i %i has an unallocated %B.  "
 msgstr ""
 
-#: e2fsck/problem.c:1529
+#: e2fsck/problem.c:1546
 #, no-c-format
 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
 msgstr ""
 
-#: e2fsck/problem.c:1535
+#: e2fsck/problem.c:1552
 #, no-c-format
 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
 msgstr ""
 
-#: e2fsck/problem.c:1540
+#: e2fsck/problem.c:1557
 #. @-expanded: inode %i (%Q) is an illegal character device.\n
 msgid "@i %i (%Q) is an @I character @v.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1545
+#: e2fsck/problem.c:1562
 #. @-expanded: inode %i (%Q) is an illegal block device.\n
 msgid "@i %i (%Q) is an @I @b @v.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1550
+#: e2fsck/problem.c:1567
 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
 msgid "@E is duplicate '.' @e.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1555
+#: e2fsck/problem.c:1572
 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
 msgid "@E is duplicate '..' @e.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1561 e2fsck/problem.c:1925
+#: e2fsck/problem.c:1578 e2fsck/problem.c:1963
 #, no-c-format
 msgid "Internal error: couldn't find dir_info for %i.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1566
+#: e2fsck/problem.c:1583
 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
 msgid "@E has rec_len of %Dr, @s %N.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1572
+#: e2fsck/problem.c:1589
 #, no-c-format
 #. @-expanded: error allocating icount structure: %m\n
 msgid "@A icount structure: %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:1578
+#: e2fsck/problem.c:1595
 #, no-c-format
 #. @-expanded: Error iterating over directory blocks: %m\n
 msgid "Error iterating over @d @bs: %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:1583
+#: e2fsck/problem.c:1600
 #. @-expanded: Error reading directory block %b (inode %i): %m\n
 msgid "Error reading @d @b %b (@i %i): %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:1588
+#: e2fsck/problem.c:1605
 #. @-expanded: Error writing directory block %b (inode %i): %m\n
 msgid "Error writing @d @b %b (@i %i): %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:1594
+#: e2fsck/problem.c:1611
 #, no-c-format
 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
 msgid "@A new @d @b for @i %i (%s): %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:1600
+#: e2fsck/problem.c:1617
 #, no-c-format
 #. @-expanded: Error deallocating inode %i: %m\n
 msgid "Error deallocating @i %i: %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:1606
+#: e2fsck/problem.c:1623
 #, no-c-format
 #. @-expanded: directory entry for '.' in %p (%i) is big.\n
 msgid "@d @e for '.' in %p (%i) is big.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1611
+#: e2fsck/problem.c:1628
 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
 msgid "@i %i (%Q) is an @I FIFO.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1616
+#: e2fsck/problem.c:1633
 #. @-expanded: inode %i (%Q) is an illegal socket.\n
 msgid "@i %i (%Q) is an @I socket.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1621
+#: e2fsck/problem.c:1638
 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
 msgid "Setting filetype for @E to %N.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1626
+#: e2fsck/problem.c:1643
 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
 msgstr ""
 
-#: e2fsck/problem.c:1631
+#: e2fsck/problem.c:1648
 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
 msgid "@E has filetype set.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1636
+#: e2fsck/problem.c:1653
 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
 msgid "@E has a @z name.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1641
+#: e2fsck/problem.c:1658
 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
 msgid "Symlink %Q (@i #%i) is @n.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1646
+#: e2fsck/problem.c:1663
 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
 msgid "@a @b @F @n (%If).\n"
 msgstr ""
 
-#: e2fsck/problem.c:1651
+#: e2fsck/problem.c:1668
 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1656
+#: e2fsck/problem.c:1673
 #. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
 msgid "@p @h %d: %B not referenced\n"
 msgstr ""
 
-#: e2fsck/problem.c:1661
+#: e2fsck/problem.c:1678
 #. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
 msgid "@p @h %d: %B referenced twice\n"
 msgstr ""
 
-#: e2fsck/problem.c:1666
+#: e2fsck/problem.c:1683
 #. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
 msgid "@p @h %d: %B has bad min hash\n"
 msgstr ""
 
-#: e2fsck/problem.c:1671
+#: e2fsck/problem.c:1688
 #. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
 msgid "@p @h %d: %B has bad max hash\n"
 msgstr ""
 
-#: e2fsck/problem.c:1676
+#: e2fsck/problem.c:1693
 #. @-expanded: invalid HTREE directory inode %d (%q).  
 msgid "@n @h %d (%q).  "
 msgstr ""
 
-#: e2fsck/problem.c:1680
+#: e2fsck/problem.c:1697
+#. @-expanded: filesystem has large directories, but lacks LARGE_DIR flag in superblock.\n
+msgid "@f has large directories, but lacks LARGE_DIR flag in @S.\n"
+msgstr ""
+
+#: e2fsck/problem.c:1702
 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
 msgid "@p @h %d (%q): bad @b number %b.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1691
+#: e2fsck/problem.c:1713
 #, no-c-format
 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
 msgid "@p @h %d: root node is @n\n"
 msgstr ""
 
-#: e2fsck/problem.c:1696
+#: e2fsck/problem.c:1718
 #. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
 msgid "@p @h %d: %B has @n limit (%N)\n"
 msgstr ""
 
-#: e2fsck/problem.c:1701
+#: e2fsck/problem.c:1723
 #. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
 msgid "@p @h %d: %B has @n count (%N)\n"
 msgstr ""
 
-#: e2fsck/problem.c:1706
+#: e2fsck/problem.c:1728
 #. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
 msgid "@p @h %d: %B has an unordered hash table\n"
 msgstr ""
 
-#: e2fsck/problem.c:1711
+#: e2fsck/problem.c:1733
 #. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
 msgid "@p @h %d: %B has @n depth (%N)\n"
 msgstr ""
 
-#: e2fsck/problem.c:1716
+#: e2fsck/problem.c:1738
 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.  
 msgid "Duplicate @E found.  "
 msgstr ""
 
-#: e2fsck/problem.c:1721
+#: e2fsck/problem.c:1743
 #, no-c-format
 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
 #. @-expanded: Rename to %s
@@ -2481,7 +2517,7 @@ msgid ""
 "Rename to %s"
 msgstr ""
 
-#: e2fsck/problem.c:1726
+#: e2fsck/problem.c:1748
 #. @-expanded: Duplicate entry '%Dn' found.\n
 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
 #. @-expanded: \n
@@ -2491,159 +2527,175 @@ msgid ""
 "\n"
 msgstr ""
 
-#: e2fsck/problem.c:1731
+#: e2fsck/problem.c:1753
 #. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
 msgid "i_blocks_hi @F %N, @s zero.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1736
+#: e2fsck/problem.c:1758
 #. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
 msgid "Unexpected @b in @h %d (%q).\n"
 msgstr ""
 
-#: e2fsck/problem.c:1741
+#: e2fsck/problem.c:1763
 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
 msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1746
+#: e2fsck/problem.c:1768
 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
 msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1751
+#: e2fsck/problem.c:1773
 #. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
 msgid "i_file_acl_hi @F %N, @s zero.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1757
+#: e2fsck/problem.c:1779
 #, no-c-format
 #. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
 msgid "@p @h %d: root node fails checksum.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1763
+#: e2fsck/problem.c:1785
 #, no-c-format
 #. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
 msgid "@p @h %d: internal node fails checksum.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1768
+#: e2fsck/problem.c:1790
 #. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
 msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1773
+#: e2fsck/problem.c:1795
 #. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
 msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1778
+#: e2fsck/problem.c:1800
 #. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
 msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1784
+#: e2fsck/problem.c:1806
 #, no-c-format
 #. @-expanded: Fixing size of inline directory inode %i failed.\n
 msgid "Fixing size of inline @d @i %i failed.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1789
+#: e2fsck/problem.c:1811
 #. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
 msgid "Encrypted @E is too short.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1794
+#: e2fsck/problem.c:1816
+#. @-expanded: Encrypted entry '%Dn' in %p (%i) references unencrypted inode %Di.\n
+msgid "Encrypted @E references unencrypted @i %Di.\n"
+msgstr ""
+
+#: e2fsck/problem.c:1821
+#. @-expanded: Encrypted entry '%Dn' in %p (%i) references inode %Di, which has a different encryption policy.\n
+msgid ""
+"Encrypted @E references @i %Di, which has a different encryption policy.\n"
+msgstr ""
+
+#: e2fsck/problem.c:1826
+#. @-expanded: entry '%Dn' in %p (%i) has illegal UTF-8 characters in its name.\n
+msgid "@E has illegal UTF-8 characters in its name.\n"
+msgstr ""
+
+#: e2fsck/problem.c:1831
 #. @-expanded: Duplicate filename entry '%Dn' in %p (%i) found.  
 msgid "Duplicate filename @E found.  "
 msgstr ""
 
-#: e2fsck/problem.c:1801
+#: e2fsck/problem.c:1839
 #. @-expanded: Pass 3: Checking directory connectivity\n
 msgid "Pass 3: Checking @d connectivity\n"
 msgstr ""
 
-#: e2fsck/problem.c:1806
+#: e2fsck/problem.c:1844
 #. @-expanded: root inode not allocated.  
 msgid "@r not allocated.  "
 msgstr ""
 
-#: e2fsck/problem.c:1811
+#: e2fsck/problem.c:1849
 #. @-expanded: No room in lost+found directory.  
 msgid "No room in @l @d.  "
 msgstr ""
 
-#: e2fsck/problem.c:1817
+#: e2fsck/problem.c:1855
 #, no-c-format
 #. @-expanded: Unconnected directory inode %i (%p)\n
 msgid "Unconnected @d @i %i (%p)\n"
 msgstr ""
 
-#: e2fsck/problem.c:1822
+#: e2fsck/problem.c:1860
 #. @-expanded: /lost+found not found.  
 msgid "/@l not found.  "
 msgstr ""
 
-#: e2fsck/problem.c:1827
+#: e2fsck/problem.c:1865
 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
 msgstr ""
 
-#: e2fsck/problem.c:1833
+#: e2fsck/problem.c:1871
 #, no-c-format
 #. @-expanded: Bad or non-existent /lost+found.  Cannot reconnect.\n
 msgid "Bad or non-existent /@l.  Cannot reconnect.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1839
+#: e2fsck/problem.c:1877
 #, no-c-format
 #. @-expanded: Could not expand /lost+found: %m\n
 msgid "Could not expand /@l: %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:1845
+#: e2fsck/problem.c:1883
 #, no-c-format
 msgid "Could not reconnect %i: %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:1851
+#: e2fsck/problem.c:1889
 #, no-c-format
 #. @-expanded: Error while trying to find /lost+found: %m\n
 msgid "Error while trying to find /@l: %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:1857
+#: e2fsck/problem.c:1895
 #, no-c-format
 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
 msgstr ""
 
-#: e2fsck/problem.c:1863
+#: e2fsck/problem.c:1901
 #, no-c-format
 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
 msgstr ""
 
-#: e2fsck/problem.c:1869
+#: e2fsck/problem.c:1907
 #, no-c-format
 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
 msgstr ""
 
-#: e2fsck/problem.c:1875
+#: e2fsck/problem.c:1913
 #, no-c-format
 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
 msgstr ""
 
-#: e2fsck/problem.c:1881
+#: e2fsck/problem.c:1919
 #, no-c-format
 #. @-expanded: Error while adjusting inode count on inode %i\n
 msgid "Error while adjusting @i count on @i %i\n"
 msgstr ""
 
-#: e2fsck/problem.c:1887
+#: e2fsck/problem.c:1925
 #, no-c-format
 #. @-expanded: Couldn't fix parent of inode %i: %m\n
 #. @-expanded: \n
@@ -2652,7 +2704,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: e2fsck/problem.c:1893
+#: e2fsck/problem.c:1931
 #, no-c-format
 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
 #. @-expanded: \n
@@ -2661,40 +2713,40 @@ msgid ""
 "\n"
 msgstr ""
 
-#: e2fsck/problem.c:1904
+#: e2fsck/problem.c:1942
 #, no-c-format
 #. @-expanded: Error creating root directory (%s): %m\n
 msgid "Error creating root @d (%s): %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:1910
+#: e2fsck/problem.c:1948
 #, no-c-format
 #. @-expanded: Error creating /lost+found directory (%s): %m\n
 msgid "Error creating /@l @d (%s): %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:1915
+#: e2fsck/problem.c:1953
 #. @-expanded: root inode is not a directory; aborting.\n
 msgid "@r is not a @d; aborting.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1920
+#: e2fsck/problem.c:1958
 #. @-expanded: Cannot proceed without a root inode.\n
 msgid "Cannot proceed without a @r.\n"
 msgstr ""
 
-#: e2fsck/problem.c:1931
+#: e2fsck/problem.c:1969
 #, no-c-format
 #. @-expanded: /lost+found is not a directory (ino=%i)\n
 msgid "/@l is not a @d (ino=%i)\n"
 msgstr ""
 
-#: e2fsck/problem.c:1936
+#: e2fsck/problem.c:1974
 #. @-expanded: /lost+found has inline data\n
 msgid "/@l has inline data\n"
 msgstr ""
 
-#: e2fsck/problem.c:1941
+#: e2fsck/problem.c:1979
 #. @-expanded: Cannot allocate space for /lost+found.\n
 #. @-expanded: Place lost files in root directory instead
 msgid ""
@@ -2702,7 +2754,7 @@ msgid ""
 "Place lost files in root directory instead"
 msgstr ""
 
-#: e2fsck/problem.c:1946
+#: e2fsck/problem.c:1984
 #. @-expanded: Insufficient space to recover lost files!\n
 #. @-expanded: Move data off the filesystem and re-run e2fsck.\n
 #. @-expanded: \n
@@ -2712,50 +2764,50 @@ msgid ""
 "\n"
 msgstr ""
 
-#: e2fsck/problem.c:1951
+#: e2fsck/problem.c:1989
 #. @-expanded: /lost+found is encrypted\n
 msgid "/@l is encrypted\n"
 msgstr ""
 
-#: e2fsck/problem.c:1958
+#: e2fsck/problem.c:1996
 msgid "Pass 3A: Optimizing directories\n"
 msgstr ""
 
-#: e2fsck/problem.c:1964
+#: e2fsck/problem.c:2002
 #, no-c-format
 msgid "Failed to create dirs_to_hash iterator: %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:1969
+#: e2fsck/problem.c:2007
 msgid "Failed to optimize directory %q (%d): %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:1974
+#: e2fsck/problem.c:2012
 msgid "Optimizing directories: "
 msgstr ""
 
-#: e2fsck/problem.c:1991
+#: e2fsck/problem.c:2029
 msgid "Pass 4: Checking reference counts\n"
 msgstr ""
 
-#: e2fsck/problem.c:1997
+#: e2fsck/problem.c:2035
 #, no-c-format
 #. @-expanded: unattached zero-length inode %i.  
 msgid "@u @z @i %i.  "
 msgstr ""
 
-#: e2fsck/problem.c:2003
+#: e2fsck/problem.c:2041
 #, no-c-format
 #. @-expanded: unattached inode %i\n
 msgid "@u @i %i\n"
 msgstr ""
 
-#: e2fsck/problem.c:2008
+#: e2fsck/problem.c:2046
 #. @-expanded: inode %i ref count is %Il, should be %N.  
 msgid "@i %i ref count is %Il, @s %N.  "
 msgstr ""
 
-#: e2fsck/problem.c:2012
+#: e2fsck/problem.c:2050
 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il.  They should be the same!\n
@@ -2765,72 +2817,72 @@ msgid ""
 "@i_link_info[%i] is %N, @i.i_links_count is %Il.  They @s the same!\n"
 msgstr ""
 
-#: e2fsck/problem.c:2019
+#: e2fsck/problem.c:2057
 #. @-expanded: extended attribute inode %i ref count is %N, should be %n. 
 msgid "@a @i %i ref count is %N, @s %n. "
 msgstr ""
 
-#: e2fsck/problem.c:2024
+#: e2fsck/problem.c:2062
 #. @-expanded: directory exceeds max links, but no DIR_NLINK feature in superblock.\n
 msgid "@d exceeds max links, but no DIR_NLINK feature in @S.\n"
 msgstr ""
 
-#: e2fsck/problem.c:2029
+#: e2fsck/problem.c:2067
 #. @-expanded: directory inode %i ref count set to overflow but could be exact value %N.  
 msgid "@d @i %i ref count set to overflow but could be exact value %N.  "
 msgstr ""
 
-#: e2fsck/problem.c:2036
+#: e2fsck/problem.c:2074
 #. @-expanded: Pass 5: Checking group summary information\n
 msgid "Pass 5: Checking @g summary information\n"
 msgstr ""
 
-#: e2fsck/problem.c:2041
+#: e2fsck/problem.c:2079
 #. @-expanded: Padding at end of inode bitmap is not set. 
 msgid "Padding at end of @i @B is not set. "
 msgstr ""
 
-#: e2fsck/problem.c:2046
+#: e2fsck/problem.c:2084
 #. @-expanded: Padding at end of block bitmap is not set. 
 msgid "Padding at end of @b @B is not set. "
 msgstr ""
 
-#: e2fsck/problem.c:2051
+#: e2fsck/problem.c:2089
 #. @-expanded: block bitmap differences: 
 msgid "@b @B differences: "
 msgstr ""
 
-#: e2fsck/problem.c:2073
+#: e2fsck/problem.c:2111
 #. @-expanded: inode bitmap differences: 
 msgid "@i @B differences: "
 msgstr ""
 
-#: e2fsck/problem.c:2095
+#: e2fsck/problem.c:2133
 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
 msgstr ""
 
-#: e2fsck/problem.c:2100
+#: e2fsck/problem.c:2138
 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
 msgstr ""
 
-#: e2fsck/problem.c:2105
+#: e2fsck/problem.c:2143
 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
 msgid "Free @is count wrong (%i, counted=%j).\n"
 msgstr ""
 
-#: e2fsck/problem.c:2110
+#: e2fsck/problem.c:2148
 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
 msgstr ""
 
-#: e2fsck/problem.c:2115
+#: e2fsck/problem.c:2153
 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
 msgid "Free @bs count wrong (%b, counted=%c).\n"
 msgstr ""
 
-#: e2fsck/problem.c:2120
+#: e2fsck/problem.c:2158
 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap 
 #. @-expanded: endpoints (%i, %j)\n
 msgid ""
@@ -2838,81 +2890,81 @@ msgid ""
 "endpoints (%i, %j)\n"
 msgstr ""
 
-#: e2fsck/problem.c:2126
+#: e2fsck/problem.c:2164
 msgid "Internal error: fudging end of bitmap (%N)\n"
 msgstr ""
 
-#: e2fsck/problem.c:2132
+#: e2fsck/problem.c:2170
 #, no-c-format
 #. @-expanded: Error copying in replacement inode bitmap: %m\n
 msgid "Error copying in replacement @i @B: %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:2138
+#: e2fsck/problem.c:2176
 #, no-c-format
 #. @-expanded: Error copying in replacement block bitmap: %m\n
 msgid "Error copying in replacement @b @B: %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:2168
+#: e2fsck/problem.c:2206
 #, no-c-format
 #. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
 msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
 msgstr ""
 
-#: e2fsck/problem.c:2174
+#: e2fsck/problem.c:2212
 #, no-c-format
 #. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
 msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
 msgstr ""
 
-#: e2fsck/problem.c:2180
+#: e2fsck/problem.c:2218
 #, no-c-format
 #. @-expanded: group %g inode bitmap does not match checksum.\n
 msgid "@g %g @i @B does not match checksum.\n"
 msgstr ""
 
-#: e2fsck/problem.c:2186
+#: e2fsck/problem.c:2224
 #, no-c-format
 #. @-expanded: group %g block bitmap does not match checksum.\n
 msgid "@g %g @b @B does not match checksum.\n"
 msgstr ""
 
-#: e2fsck/problem.c:2193
+#: e2fsck/problem.c:2231
 #. @-expanded: Recreate journal
 msgid "Recreate @j"
 msgstr ""
 
-#: e2fsck/problem.c:2198
+#: e2fsck/problem.c:2236
 msgid "Update quota info for quota type %N"
 msgstr ""
 
-#: e2fsck/problem.c:2204
+#: e2fsck/problem.c:2242
 #, no-c-format
 #. @-expanded: Error setting block group checksum info: %m\n
 msgid "Error setting @b @g checksum info: %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:2210
+#: e2fsck/problem.c:2248
 #, no-c-format
 msgid "Error writing file system info: %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:2216
+#: e2fsck/problem.c:2254
 #, no-c-format
 msgid "Error flushing writes to storage device: %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:2221
+#: e2fsck/problem.c:2259
 msgid "Error writing quota info for quota type %N: %m\n"
 msgstr ""
 
-#: e2fsck/problem.c:2384
+#: e2fsck/problem.c:2422
 #, c-format
 msgid "Unhandled error code (0x%x)!\n"
 msgstr ""
 
-#: e2fsck/problem.c:2514 e2fsck/problem.c:2518
+#: e2fsck/problem.c:2552 e2fsck/problem.c:2556
 msgid "IGNORED"
 msgstr ""
 
@@ -3121,7 +3173,7 @@ msgid_plural "%12u files\n"
 msgstr[0] ""
 msgstr[1] ""
 
-#: e2fsck/unix.c:238 misc/badblocks.c:1002 misc/tune2fs.c:3072 misc/util.c:129
+#: e2fsck/unix.c:238 misc/badblocks.c:1002 misc/tune2fs.c:3067 misc/util.c:129
 #: resize/main.c:356
 #, c-format
 msgid "while determining whether %s is mounted."
@@ -3235,12 +3287,12 @@ msgstr ""
 msgid "Invalid readahead buffer size.\n"
 msgstr ""
 
-#: e2fsck/unix.c:757
+#: e2fsck/unix.c:765
 #, c-format
 msgid "Unknown extended option: %s\n"
 msgstr ""
 
-#: e2fsck/unix.c:765
+#: e2fsck/unix.c:773
 msgid ""
 "\n"
 "Extended options are separated by commas, and may take an argument which\n"
@@ -3248,77 +3300,77 @@ msgid ""
 "\n"
 msgstr ""
 
-#: e2fsck/unix.c:769
+#: e2fsck/unix.c:777
 msgid "\tea_ver=<ea_version (1 or 2)>\n"
 msgstr ""
 
-#: e2fsck/unix.c:778
+#: e2fsck/unix.c:786
 msgid "\treadahead_kb=<buffer size>\n"
 msgstr ""
 
-#: e2fsck/unix.c:790
+#: e2fsck/unix.c:799
 #, c-format
 msgid ""
 "Syntax error in e2fsck config file (%s, line #%d)\n"
 "\t%s\n"
 msgstr ""
 
-#: e2fsck/unix.c:863
+#: e2fsck/unix.c:872
 #, c-format
 msgid "Error validating file descriptor %d: %s\n"
 msgstr ""
 
-#: e2fsck/unix.c:867
+#: e2fsck/unix.c:876
 msgid "Invalid completion information file descriptor"
 msgstr ""
 
-#: e2fsck/unix.c:882
+#: e2fsck/unix.c:891
 msgid "Only one of the options -p/-a, -n or -y may be specified."
 msgstr ""
 
-#: e2fsck/unix.c:903
+#: e2fsck/unix.c:912
 #, c-format
 msgid "The -t option is not supported on this version of e2fsck.\n"
 msgstr ""
 
-#: e2fsck/unix.c:934 e2fsck/unix.c:1012 misc/e2initrd_helper.c:330
-#: misc/tune2fs.c:1721 misc/tune2fs.c:2016 misc/tune2fs.c:2034
+#: e2fsck/unix.c:943 e2fsck/unix.c:1021 misc/e2initrd_helper.c:330
+#: misc/tune2fs.c:1772 misc/tune2fs.c:2067 misc/tune2fs.c:2085
 #, c-format
 msgid "Unable to resolve '%s'"
 msgstr ""
 
-#: e2fsck/unix.c:991
+#: e2fsck/unix.c:1000
 msgid "The -n and -D options are incompatible."
 msgstr ""
 
-#: e2fsck/unix.c:996
+#: e2fsck/unix.c:1005
 msgid "The -n and -c options are incompatible."
 msgstr ""
 
-#: e2fsck/unix.c:1001
+#: e2fsck/unix.c:1010
 msgid "The -n and -l/-L options are incompatible."
 msgstr ""
 
-#: e2fsck/unix.c:1025
+#: e2fsck/unix.c:1034
 msgid "The -D and -E fixes_only options are incompatible."
 msgstr ""
 
-#: e2fsck/unix.c:1031
+#: e2fsck/unix.c:1040
 msgid "The -E bmap2extent and fixes_only options are incompatible."
 msgstr ""
 
-#: e2fsck/unix.c:1095
+#: e2fsck/unix.c:1104
 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
 msgstr ""
 
-#: e2fsck/unix.c:1142
+#: e2fsck/unix.c:1151
 #, c-format
 msgid ""
 "E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
 "\n"
 msgstr ""
 
-#: e2fsck/unix.c:1151
+#: e2fsck/unix.c:1160
 #, c-format
 msgid ""
 "\n"
@@ -3326,31 +3378,31 @@ msgid ""
 "\n"
 msgstr ""
 
-#: e2fsck/unix.c:1242
+#: e2fsck/unix.c:1251
 #, c-format
 msgid ""
 "MMP interval is %u seconds and total wait time is %u seconds. Please "
 "wait...\n"
 msgstr ""
 
-#: e2fsck/unix.c:1259 e2fsck/unix.c:1264
+#: e2fsck/unix.c:1268 e2fsck/unix.c:1273
 msgid "while checking MMP block"
 msgstr ""
 
-#: e2fsck/unix.c:1266
+#: e2fsck/unix.c:1275
 #, c-format
 msgid ""
 "If you are sure the filesystem is not in use on any node, run:\n"
 "'tune2fs -f -E clear_mmp %s'\n"
 msgstr ""
 
-#: e2fsck/unix.c:1282
+#: e2fsck/unix.c:1291
 msgid "while reading MMP block"
 msgstr ""
 
-#: e2fsck/unix.c:1302 e2fsck/unix.c:1354 misc/e2undo.c:236 misc/e2undo.c:281
-#: misc/mke2fs.c:2708 misc/mke2fs.c:2759 misc/tune2fs.c:2798
-#: misc/tune2fs.c:2843 resize/main.c:188 resize/main.c:233
+#: e2fsck/unix.c:1311 e2fsck/unix.c:1363 misc/e2undo.c:236 misc/e2undo.c:281
+#: misc/mke2fs.c:2720 misc/mke2fs.c:2771 misc/tune2fs.c:2792
+#: misc/tune2fs.c:2837 resize/main.c:188 resize/main.c:233
 #, c-format
 msgid ""
 "Overwriting existing filesystem; this can be undone using the command:\n"
@@ -3358,210 +3410,210 @@ msgid ""
 "\n"
 msgstr ""
 
-#: e2fsck/unix.c:1343 misc/e2undo.c:270 misc/mke2fs.c:2748 misc/tune2fs.c:2832
+#: e2fsck/unix.c:1352 misc/e2undo.c:270 misc/mke2fs.c:2760 misc/tune2fs.c:2826
 #: resize/main.c:222
 #, c-format
 msgid "while trying to delete %s"
 msgstr ""
 
-#: e2fsck/unix.c:1369 misc/mke2fs.c:2774 resize/main.c:243
+#: e2fsck/unix.c:1378 misc/mke2fs.c:2786 resize/main.c:243
 msgid "while trying to setup undo file\n"
 msgstr ""
 
-#: e2fsck/unix.c:1412
+#: e2fsck/unix.c:1422
 msgid "Error: ext2fs library version out of date!\n"
 msgstr ""
 
-#: e2fsck/unix.c:1419
+#: e2fsck/unix.c:1429
 msgid "while trying to initialize program"
 msgstr ""
 
-#: e2fsck/unix.c:1456
+#: e2fsck/unix.c:1466
 #, c-format
 msgid "\tUsing %s, %s\n"
 msgstr ""
 
-#: e2fsck/unix.c:1468
+#: e2fsck/unix.c:1478
 msgid "need terminal for interactive repairs"
 msgstr ""
 
-#: e2fsck/unix.c:1529
+#: e2fsck/unix.c:1539
 #, c-format
 msgid "%s: %s trying backup blocks...\n"
 msgstr ""
 
-#: e2fsck/unix.c:1531
+#: e2fsck/unix.c:1541
 msgid "Superblock invalid,"
 msgstr ""
 
-#: e2fsck/unix.c:1532
+#: e2fsck/unix.c:1542
 msgid "Group descriptors look bad..."
 msgstr ""
 
-#: e2fsck/unix.c:1542
+#: e2fsck/unix.c:1552
 #, c-format
 msgid "%s: %s while using the backup blocks"
 msgstr ""
 
-#: e2fsck/unix.c:1546
+#: e2fsck/unix.c:1556
 #, c-format
 msgid "%s: going back to original superblock\n"
 msgstr ""
 
-#: e2fsck/unix.c:1575
+#: e2fsck/unix.c:1585
 msgid ""
 "The filesystem revision is apparently too high for this version of e2fsck.\n"
 "(Or the filesystem superblock is corrupt)\n"
 "\n"
 msgstr ""
 
-#: e2fsck/unix.c:1582
+#: e2fsck/unix.c:1592
 msgid "Could this be a zero-length partition?\n"
 msgstr ""
 
-#: e2fsck/unix.c:1584
+#: e2fsck/unix.c:1594
 #, c-format
 msgid "You must have %s access to the filesystem or be root\n"
 msgstr ""
 
-#: e2fsck/unix.c:1590
+#: e2fsck/unix.c:1600
 msgid "Possibly non-existent or swap device?\n"
 msgstr ""
 
-#: e2fsck/unix.c:1592
+#: e2fsck/unix.c:1602
 msgid "Filesystem mounted or opened exclusively by another program?\n"
 msgstr ""
 
-#: e2fsck/unix.c:1596
+#: e2fsck/unix.c:1606
 msgid "Possibly non-existent device?\n"
 msgstr ""
 
-#: e2fsck/unix.c:1599
+#: e2fsck/unix.c:1609
 msgid ""
 "Disk write-protected; use the -n option to do a read-only\n"
 "check of the device.\n"
 msgstr ""
 
-#: e2fsck/unix.c:1613
+#: e2fsck/unix.c:1623
 #, c-format
 msgid "%s: Trying to load superblock despite errors...\n"
 msgstr ""
 
-#: e2fsck/unix.c:1688
+#: e2fsck/unix.c:1698
 msgid "Get a newer version of e2fsck!"
 msgstr ""
 
-#: e2fsck/unix.c:1748
+#: e2fsck/unix.c:1758
 #, c-format
 msgid "while checking journal for %s"
 msgstr ""
 
-#: e2fsck/unix.c:1751
+#: e2fsck/unix.c:1761
 msgid "Cannot proceed with file system check"
 msgstr ""
 
-#: e2fsck/unix.c:1762
+#: e2fsck/unix.c:1772
 msgid ""
 "Warning: skipping journal recovery because doing a read-only filesystem "
 "check.\n"
 msgstr ""
 
-#: e2fsck/unix.c:1774
+#: e2fsck/unix.c:1784
 #, c-format
 msgid "unable to set superblock flags on %s\n"
 msgstr ""
 
-#: e2fsck/unix.c:1780
+#: e2fsck/unix.c:1790
 #, c-format
 msgid "Journal checksum error found in %s\n"
 msgstr ""
 
-#: e2fsck/unix.c:1784
+#: e2fsck/unix.c:1794
 #, c-format
 msgid "Journal corrupted in %s\n"
 msgstr ""
 
-#: e2fsck/unix.c:1788
+#: e2fsck/unix.c:1798
 #, c-format
 msgid "while recovering journal of %s"
 msgstr ""
 
-#: e2fsck/unix.c:1810
+#: e2fsck/unix.c:1820
 #, c-format
 msgid "%s has unsupported feature(s):"
 msgstr ""
 
-#: e2fsck/unix.c:1825
+#: e2fsck/unix.c:1835
 #, c-format
 msgid "%s has unsupported encoding: %0x\n"
 msgstr ""
 
-#: e2fsck/unix.c:1875
+#: e2fsck/unix.c:1885
 #, c-format
 msgid "%s: %s while reading bad blocks inode\n"
 msgstr ""
 
-#: e2fsck/unix.c:1878
+#: e2fsck/unix.c:1888
 msgid "This doesn't bode well, but we'll try to go on...\n"
 msgstr ""
 
-#: e2fsck/unix.c:1918
+#: e2fsck/unix.c:1931
 #, c-format
 msgid "Creating journal (%d blocks): "
 msgstr ""
 
-#: e2fsck/unix.c:1928
+#: e2fsck/unix.c:1940
 msgid " Done.\n"
 msgstr ""
 
-#: e2fsck/unix.c:1930
+#: e2fsck/unix.c:1942
 msgid ""
 "\n"
 "*** journal has been regenerated ***\n"
 msgstr ""
 
-#: e2fsck/unix.c:1936
+#: e2fsck/unix.c:1948
 msgid "aborted"
 msgstr ""
 
-#: e2fsck/unix.c:1938
+#: e2fsck/unix.c:1950
 #, c-format
 msgid "%s: e2fsck canceled.\n"
 msgstr ""
 
-#: e2fsck/unix.c:1965
+#: e2fsck/unix.c:1977
 msgid "Restarting e2fsck from the beginning...\n"
 msgstr ""
 
-#: e2fsck/unix.c:1969
+#: e2fsck/unix.c:1981
 msgid "while resetting context"
 msgstr ""
 
-#: e2fsck/unix.c:2028
+#: e2fsck/unix.c:2040
 #, c-format
 msgid ""
 "\n"
 "%s: ***** FILE SYSTEM ERRORS CORRECTED *****\n"
 msgstr ""
 
-#: e2fsck/unix.c:2030
+#: e2fsck/unix.c:2042
 #, c-format
 msgid "%s: File system was modified.\n"
 msgstr ""
 
-#: e2fsck/unix.c:2034 e2fsck/util.c:71
+#: e2fsck/unix.c:2046 e2fsck/util.c:67
 #, c-format
 msgid ""
 "\n"
 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
 msgstr ""
 
-#: e2fsck/unix.c:2039
+#: e2fsck/unix.c:2051
 #, c-format
 msgid "%s: ***** REBOOT SYSTEM *****\n"
 msgstr ""
 
-#: e2fsck/unix.c:2049 e2fsck/util.c:77
+#: e2fsck/unix.c:2061 e2fsck/util.c:73
 #, c-format
 msgid ""
 "\n"
@@ -3569,96 +3621,96 @@ msgid ""
 "\n"
 msgstr ""
 
-#: e2fsck/util.c:195 misc/util.c:93
+#: e2fsck/util.c:191 misc/util.c:93
 msgid "yY"
 msgstr ""
 
-#: e2fsck/util.c:196 misc/util.c:112
+#: e2fsck/util.c:192 misc/util.c:112
 msgid "nN"
 msgstr ""
 
-#: e2fsck/util.c:197
+#: e2fsck/util.c:193
 msgid "aA"
 msgstr ""
 
-#: e2fsck/util.c:201
+#: e2fsck/util.c:197
 msgid " ('a' enables 'yes' to all) "
 msgstr ""
 
-#: e2fsck/util.c:218
+#: e2fsck/util.c:214
 msgid "<y>"
 msgstr ""
 
-#: e2fsck/util.c:220
+#: e2fsck/util.c:216
 msgid "<n>"
 msgstr ""
 
-#: e2fsck/util.c:222
+#: e2fsck/util.c:218
 msgid " (y/n)"
 msgstr ""
 
-#: e2fsck/util.c:245
+#: e2fsck/util.c:241
 msgid "cancelled!\n"
 msgstr ""
 
-#: e2fsck/util.c:278
+#: e2fsck/util.c:274
 msgid "yes to all\n"
 msgstr ""
 
-#: e2fsck/util.c:280
+#: e2fsck/util.c:276
 msgid "yes\n"
 msgstr ""
 
-#: e2fsck/util.c:282
+#: e2fsck/util.c:278
 msgid "no\n"
 msgstr ""
 
-#: e2fsck/util.c:292
+#: e2fsck/util.c:288
 #, c-format
 msgid ""
 "%s? no\n"
 "\n"
 msgstr ""
 
-#: e2fsck/util.c:296
+#: e2fsck/util.c:292
 #, c-format
 msgid ""
 "%s? yes\n"
 "\n"
 msgstr ""
 
-#: e2fsck/util.c:300
+#: e2fsck/util.c:296
 msgid "yes"
 msgstr ""
 
-#: e2fsck/util.c:300
+#: e2fsck/util.c:296
 msgid "no"
 msgstr ""
 
-#: e2fsck/util.c:316
+#: e2fsck/util.c:312
 #, c-format
 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
 msgstr ""
 
-#: e2fsck/util.c:321
+#: e2fsck/util.c:317
 msgid "reading inode and block bitmaps"
 msgstr ""
 
-#: e2fsck/util.c:333
+#: e2fsck/util.c:329
 #, c-format
 msgid "while retrying to read bitmaps for %s"
 msgstr ""
 
-#: e2fsck/util.c:345
+#: e2fsck/util.c:341
 msgid "writing block and inode bitmaps"
 msgstr ""
 
-#: e2fsck/util.c:350
+#: e2fsck/util.c:346
 #, c-format
 msgid "while rewriting block and inode bitmaps for %s"
 msgstr ""
 
-#: e2fsck/util.c:362
+#: e2fsck/util.c:358
 #, c-format
 msgid ""
 "\n"
@@ -3667,37 +3719,37 @@ msgid ""
 "\t(i.e., without -a or -p options)\n"
 msgstr ""
 
-#: e2fsck/util.c:442
+#: e2fsck/util.c:438
 #, c-format
 msgid "Memory used: %lluk/%lluk (%lluk/%lluk), "
 msgstr ""
 
-#: e2fsck/util.c:448
+#: e2fsck/util.c:444
 #, c-format
 msgid "Memory used: %lluk, "
 msgstr ""
 
-#: e2fsck/util.c:454
+#: e2fsck/util.c:450
 #, c-format
 msgid "time: %5.2f/%5.2f/%5.2f\n"
 msgstr ""
 
-#: e2fsck/util.c:459
+#: e2fsck/util.c:455
 #, c-format
 msgid "elapsed time: %6.3f\n"
 msgstr ""
 
-#: e2fsck/util.c:494 e2fsck/util.c:508
+#: e2fsck/util.c:490 e2fsck/util.c:504
 #, c-format
 msgid "while reading inode %lu in %s"
 msgstr ""
 
-#: e2fsck/util.c:522 e2fsck/util.c:535
+#: e2fsck/util.c:518 e2fsck/util.c:531
 #, c-format
 msgid "while writing inode %lu in %s"
 msgstr ""
 
-#: e2fsck/util.c:793
+#: e2fsck/util.c:789
 msgid ""
 "UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
 "running.\n"
@@ -3970,8 +4022,8 @@ msgstr ""
 msgid "while reading inode %u"
 msgstr ""
 
-#: misc/create_inode.c:90 misc/create_inode.c:290 misc/create_inode.c:355
-#: misc/create_inode.c:393
+#: misc/create_inode.c:90 misc/create_inode.c:297 misc/create_inode.c:362
+#: misc/create_inode.c:400
 msgid "while expanding directory"
 msgstr ""
 
@@ -3980,12 +4032,12 @@ msgstr ""
 msgid "while linking \"%s\""
 msgstr ""
 
-#: misc/create_inode.c:105 misc/create_inode.c:134 misc/create_inode.c:324
+#: misc/create_inode.c:105 misc/create_inode.c:134 misc/create_inode.c:331
 #, c-format
 msgid "while writing inode %u"
 msgstr ""
 
-#: misc/create_inode.c:154 misc/create_inode.c:178
+#: misc/create_inode.c:154 misc/create_inode.c:185
 #, c-format
 msgid "while listing attributes of \"%s\""
 msgstr ""
@@ -3995,129 +4047,134 @@ msgstr ""
 msgid "while opening inode %u"
 msgstr ""
 
-#: misc/create_inode.c:171 misc/create_inode.c:198 misc/create_inode.c:1045
+#: misc/create_inode.c:172
+#, c-format
+msgid "while reading xattrs for inode %u"
+msgstr ""
+
+#: misc/create_inode.c:178 misc/create_inode.c:205 misc/create_inode.c:1052
 #: misc/e2undo.c:182 misc/e2undo.c:479 misc/e2undo.c:485 misc/e2undo.c:491
-#: misc/mke2fs.c:359
+#: misc/mke2fs.c:360
 msgid "while allocating memory"
 msgstr ""
 
-#: misc/create_inode.c:191 misc/create_inode.c:207
+#: misc/create_inode.c:198 misc/create_inode.c:214
 #, c-format
 msgid "while reading attribute \"%s\" of \"%s\""
 msgstr ""
 
-#: misc/create_inode.c:216
+#: misc/create_inode.c:223
 #, c-format
 msgid "while writing attribute \"%s\" to inode %u"
 msgstr ""
 
-#: misc/create_inode.c:226
+#: misc/create_inode.c:233
 #, c-format
 msgid "while closing inode %u"
 msgstr ""
 
-#: misc/create_inode.c:277
+#: misc/create_inode.c:284
 #, c-format
 msgid "while allocating inode \"%s\""
 msgstr ""
 
-#: misc/create_inode.c:296
+#: misc/create_inode.c:303
 #, c-format
 msgid "while creating inode \"%s\""
 msgstr ""
 
-#: misc/create_inode.c:362
+#: misc/create_inode.c:369
 #, c-format
 msgid "while creating symlink \"%s\""
 msgstr ""
 
-#: misc/create_inode.c:380 misc/create_inode.c:965
+#: misc/create_inode.c:387 misc/create_inode.c:972
 #, c-format
 msgid "while looking up \"%s\""
 msgstr ""
 
-#: misc/create_inode.c:400
+#: misc/create_inode.c:407
 #, c-format
 msgid "while creating directory \"%s\""
 msgstr ""
 
-#: misc/create_inode.c:629
+#: misc/create_inode.c:636
 #, c-format
 msgid "while opening \"%s\" to copy"
 msgstr ""
 
-#: misc/create_inode.c:807
+#: misc/create_inode.c:814
 #, c-format
 msgid "while changing working directory to \"%s\""
 msgstr ""
 
-#: misc/create_inode.c:817
+#: misc/create_inode.c:824
 #, c-format
 msgid "while scanning directory \"%s\""
 msgstr ""
 
-#: misc/create_inode.c:827
+#: misc/create_inode.c:834
 #, c-format
 msgid "while lstat \"%s\""
 msgstr ""
 
-#: misc/create_inode.c:877
+#: misc/create_inode.c:884
 #, c-format
 msgid "while creating special file \"%s\""
 msgstr ""
 
-#: misc/create_inode.c:886
+#: misc/create_inode.c:893
 msgid "malloc failed"
 msgstr ""
 
-#: misc/create_inode.c:894
+#: misc/create_inode.c:901
 #, c-format
 msgid "while trying to read link \"%s\""
 msgstr ""
 
-#: misc/create_inode.c:901
+#: misc/create_inode.c:908
 msgid "symlink increased in size between lstat() and readlink()"
 msgstr ""
 
-#: misc/create_inode.c:912
+#: misc/create_inode.c:919
 #, c-format
 msgid "while writing symlink\"%s\""
 msgstr ""
 
-#: misc/create_inode.c:923
+#: misc/create_inode.c:930
 #, c-format
 msgid "while writing file \"%s\""
 msgstr ""
 
-#: misc/create_inode.c:936
+#: misc/create_inode.c:943
 #, c-format
 msgid "while making dir \"%s\""
 msgstr ""
 
-#: misc/create_inode.c:954
+#: misc/create_inode.c:961
 msgid "while changing directory"
 msgstr ""
 
-#: misc/create_inode.c:960
+#: misc/create_inode.c:967
 #, c-format
 msgid "ignoring entry \"%s\""
 msgstr ""
 
-#: misc/create_inode.c:973
+#: misc/create_inode.c:980
 #, c-format
 msgid "while setting inode for \"%s\""
 msgstr ""
 
-#: misc/create_inode.c:980
+#: misc/create_inode.c:987
 #, c-format
 msgid "while setting xattrs for \"%s\""
 msgstr ""
 
-#: misc/create_inode.c:1006
+#: misc/create_inode.c:1013
 msgid "while saving inode data"
 msgstr ""
 
-#: misc/create_inode.c:1056
+#: misc/create_inode.c:1063
 msgid "while copying xattrs on root directory"
 msgstr ""
 
@@ -4235,54 +4292,54 @@ msgstr ""
 msgid "Bad blocks: %u"
 msgstr ""
 
-#: misc/dumpe2fs.c:373 misc/tune2fs.c:375
+#: misc/dumpe2fs.c:374 misc/tune2fs.c:378
 msgid "while reading journal inode"
 msgstr ""
 
-#: misc/dumpe2fs.c:379
+#: misc/dumpe2fs.c:380
 msgid "while opening journal inode"
 msgstr ""
 
-#: misc/dumpe2fs.c:385
+#: misc/dumpe2fs.c:386
 msgid "while reading journal super block"
 msgstr ""
 
-#: misc/dumpe2fs.c:392
+#: misc/dumpe2fs.c:393
 msgid "Journal superblock magic number invalid!\n"
 msgstr ""
 
-#: misc/dumpe2fs.c:409 misc/tune2fs.c:218
+#: misc/dumpe2fs.c:413 misc/tune2fs.c:221
 msgid "while reading journal superblock"
 msgstr ""
 
-#: misc/dumpe2fs.c:417
+#: misc/dumpe2fs.c:421
 msgid "Couldn't find journal superblock magic numbers"
 msgstr ""
 
-#: misc/dumpe2fs.c:470
+#: misc/dumpe2fs.c:476
 msgid "failed to alloc MMP buffer\n"
 msgstr ""
 
-#: misc/dumpe2fs.c:481
+#: misc/dumpe2fs.c:487
 #, c-format
 msgid "reading MMP block %llu from '%s'\n"
 msgstr ""
 
-#: misc/dumpe2fs.c:511 misc/mke2fs.c:798 misc/tune2fs.c:2056
+#: misc/dumpe2fs.c:517 misc/mke2fs.c:806 misc/tune2fs.c:2107
 msgid "Couldn't allocate memory to parse options!\n"
 msgstr ""
 
-#: misc/dumpe2fs.c:537
+#: misc/dumpe2fs.c:543
 #, c-format
 msgid "Invalid superblock parameter: %s\n"
 msgstr ""
 
-#: misc/dumpe2fs.c:552
+#: misc/dumpe2fs.c:558
 #, c-format
 msgid "Invalid blocksize parameter: %s\n"
 msgstr ""
 
-#: misc/dumpe2fs.c:563
+#: misc/dumpe2fs.c:569
 #, c-format
 msgid ""
 "\n"
@@ -4296,27 +4353,27 @@ msgid ""
 "\tblocksize=<blocksize>\n"
 msgstr ""
 
-#: misc/dumpe2fs.c:653 misc/mke2fs.c:1892
+#: misc/dumpe2fs.c:659 misc/mke2fs.c:1904
 #, c-format
 msgid "\tUsing %s\n"
 msgstr ""
 
-#: misc/dumpe2fs.c:698 misc/e2image.c:1629 misc/tune2fs.c:2998
+#: misc/dumpe2fs.c:706 misc/e2image.c:1630 misc/tune2fs.c:2993
 #: resize/main.c:418
 msgid "Couldn't find valid filesystem superblock.\n"
 msgstr ""
 
-#: misc/dumpe2fs.c:720
+#: misc/dumpe2fs.c:728
 #, c-format
 msgid "%s: MMP feature not enabled.\n"
 msgstr ""
 
-#: misc/dumpe2fs.c:751
+#: misc/dumpe2fs.c:759
 #, c-format
 msgid "while trying to read '%s' bitmaps\n"
 msgstr ""
 
-#: misc/dumpe2fs.c:760
+#: misc/dumpe2fs.c:768
 msgid ""
 "*** Run e2fsck now!\n"
 "\n"
@@ -4490,31 +4547,31 @@ msgstr ""
 msgid "while restoring the image table"
 msgstr ""
 
-#: misc/e2image.c:1565
+#: misc/e2image.c:1566
 msgid "-a option can only be used with raw or QCOW2 images."
 msgstr ""
 
-#: misc/e2image.c:1570
+#: misc/e2image.c:1571
 msgid "-b option can only be used with raw or QCOW2 images."
 msgstr ""
 
-#: misc/e2image.c:1576
+#: misc/e2image.c:1577
 msgid "Offsets are only allowed with raw images."
 msgstr ""
 
-#: misc/e2image.c:1581
+#: misc/e2image.c:1582
 msgid "Move mode is only allowed with raw images."
 msgstr ""
 
-#: misc/e2image.c:1586
+#: misc/e2image.c:1587
 msgid "Move mode requires all data mode."
 msgstr ""
 
-#: misc/e2image.c:1596
+#: misc/e2image.c:1597
 msgid "checking if mounted"
 msgstr ""
 
-#: misc/e2image.c:1603
+#: misc/e2image.c:1604
 msgid ""
 "\n"
 "Running e2image on a R/W mounted filesystem can result in an\n"
@@ -4522,51 +4579,51 @@ msgid ""
 "Use -f option if you really want to do that.\n"
 msgstr ""
 
-#: misc/e2image.c:1657
+#: misc/e2image.c:1658
 msgid "QCOW2 image can not be written to the stdout!\n"
 msgstr ""
 
-#: misc/e2image.c:1663
+#: misc/e2image.c:1664
 msgid "Can not stat output\n"
 msgstr ""
 
-#: misc/e2image.c:1673
+#: misc/e2image.c:1674
 #, c-format
 msgid "Image (%s) is compressed\n"
 msgstr ""
 
-#: misc/e2image.c:1676
+#: misc/e2image.c:1677
 #, c-format
 msgid "Image (%s) is encrypted\n"
 msgstr ""
 
-#: misc/e2image.c:1679
+#: misc/e2image.c:1680
 #, c-format
 msgid "Image (%s) is corrupted\n"
 msgstr ""
 
-#: misc/e2image.c:1683
+#: misc/e2image.c:1684
 #, c-format
 msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
 msgstr ""
 
-#: misc/e2image.c:1693
+#: misc/e2image.c:1694
 msgid "The -c option only supported in raw mode\n"
 msgstr ""
 
-#: misc/e2image.c:1698
+#: misc/e2image.c:1699
 msgid "The -c option not supported when writing to stdout\n"
 msgstr ""
 
-#: misc/e2image.c:1705
+#: misc/e2image.c:1706
 msgid "while allocating check_buf"
 msgstr ""
 
-#: misc/e2image.c:1711
+#: misc/e2image.c:1712
 msgid "The -p option only supported in raw mode\n"
 msgstr ""
 
-#: misc/e2image.c:1721
+#: misc/e2image.c:1722
 #, c-format
 msgid "%d blocks already contained the data to be copied\n"
 msgstr ""
@@ -4596,7 +4653,7 @@ msgstr ""
 msgid "e2label: not an ext2 filesystem\n"
 msgstr ""
 
-#: misc/e2label.c:97 misc/tune2fs.c:3203
+#: misc/e2label.c:97 misc/tune2fs.c:3198
 #, c-format
 msgid "Warning: label too long, truncating.\n"
 msgstr ""
@@ -4611,7 +4668,7 @@ msgstr ""
 msgid "e2label: error writing superblock\n"
 msgstr ""
 
-#: misc/e2label.c:117 misc/tune2fs.c:1713
+#: misc/e2label.c:117 misc/tune2fs.c:1764
 #, c-format
 msgid "Usage: e2label device [newlabel]\n"
 msgstr ""
@@ -4917,51 +4974,56 @@ msgstr ""
 msgid "%s: too many arguments\n"
 msgstr ""
 
-#: misc/fuse2fs.c:3740
+#: misc/fuse2fs.c:3746
 msgid "Mounting read-only.\n"
 msgstr ""
 
-#: misc/fuse2fs.c:3764
+#: misc/fuse2fs.c:3770
 #, c-format
 msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
 msgstr ""
 
-#: misc/fuse2fs.c:3776 misc/fuse2fs.c:3790
+#: misc/fuse2fs.c:3782 misc/fuse2fs.c:3800
 #, c-format
 msgid "%s: %s.\n"
 msgstr ""
 
-#: misc/fuse2fs.c:3777 misc/fuse2fs.c:3792 misc/tune2fs.c:3098
+#: misc/fuse2fs.c:3783 misc/fuse2fs.c:3802 misc/tune2fs.c:3093
 #, c-format
 msgid "Please run e2fsck -fy %s.\n"
 msgstr ""
 
-#: misc/fuse2fs.c:3799
+#: misc/fuse2fs.c:3793
+#, c-format
+msgid "%s: mounting read-only without recovering journal\n"
+msgstr ""
+
+#: misc/fuse2fs.c:3809
 msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
 msgstr ""
 
-#: misc/fuse2fs.c:3807
+#: misc/fuse2fs.c:3817
 #, c-format
 msgid "%s: Writing to the journal is not supported.\n"
 msgstr ""
 
-#: misc/fuse2fs.c:3822
+#: misc/fuse2fs.c:3832
 msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
 msgstr ""
 
-#: misc/fuse2fs.c:3826
+#: misc/fuse2fs.c:3836
 msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
 msgstr ""
 
-#: misc/fuse2fs.c:3831
+#: misc/fuse2fs.c:3841
 msgid "Warning: Check time reached; running e2fsck is recommended.\n"
 msgstr ""
 
-#: misc/fuse2fs.c:3835
+#: misc/fuse2fs.c:3845
 msgid "Orphans detected; running e2fsck is recommended.\n"
 msgstr ""
 
-#: misc/fuse2fs.c:3839
+#: misc/fuse2fs.c:3849
 msgid "Errors detected; running e2fsck is required.\n"
 msgstr ""
 
@@ -4985,7 +5047,7 @@ msgstr ""
 msgid "While reading version on %s"
 msgstr ""
 
-#: misc/mke2fs.c:130
+#: misc/mke2fs.c:131
 #, c-format
 msgid ""
 "Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
@@ -4999,35 +5061,35 @@ msgid ""
 "\t[-jnqvDFSV] device [blocks-count]\n"
 msgstr ""
 
-#: misc/mke2fs.c:261
+#: misc/mke2fs.c:262
 #, c-format
 msgid "Running command: %s\n"
 msgstr ""
 
-#: misc/mke2fs.c:265
+#: misc/mke2fs.c:266
 #, c-format
 msgid "while trying to run '%s'"
 msgstr ""
 
-#: misc/mke2fs.c:272
+#: misc/mke2fs.c:273
 msgid "while processing list of bad blocks from program"
 msgstr ""
 
-#: misc/mke2fs.c:299
+#: misc/mke2fs.c:300
 #, c-format
 msgid "Block %d in primary superblock/group descriptor area bad.\n"
 msgstr ""
 
-#: misc/mke2fs.c:301
+#: misc/mke2fs.c:302
 #, c-format
 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
 msgstr ""
 
-#: misc/mke2fs.c:304
+#: misc/mke2fs.c:305
 msgid "Aborting....\n"
 msgstr ""
 
-#: misc/mke2fs.c:324
+#: misc/mke2fs.c:325
 #, c-format
 msgid ""
 "Warning: the backup superblock/group descriptors at block %u contain\n"
@@ -5035,259 +5097,263 @@ msgid ""
 "\n"
 msgstr ""
 
-#: misc/mke2fs.c:343
+#: misc/mke2fs.c:344 misc/mke2fs.c:3281
 msgid "while marking bad blocks as used"
 msgstr ""
 
-#: misc/mke2fs.c:368
+#: misc/mke2fs.c:369
 msgid "while writing reserved inodes"
 msgstr ""
 
-#: misc/mke2fs.c:420
+#: misc/mke2fs.c:421
 msgid "Writing inode tables: "
 msgstr ""
 
-#: misc/mke2fs.c:442
+#: misc/mke2fs.c:443
 #, c-format
 msgid ""
 "\n"
 "Could not write %d blocks in inode table starting at %llu: %s\n"
 msgstr ""
 
-#: misc/mke2fs.c:456 misc/mke2fs.c:2821 misc/mke2fs.c:3226
+#: misc/mke2fs.c:457 misc/mke2fs.c:2833 misc/mke2fs.c:3241
 msgid "done                            \n"
 msgstr ""
 
-#: misc/mke2fs.c:471
+#: misc/mke2fs.c:472
 msgid "while creating root dir"
 msgstr ""
 
-#: misc/mke2fs.c:478
+#: misc/mke2fs.c:479
 msgid "while reading root inode"
 msgstr ""
 
-#: misc/mke2fs.c:490
+#: misc/mke2fs.c:491
 msgid "while setting root inode ownership"
 msgstr ""
 
-#: misc/mke2fs.c:508
+#: misc/mke2fs.c:509
 msgid "while creating /lost+found"
 msgstr ""
 
-#: misc/mke2fs.c:515
+#: misc/mke2fs.c:516
 msgid "while looking up /lost+found"
 msgstr ""
 
-#: misc/mke2fs.c:528
+#: misc/mke2fs.c:529
 msgid "while expanding /lost+found"
 msgstr ""
 
-#: misc/mke2fs.c:543
+#: misc/mke2fs.c:544
 msgid "while setting bad block inode"
 msgstr ""
 
-#: misc/mke2fs.c:570
+#: misc/mke2fs.c:571
 #, c-format
 msgid "Out of memory erasing sectors %d-%d\n"
 msgstr ""
 
-#: misc/mke2fs.c:580
+#: misc/mke2fs.c:581
 #, c-format
 msgid "Warning: could not read block 0: %s\n"
 msgstr ""
 
-#: misc/mke2fs.c:596
+#: misc/mke2fs.c:597
 #, c-format
 msgid "Warning: could not erase sector %d: %s\n"
 msgstr ""
 
-#: misc/mke2fs.c:612
-msgid "while initializing journal superblock"
+#: misc/mke2fs.c:613
+msgid "while splitting the journal size"
 msgstr ""
 
 #: misc/mke2fs.c:620
+msgid "while initializing journal superblock"
+msgstr ""
+
+#: misc/mke2fs.c:628
 msgid "Zeroing journal device: "
 msgstr ""
 
-#: misc/mke2fs.c:632
+#: misc/mke2fs.c:640
 #, c-format
 msgid "while zeroing journal device (block %llu, count %d)"
 msgstr ""
 
-#: misc/mke2fs.c:650
+#: misc/mke2fs.c:658
 msgid "while writing journal superblock"
 msgstr ""
 
-#: misc/mke2fs.c:664
+#: misc/mke2fs.c:672
 #, c-format
 msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
 msgstr ""
 
-#: misc/mke2fs.c:672
+#: misc/mke2fs.c:680
 #, c-format
 msgid ""
 "warning: %llu blocks unused.\n"
 "\n"
 msgstr ""
 
-#: misc/mke2fs.c:675
+#: misc/mke2fs.c:683
 #, c-format
 msgid "Filesystem label=%.*s\n"
 msgstr ""
 
-#: misc/mke2fs.c:679
+#: misc/mke2fs.c:687
 #, c-format
 msgid "OS type: %s\n"
 msgstr ""
 
-#: misc/mke2fs.c:681
+#: misc/mke2fs.c:689
 #, c-format
 msgid "Block size=%u (log=%u)\n"
 msgstr ""
 
-#: misc/mke2fs.c:684
+#: misc/mke2fs.c:692
 #, c-format
 msgid "Cluster size=%u (log=%u)\n"
 msgstr ""
 
-#: misc/mke2fs.c:688
+#: misc/mke2fs.c:696
 #, c-format
 msgid "Fragment size=%u (log=%u)\n"
 msgstr ""
 
-#: misc/mke2fs.c:690
+#: misc/mke2fs.c:698
 #, c-format
 msgid "Stride=%u blocks, Stripe width=%u blocks\n"
 msgstr ""
 
-#: misc/mke2fs.c:692
+#: misc/mke2fs.c:700
 #, c-format
 msgid "%u inodes, %llu blocks\n"
 msgstr ""
 
-#: misc/mke2fs.c:694
+#: misc/mke2fs.c:702
 #, c-format
 msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
 msgstr ""
 
-#: misc/mke2fs.c:697
+#: misc/mke2fs.c:705
 #, c-format
 msgid "First data block=%u\n"
 msgstr ""
 
-#: misc/mke2fs.c:699
+#: misc/mke2fs.c:707
 #, c-format
 msgid "Root directory owner=%u:%u\n"
 msgstr ""
 
-#: misc/mke2fs.c:701
+#: misc/mke2fs.c:709
 #, c-format
 msgid "Maximum filesystem blocks=%lu\n"
 msgstr ""
 
-#: misc/mke2fs.c:705
+#: misc/mke2fs.c:713
 #, c-format
 msgid "%u block groups\n"
 msgstr ""
 
-#: misc/mke2fs.c:707
+#: misc/mke2fs.c:715
 #, c-format
 msgid "%u block group\n"
 msgstr ""
 
-#: misc/mke2fs.c:709
+#: misc/mke2fs.c:717
 #, c-format
 msgid "%u blocks per group, %u clusters per group\n"
 msgstr ""
 
-#: misc/mke2fs.c:712
+#: misc/mke2fs.c:720
 #, c-format
 msgid "%u blocks per group, %u fragments per group\n"
 msgstr ""
 
-#: misc/mke2fs.c:714
+#: misc/mke2fs.c:722
 #, c-format
 msgid "%u inodes per group\n"
 msgstr ""
 
-#: misc/mke2fs.c:723
+#: misc/mke2fs.c:731
 #, c-format
 msgid "Filesystem UUID: %s\n"
 msgstr ""
 
-#: misc/mke2fs.c:724
+#: misc/mke2fs.c:732
 msgid "Superblock backups stored on blocks: "
 msgstr ""
 
-#: misc/mke2fs.c:820
+#: misc/mke2fs.c:828
 #, c-format
 msgid "%s requires '-O 64bit'\n"
 msgstr ""
 
-#: misc/mke2fs.c:826
+#: misc/mke2fs.c:834
 #, c-format
 msgid "'%s' must be before 'resize=%u'\n"
 msgstr ""
 
-#: misc/mke2fs.c:839
+#: misc/mke2fs.c:847
 #, c-format
 msgid "Invalid desc_size: '%s'\n"
 msgstr ""
 
-#: misc/mke2fs.c:853
+#: misc/mke2fs.c:861
 #, c-format
 msgid "Invalid hash seed: %s\n"
 msgstr ""
 
-#: misc/mke2fs.c:865
+#: misc/mke2fs.c:873
 #, c-format
 msgid "Invalid offset: %s\n"
 msgstr ""
 
-#: misc/mke2fs.c:879 misc/tune2fs.c:2084
+#: misc/mke2fs.c:887 misc/tune2fs.c:2135
 #, c-format
 msgid "Invalid mmp_update_interval: %s\n"
 msgstr ""
 
-#: misc/mke2fs.c:896
+#: misc/mke2fs.c:904
 #, c-format
 msgid "Invalid # of backup superblocks: %s\n"
 msgstr ""
 
-#: misc/mke2fs.c:918
+#: misc/mke2fs.c:926
 #, c-format
 msgid "Invalid stride parameter: %s\n"
 msgstr ""
 
-#: misc/mke2fs.c:933
+#: misc/mke2fs.c:941
 #, c-format
 msgid "Invalid stripe-width parameter: %s\n"
 msgstr ""
 
-#: misc/mke2fs.c:956
+#: misc/mke2fs.c:964
 #, c-format
 msgid "Invalid resize parameter: %s\n"
 msgstr ""
 
-#: misc/mke2fs.c:963
+#: misc/mke2fs.c:971
 msgid "The resize maximum must be greater than the filesystem size.\n"
 msgstr ""
 
-#: misc/mke2fs.c:987
+#: misc/mke2fs.c:995
 msgid "On-line resizing not supported with revision 0 filesystems\n"
 msgstr ""
 
-#: misc/mke2fs.c:1013 misc/mke2fs.c:1022
+#: misc/mke2fs.c:1021 misc/mke2fs.c:1030
 #, c-format
 msgid "Invalid root_owner: '%s'\n"
 msgstr ""
 
-#: misc/mke2fs.c:1067
+#: misc/mke2fs.c:1075
 #, c-format
 msgid "Invalid encoding: %s"
 msgstr ""
 
-#: misc/mke2fs.c:1085
+#: misc/mke2fs.c:1093
 #, c-format
 msgid ""
 "\n"
@@ -5316,7 +5382,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: misc/mke2fs.c:1112
+#: misc/mke2fs.c:1120
 #, c-format
 msgid ""
 "\n"
@@ -5324,52 +5390,52 @@ msgid ""
 "\n"
 msgstr ""
 
-#: misc/mke2fs.c:1123 misc/tune2fs.c:2220
+#: misc/mke2fs.c:1131 misc/tune2fs.c:2271
 #, c-format
 msgid "error: Invalid encoding flag: %s\n"
 msgstr ""
 
-#: misc/mke2fs.c:1129 misc/tune2fs.c:2229
+#: misc/mke2fs.c:1137 misc/tune2fs.c:2280
 #, c-format
 msgid ""
 "error: An encoding must be explicitly specified when passing encoding-flags\n"
 msgstr ""
 
-#: misc/mke2fs.c:1177
+#: misc/mke2fs.c:1187
 #, c-format
 msgid ""
 "Syntax error in mke2fs config file (%s, line #%d)\n"
 "\t%s\n"
 msgstr ""
 
-#: misc/mke2fs.c:1190 misc/tune2fs.c:1072
+#: misc/mke2fs.c:1200 misc/tune2fs.c:1105
 #, c-format
 msgid "Invalid filesystem option set: %s\n"
 msgstr ""
 
-#: misc/mke2fs.c:1202 misc/tune2fs.c:419
+#: misc/mke2fs.c:1212 misc/tune2fs.c:422
 #, c-format
 msgid "Invalid mount option set: %s\n"
 msgstr ""
 
-#: misc/mke2fs.c:1338
+#: misc/mke2fs.c:1348
 #, c-format
 msgid ""
 "\n"
 "Your mke2fs.conf file does not define the %s filesystem type.\n"
 msgstr ""
 
-#: misc/mke2fs.c:1342
+#: misc/mke2fs.c:1352
 msgid ""
 "You probably need to install an updated mke2fs.conf file.\n"
 "\n"
 msgstr ""
 
-#: misc/mke2fs.c:1346
+#: misc/mke2fs.c:1356
 msgid "Aborting...\n"
 msgstr ""
 
-#: misc/mke2fs.c:1387
+#: misc/mke2fs.c:1397
 #, c-format
 msgid ""
 "\n"
@@ -5377,154 +5443,154 @@ msgid ""
 "\n"
 msgstr ""
 
-#: misc/mke2fs.c:1574
+#: misc/mke2fs.c:1584
 msgid "Couldn't allocate memory for new PATH.\n"
 msgstr ""
 
-#: misc/mke2fs.c:1611
+#: misc/mke2fs.c:1621
 #, c-format
 msgid "Couldn't init profile successfully (error: %ld).\n"
 msgstr ""
 
-#: misc/mke2fs.c:1644
+#: misc/mke2fs.c:1654
 #, c-format
 msgid "invalid block size - %s"
 msgstr ""
 
-#: misc/mke2fs.c:1648
+#: misc/mke2fs.c:1658
 #, c-format
 msgid "Warning: blocksize %d not usable on most systems.\n"
 msgstr ""
 
-#: misc/mke2fs.c:1664
+#: misc/mke2fs.c:1674
 #, c-format
 msgid "invalid cluster size - %s"
 msgstr ""
 
-#: misc/mke2fs.c:1677
+#: misc/mke2fs.c:1687
 msgid "'-R' is deprecated, use '-E' instead"
 msgstr ""
 
-#: misc/mke2fs.c:1691 misc/tune2fs.c:1810
+#: misc/mke2fs.c:1701 misc/tune2fs.c:1861
 #, c-format
 msgid "bad error behavior - %s"
 msgstr ""
 
-#: misc/mke2fs.c:1703
+#: misc/mke2fs.c:1713
 msgid "Illegal number for blocks per group"
 msgstr ""
 
-#: misc/mke2fs.c:1708
+#: misc/mke2fs.c:1718
 msgid "blocks per group must be multiple of 8"
 msgstr ""
 
-#: misc/mke2fs.c:1716
+#: misc/mke2fs.c:1726
 msgid "Illegal number for flex_bg size"
 msgstr ""
 
-#: misc/mke2fs.c:1722
+#: misc/mke2fs.c:1732
 msgid "flex_bg size must be a power of 2"
 msgstr ""
 
-#: misc/mke2fs.c:1727
+#: misc/mke2fs.c:1737
 #, c-format
 msgid "flex_bg size (%lu) must be less than or equal to 2^31"
 msgstr ""
 
-#: misc/mke2fs.c:1737
+#: misc/mke2fs.c:1747
 #, c-format
 msgid "invalid inode ratio %s (min %d/max %d)"
 msgstr ""
 
-#: misc/mke2fs.c:1747
+#: misc/mke2fs.c:1757
 #, c-format
 msgid "invalid inode size - %s"
 msgstr ""
 
-#: misc/mke2fs.c:1760
+#: misc/mke2fs.c:1772
 msgid ""
 "Warning: -K option is deprecated and should not be used anymore. Use '-E "
 "nodiscard' extended option instead!\n"
 msgstr ""
 
-#: misc/mke2fs.c:1771
+#: misc/mke2fs.c:1783
 msgid "in malloc for bad_blocks_filename"
 msgstr ""
 
-#: misc/mke2fs.c:1780
+#: misc/mke2fs.c:1792
 #, c-format
 msgid ""
 "Warning: label too long; will be truncated to '%s'\n"
 "\n"
 msgstr ""
 
-#: misc/mke2fs.c:1789
+#: misc/mke2fs.c:1801
 #, c-format
 msgid "invalid reserved blocks percent - %s"
 msgstr ""
 
-#: misc/mke2fs.c:1804
+#: misc/mke2fs.c:1816
 #, c-format
 msgid "bad num inodes - %s"
 msgstr ""
 
-#: misc/mke2fs.c:1817
+#: misc/mke2fs.c:1829
 msgid "while allocating fs_feature string"
 msgstr ""
 
-#: misc/mke2fs.c:1834
+#: misc/mke2fs.c:1846
 #, c-format
 msgid "bad revision level - %s"
 msgstr ""
 
-#: misc/mke2fs.c:1839
+#: misc/mke2fs.c:1851
 #, c-format
 msgid "while trying to create revision %d"
 msgstr ""
 
-#: misc/mke2fs.c:1853
+#: misc/mke2fs.c:1865
 msgid "The -t option may only be used once"
 msgstr ""
 
-#: misc/mke2fs.c:1861
+#: misc/mke2fs.c:1873
 msgid "The -T option may only be used once"
 msgstr ""
 
-#: misc/mke2fs.c:1917 misc/mke2fs.c:3310
+#: misc/mke2fs.c:1929 misc/mke2fs.c:3364
 #, c-format
 msgid "while trying to open journal device %s\n"
 msgstr ""
 
-#: misc/mke2fs.c:1923
+#: misc/mke2fs.c:1935
 #, c-format
 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
 msgstr ""
 
-#: misc/mke2fs.c:1929
+#: misc/mke2fs.c:1941
 #, c-format
 msgid "Using journal device's blocksize: %d\n"
 msgstr ""
 
-#: misc/mke2fs.c:1940
+#: misc/mke2fs.c:1952
 #, c-format
 msgid "invalid blocks '%s' on device '%s'"
 msgstr ""
 
-#: misc/mke2fs.c:1970
+#: misc/mke2fs.c:1982
 msgid "filesystem"
 msgstr ""
 
-#: misc/mke2fs.c:1988 resize/main.c:499
+#: misc/mke2fs.c:2000 resize/main.c:499
 msgid "while trying to determine filesystem size"
 msgstr ""
 
-#: misc/mke2fs.c:1994
+#: misc/mke2fs.c:2006
 msgid ""
 "Couldn't determine device size; you must specify\n"
 "the size of the filesystem\n"
 msgstr ""
 
-#: misc/mke2fs.c:2001
+#: misc/mke2fs.c:2013
 msgid ""
 "Device size reported to be zero.  Invalid partition specified, or\n"
 "\tpartition table wasn't reread after running fdisk, due to\n"
@@ -5532,149 +5598,149 @@ msgid ""
 "\tto re-read your partition table.\n"
 msgstr ""
 
-#: misc/mke2fs.c:2018
+#: misc/mke2fs.c:2030
 msgid "Filesystem larger than apparent device size."
 msgstr ""
 
-#: misc/mke2fs.c:2038
+#: misc/mke2fs.c:2050
 msgid "Failed to parse fs types list\n"
 msgstr ""
 
-#: misc/mke2fs.c:2088
+#: misc/mke2fs.c:2100
 msgid "The HURD does not support the filetype feature.\n"
 msgstr ""
 
-#: misc/mke2fs.c:2093
+#: misc/mke2fs.c:2105
 msgid "The HURD does not support the huge_file feature.\n"
 msgstr ""
 
-#: misc/mke2fs.c:2098
+#: misc/mke2fs.c:2110
 msgid "The HURD does not support the metadata_csum feature.\n"
 msgstr ""
 
-#: misc/mke2fs.c:2103
+#: misc/mke2fs.c:2115
 msgid "The HURD does not support the ea_inode feature.\n"
 msgstr ""
 
-#: misc/mke2fs.c:2113
+#: misc/mke2fs.c:2125
 msgid "while trying to determine hardware sector size"
 msgstr ""
 
-#: misc/mke2fs.c:2119
+#: misc/mke2fs.c:2131
 msgid "while trying to determine physical sector size"
 msgstr ""
 
-#: misc/mke2fs.c:2151
+#: misc/mke2fs.c:2163
 msgid "while setting blocksize; too small for device\n"
 msgstr ""
 
-#: misc/mke2fs.c:2156
+#: misc/mke2fs.c:2168
 #, c-format
 msgid ""
 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
 msgstr ""
 
-#: misc/mke2fs.c:2180
+#: misc/mke2fs.c:2192
 #, c-format
 msgid ""
 "%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
 "\tin 32 bits using a blocksize of %d.\n"
 msgstr ""
 
-#: misc/mke2fs.c:2194
+#: misc/mke2fs.c:2206
 #, c-format
 msgid ""
 "%s: Size of device (0x%llx blocks) %s too big to create\n"
 "\ta filesystem using a blocksize of %d.\n"
 msgstr ""
 
-#: misc/mke2fs.c:2216
+#: misc/mke2fs.c:2228
 msgid "fs_types for mke2fs.conf resolution: "
 msgstr ""
 
-#: misc/mke2fs.c:2223
+#: misc/mke2fs.c:2235
 msgid "Filesystem features not supported with revision 0 filesystems\n"
 msgstr ""
 
-#: misc/mke2fs.c:2231
+#: misc/mke2fs.c:2243
 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
 msgstr ""
 
-#: misc/mke2fs.c:2241
+#: misc/mke2fs.c:2253
 msgid "Journals not supported with revision 0 filesystems\n"
 msgstr ""
 
-#: misc/mke2fs.c:2254
+#: misc/mke2fs.c:2266
 #, c-format
 msgid "invalid reserved blocks percent - %lf"
 msgstr ""
 
-#: misc/mke2fs.c:2271
+#: misc/mke2fs.c:2283
 msgid ""
 "Extents MUST be enabled for a 64-bit filesystem.  Pass -O extents to "
 "rectify.\n"
 msgstr ""
 
-#: misc/mke2fs.c:2291
+#: misc/mke2fs.c:2303
 msgid "The cluster size may not be smaller than the block size.\n"
 msgstr ""
 
-#: misc/mke2fs.c:2297
+#: misc/mke2fs.c:2309
 msgid "specifying a cluster size requires the bigalloc feature"
 msgstr ""
 
-#: misc/mke2fs.c:2317
+#: misc/mke2fs.c:2329
 #, c-format
 msgid "warning: Unable to get device geometry for %s\n"
 msgstr ""
 
-#: misc/mke2fs.c:2329
+#: misc/mke2fs.c:2341
 #, c-format
 msgid "%s alignment is offset by %lu bytes.\n"
 msgstr ""
 
-#: misc/mke2fs.c:2331
+#: misc/mke2fs.c:2343
 #, c-format
 msgid ""
 "This may result in very poor performance, (re)-partitioning suggested.\n"
 msgstr ""
 
-#: misc/mke2fs.c:2337
+#: misc/mke2fs.c:2349
 #, c-format
 msgid ""
 "%s is capable of DAX but current block size %u is different from system page "
 "size %u so filesystem will not support DAX.\n"
 msgstr ""
 
-#: misc/mke2fs.c:2361
+#: misc/mke2fs.c:2373
 #, c-format
 msgid "%d-byte blocks too big for system (max %d)"
 msgstr ""
 
-#: misc/mke2fs.c:2365
+#: misc/mke2fs.c:2377
 #, c-format
 msgid ""
 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
 msgstr ""
 
-#: misc/mke2fs.c:2373
+#: misc/mke2fs.c:2385
 #, c-format
 msgid ""
 "Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
 "and journal checksum features.\n"
 msgstr ""
 
-#: misc/mke2fs.c:2419
+#: misc/mke2fs.c:2431
 #, c-format
 msgid "Unknown filename encoding from profile: %s"
 msgstr ""
 
-#: misc/mke2fs.c:2430
+#: misc/mke2fs.c:2442
 #, c-format
 msgid "Unknown encoding flags from profile: %s"
 msgstr ""
 
-#: misc/mke2fs.c:2455
+#: misc/mke2fs.c:2467
 #, c-format
 msgid ""
 "\n"
@@ -5684,22 +5750,22 @@ msgid ""
 "\n"
 msgstr ""
 
-#: misc/mke2fs.c:2470
+#: misc/mke2fs.c:2482
 #, c-format
 msgid "%d byte inodes are too small for project quota"
 msgstr ""
 
-#: misc/mke2fs.c:2492
+#: misc/mke2fs.c:2504
 msgid "Can't support bigalloc feature without extents feature"
 msgstr ""
 
-#: misc/mke2fs.c:2499
+#: misc/mke2fs.c:2511
 msgid ""
 "The resize_inode and meta_bg features are not compatible.\n"
 "They can not be both enabled simultaneously.\n"
 msgstr ""
 
-#: misc/mke2fs.c:2507
+#: misc/mke2fs.c:2519
 msgid ""
 "\n"
 "Warning: the bigalloc feature is still under development\n"
@@ -5707,39 +5773,39 @@ msgid ""
 "\n"
 msgstr ""
 
-#: misc/mke2fs.c:2519
+#: misc/mke2fs.c:2531
 msgid "reserved online resize blocks not supported on non-sparse filesystem"
 msgstr ""
 
-#: misc/mke2fs.c:2528
+#: misc/mke2fs.c:2540
 msgid "blocks per group count out of range"
 msgstr ""
 
-#: misc/mke2fs.c:2550
+#: misc/mke2fs.c:2562
 msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
 msgstr ""
 
-#: misc/mke2fs.c:2562
+#: misc/mke2fs.c:2574
 #, c-format
 msgid "invalid inode size %d (min %d/max %d)"
 msgstr ""
 
-#: misc/mke2fs.c:2577
+#: misc/mke2fs.c:2589
 #, c-format
 msgid "%d byte inodes are too small for inline data; specify larger size"
 msgstr ""
 
-#: misc/mke2fs.c:2592
+#: misc/mke2fs.c:2604
 #, c-format
 msgid "too many inodes (%llu), raise inode ratio?"
 msgstr ""
 
-#: misc/mke2fs.c:2599
+#: misc/mke2fs.c:2611
 #, c-format
 msgid "too many inodes (%llu), specify < 2^32 inodes"
 msgstr ""
 
-#: misc/mke2fs.c:2613
+#: misc/mke2fs.c:2625
 #, c-format
 msgid ""
 "inode_size (%u) * inodes_count (%u) too big for a\n"
@@ -5747,153 +5813,161 @@ msgid ""
 "\tor lower inode count (-N).\n"
 msgstr ""
 
-#: misc/mke2fs.c:2800
+#: misc/mke2fs.c:2812
 msgid "Discarding device blocks: "
 msgstr ""
 
-#: misc/mke2fs.c:2816
+#: misc/mke2fs.c:2828
 msgid "failed - "
 msgstr ""
 
-#: misc/mke2fs.c:2875
+#: misc/mke2fs.c:2887
 msgid "while initializing quota context"
 msgstr ""
 
-#: misc/mke2fs.c:2882
+#: misc/mke2fs.c:2894
 msgid "while writing quota inodes"
 msgstr ""
 
-#: misc/mke2fs.c:2907
+#: misc/mke2fs.c:2919
 #, c-format
 msgid "bad error behavior in profile - %s"
 msgstr ""
 
-#: misc/mke2fs.c:2983
+#: misc/mke2fs.c:2998
 msgid "in malloc for android_sparse_params"
 msgstr ""
 
-#: misc/mke2fs.c:2997
+#: misc/mke2fs.c:3012
 msgid "while setting up superblock"
 msgstr ""
 
-#: misc/mke2fs.c:3013
+#: misc/mke2fs.c:3028
 msgid ""
 "Extents are not enabled.  The file extent tree can be checksummed, whereas "
 "block maps cannot.  Not enabling extents reduces the coverage of metadata "
 "checksumming.  Pass -O extents to rectify.\n"
 msgstr ""
 
-#: misc/mke2fs.c:3020
+#: misc/mke2fs.c:3035
 msgid ""
 "64-bit filesystem support is not enabled.  The larger fields afforded by "
 "this feature enable full-strength checksumming.  Pass -O 64bit to rectify.\n"
 msgstr ""
 
-#: misc/mke2fs.c:3028
+#: misc/mke2fs.c:3043
 msgid "The metadata_csum_seed feature requires the metadata_csum feature.\n"
 msgstr ""
 
-#: misc/mke2fs.c:3052
+#: misc/mke2fs.c:3067
 msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
 msgstr ""
 
-#: misc/mke2fs.c:3151
+#: misc/mke2fs.c:3166
 #, c-format
 msgid "unknown os - %s"
 msgstr ""
 
-#: misc/mke2fs.c:3214
+#: misc/mke2fs.c:3229
 msgid "Allocating group tables: "
 msgstr ""
 
-#: misc/mke2fs.c:3222
+#: misc/mke2fs.c:3237
 msgid "while trying to allocate filesystem tables"
 msgstr ""
 
-#: misc/mke2fs.c:3231
+#: misc/mke2fs.c:3252
+msgid "while unmarking bad blocks"
+msgstr ""
+
+#: misc/mke2fs.c:3263
 msgid ""
 "\n"
 "\twhile converting subcluster bitmap"
 msgstr ""
 
-#: misc/mke2fs.c:3237
+#: misc/mke2fs.c:3272
+msgid "while calculating overhead"
+msgstr ""
+
+#: misc/mke2fs.c:3291
 #, c-format
 msgid "%s may be further corrupted by superblock rewrite\n"
 msgstr ""
 
-#: misc/mke2fs.c:3278
+#: misc/mke2fs.c:3332
 #, c-format
 msgid "while zeroing block %llu at end of filesystem"
 msgstr ""
 
-#: misc/mke2fs.c:3291
+#: misc/mke2fs.c:3345
 msgid "while reserving blocks for online resize"
 msgstr ""
 
-#: misc/mke2fs.c:3303 misc/tune2fs.c:1516
+#: misc/mke2fs.c:3357 misc/tune2fs.c:1567
 msgid "journal"
 msgstr ""
 
-#: misc/mke2fs.c:3315
+#: misc/mke2fs.c:3369
 #, c-format
 msgid "Adding journal to device %s: "
 msgstr ""
 
-#: misc/mke2fs.c:3322
+#: misc/mke2fs.c:3376
 #, c-format
 msgid ""
 "\n"
 "\twhile trying to add journal to device %s"
 msgstr ""
 
-#: misc/mke2fs.c:3327 misc/mke2fs.c:3356 misc/mke2fs.c:3394
-#: misc/mk_hugefiles.c:600 misc/tune2fs.c:1545 misc/tune2fs.c:1564
+#: misc/mke2fs.c:3381 misc/mke2fs.c:3411 misc/mke2fs.c:3453
+#: misc/mk_hugefiles.c:600 misc/tune2fs.c:1596 misc/tune2fs.c:1615
 msgid "done\n"
 msgstr ""
 
-#: misc/mke2fs.c:3333
+#: misc/mke2fs.c:3388
 msgid "Skipping journal creation in super-only mode\n"
 msgstr ""
 
-#: misc/mke2fs.c:3343
+#: misc/mke2fs.c:3398
 #, c-format
 msgid "Creating journal (%u blocks): "
 msgstr ""
 
-#: misc/mke2fs.c:3352
+#: misc/mke2fs.c:3407
 msgid ""
 "\n"
 "\twhile trying to create journal"
 msgstr ""
 
-#: misc/mke2fs.c:3364 misc/tune2fs.c:1137
+#: misc/mke2fs.c:3419 misc/tune2fs.c:1170
 msgid ""
 "\n"
 "Error while enabling multiple mount protection feature."
 msgstr ""
 
-#: misc/mke2fs.c:3369
+#: misc/mke2fs.c:3424
 #, c-format
 msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
 msgstr ""
 
-#: misc/mke2fs.c:3385
+#: misc/mke2fs.c:3444
 msgid "Copying files into the device: "
 msgstr ""
 
-#: misc/mke2fs.c:3391
+#: misc/mke2fs.c:3450
 msgid "while populating file system"
 msgstr ""
 
-#: misc/mke2fs.c:3398
+#: misc/mke2fs.c:3457
 msgid "Writing superblocks and filesystem accounting information: "
 msgstr ""
 
-#: misc/mke2fs.c:3405
+#: misc/mke2fs.c:3464
 msgid "while writing out and closing file system"
 msgstr ""
 
-#: misc/mke2fs.c:3408
+#: misc/mke2fs.c:3467
 msgid ""
 "done\n"
 "\n"
@@ -5990,295 +6064,304 @@ msgid ""
 "\t[-I new_inode_size] [-z undo_file] device\n"
 msgstr ""
 
-#: misc/tune2fs.c:225
+#: misc/tune2fs.c:228
 msgid "Journal superblock not found!\n"
 msgstr ""
 
-#: misc/tune2fs.c:283
+#: misc/tune2fs.c:286
 msgid "while trying to open external journal"
 msgstr ""
 
-#: misc/tune2fs.c:289 misc/tune2fs.c:2889
+#: misc/tune2fs.c:292 misc/tune2fs.c:2883
 #, c-format
 msgid "%s is not a journal device.\n"
 msgstr ""
 
-#: misc/tune2fs.c:298 misc/tune2fs.c:2898
+#: misc/tune2fs.c:301 misc/tune2fs.c:2892
 #, c-format
 msgid ""
 "Journal superblock is corrupted, nr_users\n"
 "is too high (%d).\n"
 msgstr ""
 
-#: misc/tune2fs.c:305 misc/tune2fs.c:2905
+#: misc/tune2fs.c:308 misc/tune2fs.c:2899
 msgid "Filesystem's UUID not found on journal device.\n"
 msgstr ""
 
-#: misc/tune2fs.c:329
+#: misc/tune2fs.c:332
 msgid ""
 "Cannot locate journal device. It was NOT removed\n"
 "Use -f option to remove missing journal device.\n"
 msgstr ""
 
-#: misc/tune2fs.c:338
+#: misc/tune2fs.c:341
 msgid "Journal removed\n"
 msgstr ""
 
-#: misc/tune2fs.c:382
+#: misc/tune2fs.c:385
 msgid "while reading bitmaps"
 msgstr ""
 
-#: misc/tune2fs.c:390
+#: misc/tune2fs.c:393
 msgid "while clearing journal inode"
 msgstr ""
 
-#: misc/tune2fs.c:401
+#: misc/tune2fs.c:404
 msgid "while writing journal inode"
 msgstr ""
 
-#: misc/tune2fs.c:437 misc/tune2fs.c:462 misc/tune2fs.c:475
+#: misc/tune2fs.c:440 misc/tune2fs.c:465 misc/tune2fs.c:478
 msgid "(and reboot afterwards!)\n"
 msgstr ""
 
-#: misc/tune2fs.c:490
+#: misc/tune2fs.c:493
 #, c-format
 msgid "After running e2fsck, please run `resize2fs %s %s"
 msgstr ""
 
-#: misc/tune2fs.c:493
+#: misc/tune2fs.c:496
 #, c-format
 msgid "Please run `resize2fs %s %s"
 msgstr ""
 
-#: misc/tune2fs.c:497
+#: misc/tune2fs.c:500
 #, c-format
 msgid " -z \"%s\""
 msgstr ""
 
-#: misc/tune2fs.c:499
+#: misc/tune2fs.c:502
 #, c-format
 msgid "' to enable 64-bit mode.\n"
 msgstr ""
 
-#: misc/tune2fs.c:501
+#: misc/tune2fs.c:504
 #, c-format
 msgid "' to disable 64-bit mode.\n"
 msgstr ""
 
-#: misc/tune2fs.c:1039
+#: misc/tune2fs.c:1072
 msgid ""
 "WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
 "  This requires Linux >= v4.4.\n"
 msgstr ""
 
-#: misc/tune2fs.c:1075
+#: misc/tune2fs.c:1108
 #, c-format
 msgid "Clearing filesystem feature '%s' not supported.\n"
 msgstr ""
 
-#: misc/tune2fs.c:1081
+#: misc/tune2fs.c:1114
 #, c-format
 msgid "Setting filesystem feature '%s' not supported.\n"
 msgstr ""
 
-#: misc/tune2fs.c:1090
+#: misc/tune2fs.c:1123
 msgid ""
 "The has_journal feature may only be cleared when the filesystem is\n"
 "unmounted or mounted read-only.\n"
 msgstr ""
 
-#: misc/tune2fs.c:1098
+#: misc/tune2fs.c:1131
 msgid ""
 "The needs_recovery flag is set.  Please run e2fsck before clearing\n"
 "the has_journal flag.\n"
 msgstr ""
 
-#: misc/tune2fs.c:1116
+#: misc/tune2fs.c:1149
 msgid ""
 "Setting filesystem feature 'sparse_super' not supported\n"
 "for filesystems with the meta_bg feature enabled.\n"
 msgstr ""
 
-#: misc/tune2fs.c:1129
+#: misc/tune2fs.c:1162
 msgid ""
 "The multiple mount protection feature can't\n"
 "be set if the filesystem is mounted or\n"
 "read-only.\n"
 msgstr ""
 
-#: misc/tune2fs.c:1147
+#: misc/tune2fs.c:1180
 #, c-format
 msgid "Multiple mount protection has been enabled with update interval %ds.\n"
 msgstr ""
 
-#: misc/tune2fs.c:1156
+#: misc/tune2fs.c:1189
 msgid ""
 "The multiple mount protection feature cannot\n"
 "be disabled if the filesystem is readonly.\n"
 msgstr ""
 
-#: misc/tune2fs.c:1164
+#: misc/tune2fs.c:1197
 msgid "Error while reading bitmaps\n"
 msgstr ""
 
-#: misc/tune2fs.c:1173
+#: misc/tune2fs.c:1206
 #, c-format
 msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
 msgstr ""
 
-#: misc/tune2fs.c:1178
+#: misc/tune2fs.c:1211
 msgid "while reading MMP block."
 msgstr ""
 
-#: misc/tune2fs.c:1210
+#: misc/tune2fs.c:1244
+msgid ""
+"Disabling directory index on filesystem with checksums could take some time."
+msgstr ""
+
+#: misc/tune2fs.c:1248
+msgid "Cannot disable dir_index on a mounted filesystem!\n"
+msgstr ""
+
+#: misc/tune2fs.c:1261
 msgid ""
 "Clearing the flex_bg flag would cause the the filesystem to be\n"
 "inconsistent.\n"
 msgstr ""
 
-#: misc/tune2fs.c:1221
+#: misc/tune2fs.c:1272
 msgid ""
 "The huge_file feature may only be cleared when the filesystem is\n"
 "unmounted or mounted read-only.\n"
 msgstr ""
 
-#: misc/tune2fs.c:1232
+#: misc/tune2fs.c:1283
 msgid "Enabling checksums could take some time."
 msgstr ""
 
-#: misc/tune2fs.c:1235
+#: misc/tune2fs.c:1286
 msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
 msgstr ""
 
-#: misc/tune2fs.c:1241
+#: misc/tune2fs.c:1292
 msgid ""
 "Extents are not enabled.  The file extent tree can be checksummed, whereas "
 "block maps cannot.  Not enabling extents reduces the coverage of metadata "
 "checksumming.  Re-run with -O extent to rectify.\n"
 msgstr ""
 
-#: misc/tune2fs.c:1248
+#: misc/tune2fs.c:1299
 msgid ""
 "64-bit filesystem support is not enabled.  The larger fields afforded by "
 "this feature enable full-strength checksumming.  Run resize2fs -b to "
 "rectify.\n"
 msgstr ""
 
-#: misc/tune2fs.c:1274
+#: misc/tune2fs.c:1325
 msgid "Disabling checksums could take some time."
 msgstr ""
 
-#: misc/tune2fs.c:1277
+#: misc/tune2fs.c:1328
 msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
 msgstr ""
 
-#: misc/tune2fs.c:1318
+#: misc/tune2fs.c:1369
 msgid "Cannot enable uninit_bg on a mounted filesystem!\n"
 msgstr ""
 
-#: misc/tune2fs.c:1333
+#: misc/tune2fs.c:1384
 msgid "Cannot disable uninit_bg on a mounted filesystem!\n"
 msgstr ""
 
-#: misc/tune2fs.c:1352
+#: misc/tune2fs.c:1403
 #, c-format
 msgid "Cannot enable 64-bit mode while mounted!\n"
 msgstr ""
 
-#: misc/tune2fs.c:1362
+#: misc/tune2fs.c:1413
 #, c-format
 msgid "Cannot disable 64-bit mode while mounted!\n"
 msgstr ""
 
-#: misc/tune2fs.c:1392
+#: misc/tune2fs.c:1443
 #, c-format
 msgid "Cannot enable project feature; inode size too small.\n"
 msgstr ""
 
-#: misc/tune2fs.c:1413
+#: misc/tune2fs.c:1464
 msgid ""
 "\n"
 "Warning: '^quota' option overrides '-Q'arguments.\n"
 msgstr ""
 
-#: misc/tune2fs.c:1430 misc/tune2fs.c:2182
+#: misc/tune2fs.c:1481 misc/tune2fs.c:2233
 msgid ""
 "The casefold feature may only be enabled when the filesystem is unmounted.\n"
 msgstr ""
 
-#: misc/tune2fs.c:1442
+#: misc/tune2fs.c:1493
 msgid ""
 "Setting feature 'metadata_csum_seed' is only supported\n"
 "on filesystems with the metadata_csum feature enabled.\n"
 msgstr ""
 
-#: misc/tune2fs.c:1460
+#: misc/tune2fs.c:1511
 msgid ""
 "UUID has changed since enabling metadata_csum.  Filesystem must be "
 "unmounted \n"
 "to safely rewrite all metadata to match the new UUID.\n"
 msgstr ""
 
-#: misc/tune2fs.c:1466
+#: misc/tune2fs.c:1517
 msgid "Recalculating checksums could take some time."
 msgstr ""
 
-#: misc/tune2fs.c:1509
+#: misc/tune2fs.c:1560
 msgid "The filesystem already has a journal.\n"
 msgstr ""
 
-#: misc/tune2fs.c:1529
+#: misc/tune2fs.c:1580
 #, c-format
 msgid ""
 "\n"
 "\twhile trying to open journal on %s\n"
 msgstr ""
 
-#: misc/tune2fs.c:1533
+#: misc/tune2fs.c:1584
 #, c-format
 msgid "Creating journal on device %s: "
 msgstr ""
 
-#: misc/tune2fs.c:1541
+#: misc/tune2fs.c:1592
 #, c-format
 msgid "while adding filesystem to journal on %s"
 msgstr ""
 
-#: misc/tune2fs.c:1547
+#: misc/tune2fs.c:1598
 msgid "Creating journal inode: "
 msgstr ""
 
-#: misc/tune2fs.c:1561
+#: misc/tune2fs.c:1612
 msgid ""
 "\n"
 "\twhile trying to create journal file"
 msgstr ""
 
-#: misc/tune2fs.c:1599
+#: misc/tune2fs.c:1650
 #, c-format
 msgid "Cannot enable project quota; inode size too small.\n"
 msgstr ""
 
-#: misc/tune2fs.c:1612
+#: misc/tune2fs.c:1663
 msgid "while initializing quota context in support library"
 msgstr ""
 
-#: misc/tune2fs.c:1627
+#: misc/tune2fs.c:1678
 #, c-format
 msgid "while updating quota limits (%d)"
 msgstr ""
 
-#: misc/tune2fs.c:1637
+#: misc/tune2fs.c:1688
 #, c-format
 msgid "while writing quota file (%d)"
 msgstr ""
 
-#: misc/tune2fs.c:1655
+#: misc/tune2fs.c:1706
 #, c-format
 msgid "while removing quota file (%d)"
 msgstr ""
 
-#: misc/tune2fs.c:1698
+#: misc/tune2fs.c:1749
 msgid ""
 "\n"
 "Bad quota options specified.\n"
@@ -6292,65 +6375,65 @@ msgid ""
 "\n"
 msgstr ""
 
-#: misc/tune2fs.c:1756
+#: misc/tune2fs.c:1807
 #, c-format
 msgid "Couldn't parse date/time specifier: %s"
 msgstr ""
 
-#: misc/tune2fs.c:1781 misc/tune2fs.c:1794
+#: misc/tune2fs.c:1832 misc/tune2fs.c:1845
 #, c-format
 msgid "bad mounts count - %s"
 msgstr ""
 
-#: misc/tune2fs.c:1837
+#: misc/tune2fs.c:1888
 #, c-format
 msgid "bad gid/group name - %s"
 msgstr ""
 
-#: misc/tune2fs.c:1870
+#: misc/tune2fs.c:1921
 #, c-format
 msgid "bad interval - %s"
 msgstr ""
 
-#: misc/tune2fs.c:1899
+#: misc/tune2fs.c:1950
 #, c-format
 msgid "bad reserved block ratio - %s"
 msgstr ""
 
-#: misc/tune2fs.c:1914
+#: misc/tune2fs.c:1965
 msgid "-o may only be specified once"
 msgstr ""
 
-#: misc/tune2fs.c:1923
+#: misc/tune2fs.c:1974
 msgid "-O may only be specified once"
 msgstr ""
 
-#: misc/tune2fs.c:1940
+#: misc/tune2fs.c:1991
 #, c-format
 msgid "bad reserved blocks count - %s"
 msgstr ""
 
-#: misc/tune2fs.c:1969
+#: misc/tune2fs.c:2020
 #, c-format
 msgid "bad uid/user name - %s"
 msgstr ""
 
-#: misc/tune2fs.c:1986
+#: misc/tune2fs.c:2037
 #, c-format
 msgid "bad inode size - %s"
 msgstr ""
 
-#: misc/tune2fs.c:1993
+#: misc/tune2fs.c:2044
 #, c-format
 msgid "Inode size must be a power of two- %s"
 msgstr ""
 
-#: misc/tune2fs.c:2093
+#: misc/tune2fs.c:2144
 #, c-format
 msgid "mmp_update_interval too big: %lu\n"
 msgstr ""
 
-#: misc/tune2fs.c:2098
+#: misc/tune2fs.c:2149
 #, c-format
 msgid "Setting multiple mount protection update interval to %lu second\n"
 msgid_plural ""
@@ -6358,52 +6441,52 @@ msgid_plural ""
 msgstr[0] ""
 msgstr[1] ""
 
-#: misc/tune2fs.c:2107
+#: misc/tune2fs.c:2158
 #, c-format
 msgid "Setting filesystem error flag to force fsck.\n"
 msgstr ""
 
-#: misc/tune2fs.c:2125
+#: misc/tune2fs.c:2176
 #, c-format
 msgid "Invalid RAID stride: %s\n"
 msgstr ""
 
-#: misc/tune2fs.c:2140
+#: misc/tune2fs.c:2191
 #, c-format
 msgid "Invalid RAID stripe-width: %s\n"
 msgstr ""
 
-#: misc/tune2fs.c:2155
+#: misc/tune2fs.c:2206
 #, c-format
 msgid "Invalid hash algorithm: %s\n"
 msgstr ""
 
-#: misc/tune2fs.c:2161
+#: misc/tune2fs.c:2212
 #, c-format
 msgid "Setting default hash algorithm to %s (%d)\n"
 msgstr ""
 
-#: misc/tune2fs.c:2188
+#: misc/tune2fs.c:2239
 #, c-format
 msgid "Cannot alter existing encoding\n"
 msgstr ""
 
-#: misc/tune2fs.c:2194
+#: misc/tune2fs.c:2245
 #, c-format
 msgid "Invalid encoding: %s\n"
 msgstr ""
 
-#: misc/tune2fs.c:2200
+#: misc/tune2fs.c:2251
 #, c-format
 msgid "Setting encoding to '%s'\n"
 msgstr ""
 
-#: misc/tune2fs.c:2224
+#: misc/tune2fs.c:2275
 #, c-format
 msgid "Setting encoding_flags to '%s'\n"
 msgstr ""
 
-#: misc/tune2fs.c:2234
+#: misc/tune2fs.c:2285
 msgid ""
 "\n"
 "Bad options specified.\n"
@@ -6425,72 +6508,72 @@ msgid ""
 "\tencoding_flags=<flags>\n"
 msgstr ""
 
-#: misc/tune2fs.c:2707
+#: misc/tune2fs.c:2701
 msgid "Failed to read inode bitmap\n"
 msgstr ""
 
-#: misc/tune2fs.c:2712
+#: misc/tune2fs.c:2706
 msgid "Failed to read block bitmap\n"
 msgstr ""
 
-#: misc/tune2fs.c:2729 resize/resize2fs.c:1277
+#: misc/tune2fs.c:2723 resize/resize2fs.c:1278
 msgid "blocks to be moved"
 msgstr ""
 
-#: misc/tune2fs.c:2732
+#: misc/tune2fs.c:2726
 msgid "Failed to allocate block bitmap when increasing inode size\n"
 msgstr ""
 
-#: misc/tune2fs.c:2738
+#: misc/tune2fs.c:2732
 msgid "Not enough space to increase inode size \n"
 msgstr ""
 
-#: misc/tune2fs.c:2743
+#: misc/tune2fs.c:2737
 msgid "Failed to relocate blocks during inode resize \n"
 msgstr ""
 
-#: misc/tune2fs.c:2775
+#: misc/tune2fs.c:2769
 msgid ""
 "Error in resizing the inode size.\n"
 "Run e2undo to undo the file system changes. \n"
 msgstr ""
 
-#: misc/tune2fs.c:2985
+#: misc/tune2fs.c:2980
 msgid ""
 "If you are sure the filesystem is not in use on any node, run:\n"
 "'tune2fs -f -E clear_mmp {device}'\n"
 msgstr ""
 
-#: misc/tune2fs.c:2992
+#: misc/tune2fs.c:2987
 #, c-format
 msgid ""
 "MMP block magic is bad. Try to fix it by running:\n"
 "'e2fsck -f %s'\n"
 msgstr ""
 
-#: misc/tune2fs.c:3004
+#: misc/tune2fs.c:2999
 msgid "Cannot modify a journal device.\n"
 msgstr ""
 
-#: misc/tune2fs.c:3017
+#: misc/tune2fs.c:3012
 #, c-format
 msgid "The inode size is already %lu\n"
 msgstr ""
 
-#: misc/tune2fs.c:3024
+#: misc/tune2fs.c:3019
 msgid "Shrinking inode size is not supported\n"
 msgstr ""
 
-#: misc/tune2fs.c:3029
+#: misc/tune2fs.c:3024
 #, c-format
 msgid "Invalid inode size %lu (max %d)\n"
 msgstr ""
 
-#: misc/tune2fs.c:3035
+#: misc/tune2fs.c:3030
 msgid "Resizing inodes could take some time."
 msgstr ""
 
-#: misc/tune2fs.c:3084
+#: misc/tune2fs.c:3079
 #, c-format
 msgid ""
 "Warning: The journal is dirty. You may wish to replay the journal like:\n"
@@ -6501,153 +6584,159 @@ msgid ""
 "by journal recovery.\n"
 msgstr ""
 
-#: misc/tune2fs.c:3093
+#: misc/tune2fs.c:3088
 #, c-format
 msgid "Recovering journal.\n"
 msgstr ""
 
-#: misc/tune2fs.c:3114
+#: misc/tune2fs.c:3109
 #, c-format
 msgid "Setting maximal mount count to %d\n"
 msgstr ""
 
-#: misc/tune2fs.c:3120
+#: misc/tune2fs.c:3115
 #, c-format
 msgid "Setting current mount count to %d\n"
 msgstr ""
 
-#: misc/tune2fs.c:3125
+#: misc/tune2fs.c:3120
 #, c-format
 msgid "Setting error behavior to %d\n"
 msgstr ""
 
-#: misc/tune2fs.c:3130
+#: misc/tune2fs.c:3125
 #, c-format
 msgid "Setting reserved blocks gid to %lu\n"
 msgstr ""
 
-#: misc/tune2fs.c:3135
+#: misc/tune2fs.c:3130
 #, c-format
 msgid "interval between checks is too big (%lu)"
 msgstr ""
 
-#: misc/tune2fs.c:3142
+#: misc/tune2fs.c:3137
 #, c-format
 msgid "Setting interval between checks to %lu seconds\n"
 msgstr ""
 
-#: misc/tune2fs.c:3149
+#: misc/tune2fs.c:3144
 #, c-format
 msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
 msgstr ""
 
-#: misc/tune2fs.c:3155
+#: misc/tune2fs.c:3150
 #, c-format
 msgid "reserved blocks count is too big (%llu)"
 msgstr ""
 
-#: misc/tune2fs.c:3162
+#: misc/tune2fs.c:3157
 #, c-format
 msgid "Setting reserved blocks count to %llu\n"
 msgstr ""
 
-#: misc/tune2fs.c:3167
+#: misc/tune2fs.c:3162
 msgid ""
 "\n"
 "The filesystem already has sparse superblocks.\n"
 msgstr ""
 
-#: misc/tune2fs.c:3170
+#: misc/tune2fs.c:3165
 msgid ""
 "\n"
 "Setting the sparse superblock flag not supported\n"
 "for filesystems with the meta_bg feature enabled.\n"
 msgstr ""
 
-#: misc/tune2fs.c:3180
+#: misc/tune2fs.c:3175
 #, c-format
 msgid ""
 "\n"
 "Sparse superblock flag set.  %s"
 msgstr ""
 
-#: misc/tune2fs.c:3185
+#: misc/tune2fs.c:3180
 msgid ""
 "\n"
 "Clearing the sparse superblock flag not supported.\n"
 msgstr ""
 
-#: misc/tune2fs.c:3193
+#: misc/tune2fs.c:3188
 #, c-format
 msgid "Setting time filesystem last checked to %s\n"
 msgstr ""
 
-#: misc/tune2fs.c:3199
+#: misc/tune2fs.c:3194
 #, c-format
 msgid "Setting reserved blocks uid to %lu\n"
 msgstr ""
 
-#: misc/tune2fs.c:3231
+#: misc/tune2fs.c:3226
 msgid "Error in using clear_mmp. It must be used with -f\n"
 msgstr ""
 
-#: misc/tune2fs.c:3249
+#: misc/tune2fs.c:3244
 msgid ""
 "The quota feature may only be changed when the filesystem is unmounted.\n"
 msgstr ""
 
-#: misc/tune2fs.c:3269
+#: misc/tune2fs.c:3261
+msgid ""
+"Cannot change the UUID of this filesystem because it has the stable_inodes "
+"feature flag.\n"
+msgstr ""
+
+#: misc/tune2fs.c:3271
 msgid "Setting the UUID on this filesystem could take some time."
 msgstr ""
 
-#: misc/tune2fs.c:3286
+#: misc/tune2fs.c:3288
 msgid "The UUID may only be changed when the filesystem is unmounted.\n"
 msgstr ""
 
-#: misc/tune2fs.c:3289
+#: misc/tune2fs.c:3291
 msgid ""
 "If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
 "and re-run this command.\n"
 msgstr ""
 
-#: misc/tune2fs.c:3320
+#: misc/tune2fs.c:3322
 msgid "Invalid UUID format\n"
 msgstr ""
 
-#: misc/tune2fs.c:3336
+#: misc/tune2fs.c:3338
 msgid "Need to update journal superblock.\n"
 msgstr ""
 
-#: misc/tune2fs.c:3358
+#: misc/tune2fs.c:3360
 msgid "The inode size may only be changed when the filesystem is unmounted.\n"
 msgstr ""
 
-#: misc/tune2fs.c:3365
+#: misc/tune2fs.c:3367
 msgid ""
 "Changing the inode size not supported for filesystems with the flex_bg\n"
 "feature enabled.\n"
 msgstr ""
 
-#: misc/tune2fs.c:3383
+#: misc/tune2fs.c:3385
 #, c-format
 msgid "Setting inode size %lu\n"
 msgstr ""
 
-#: misc/tune2fs.c:3387
+#: misc/tune2fs.c:3389
 msgid "Failed to change inode size\n"
 msgstr ""
 
-#: misc/tune2fs.c:3401
+#: misc/tune2fs.c:3403
 #, c-format
 msgid "Setting stride size to %d\n"
 msgstr ""
 
-#: misc/tune2fs.c:3406
+#: misc/tune2fs.c:3408
 #, c-format
 msgid "Setting stripe width to %d\n"
 msgstr ""
 
-#: misc/tune2fs.c:3413
+#: misc/tune2fs.c:3415
 #, c-format
 msgid "Setting extended default mount options to '%s'\n"
 msgstr ""
@@ -6689,7 +6778,7 @@ msgid ""
 "Could not find journal device matching %s\n"
 msgstr ""
 
-#: misc/util.c:216
+#: misc/util.c:224
 msgid ""
 "\n"
 "Bad journal options specified.\n"
@@ -6706,27 +6795,27 @@ msgid ""
 "\n"
 msgstr ""
 
-#: misc/util.c:247
+#: misc/util.c:267
 msgid ""
 "\n"
 "Filesystem too small for a journal\n"
 msgstr ""
 
-#: misc/util.c:254
+#: misc/util.c:284
 #, c-format
 msgid ""
 "\n"
-"The requested journal size is %d blocks; it must be\n"
+"The total requested journal size is %d blocks; it must be\n"
 "between 1024 and 10240000 blocks.  Aborting.\n"
 msgstr ""
 
-#: misc/util.c:262
+#: misc/util.c:292
 msgid ""
 "\n"
-"Journal size too big for filesystem.\n"
+"Total journal size too big for filesystem.\n"
 msgstr ""
 
-#: misc/util.c:276
+#: misc/util.c:305
 #, c-format
 msgid ""
 "This filesystem will be automatically checked every %d mounts or\n"
@@ -7013,41 +7102,48 @@ msgstr ""
 msgid "The filesystem is already 32-bit.\n"
 msgstr ""
 
-#: resize/main.c:627
+#: resize/main.c:624
+#, c-format
+msgid ""
+"Cannot shrink this filesystem because it has the stable_inodes feature "
+"flag.\n"
+msgstr ""
+
+#: resize/main.c:633
 #, c-format
 msgid "Converting the filesystem to 64-bit.\n"
 msgstr ""
 
-#: resize/main.c:629
+#: resize/main.c:635
 #, c-format
 msgid "Converting the filesystem to 32-bit.\n"
 msgstr ""
 
-#: resize/main.c:631
+#: resize/main.c:637
 #, c-format
 msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
 msgstr ""
 
-#: resize/main.c:640
+#: resize/main.c:646
 #, c-format
 msgid "while trying to resize %s"
 msgstr ""
 
-#: resize/main.c:643
+#: resize/main.c:649
 #, c-format
 msgid ""
 "Please run 'e2fsck -fy %s' to fix the filesystem\n"
 "after the aborted resize operation.\n"
 msgstr ""
 
-#: resize/main.c:649
+#: resize/main.c:655
 #, c-format
 msgid ""
 "The filesystem on %s is now %llu (%dk) blocks long.\n"
 "\n"
 msgstr ""
 
-#: resize/main.c:664
+#: resize/main.c:670
 #, c-format
 msgid "while trying to truncate %s"
 msgstr ""
@@ -7120,37 +7216,37 @@ msgid ""
 "this system.\n"
 msgstr ""
 
-#: resize/resize2fs.c:759
+#: resize/resize2fs.c:760
 #, c-format
 msgid "inodes (%llu) must be less than %u\n"
 msgstr ""
 
-#: resize/resize2fs.c:1038
+#: resize/resize2fs.c:1039
 msgid "reserved blocks"
 msgstr ""
 
-#: resize/resize2fs.c:1282
+#: resize/resize2fs.c:1283
 msgid "meta-data blocks"
 msgstr ""
 
-#: resize/resize2fs.c:1386 resize/resize2fs.c:2421
+#: resize/resize2fs.c:1387 resize/resize2fs.c:2422
 msgid "new meta blocks"
 msgstr ""
 
-#: resize/resize2fs.c:2644
+#: resize/resize2fs.c:2645
 msgid "Should never happen!  No sb in last super_sparse bg?\n"
 msgstr ""
 
-#: resize/resize2fs.c:2649
+#: resize/resize2fs.c:2650
 msgid "Should never happen!  Unexpected old_desc in super_sparse bg?\n"
 msgstr ""
 
-#: resize/resize2fs.c:2722
+#: resize/resize2fs.c:2723
 msgid "Should never happen: resize inode corrupt!\n"
 msgstr ""
 
 #: lib/ext2fs/ext2_err.c:11
-msgid "EXT2FS Library version 1.45.6"
+msgid "EXT2FS Library version 1.46.0"
 msgstr ""
 
 #: lib/ext2fs/ext2_err.c:12
index 844fce2..a45d995 100644 (file)
--- a/version.h
+++ b/version.h
@@ -7,5 +7,5 @@
  * file may be redistributed under the GNU Public License v2.
  */
 
-#define E2FSPROGS_VERSION "1.46.0"
-#define E2FSPROGS_DATE "29-Jan-2020"
+#define E2FSPROGS_VERSION "1.46.1"
+#define E2FSPROGS_DATE "9-Feb-2021"