]> git.ipfire.org Git - thirdparty/e2fsprogs.git/log
thirdparty/e2fsprogs.git
6 years agoe2fsck: add support for printing the quota type in problem reports using %U
Theodore Ts'o [Sat, 22 Jul 2017 18:51:28 +0000 (14:51 -0400)] 
e2fsck: add support for printing the quota type in problem reports using %U

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
6 years agolibext2fs: fix the s_log_block_size check in ext2fs_open()
Theodore Ts'o [Mon, 17 Jul 2017 23:55:39 +0000 (19:55 -0400)] 
libext2fs: fix the s_log_block_size check in ext2fs_open()

The s_log_block_check can fail to detect an invalid value if it is
between UINT_MAX-9 and UINT_MAX, which can lead to ext2fs_open()
crashing with a division by zero error.

This bug was found using American Fuzzy Lop: http://lcamtuf.coredump.cx/afl/

Addresses-Debian-Bug: #868489

Reported-by: jwilk@jwilk.net
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
6 years agoAOSP: blkid: Resolve to the exFAT uuid change on reboot.
liminghao [Mon, 10 Apr 2017 01:48:51 +0000 (09:48 +0800)] 
AOSP: blkid: Resolve to the exFAT uuid change on reboot.

The volume_serial into exFAT super block is uuid but
not standard uuid, it's just volume serial number.

Change-Id: I376ed9fe1ba1b7f3d367d78cc5e2bb8ea9cc2d13
Signed-off-by: liminghao <liminghao@xiaomi.com>
From AOSP commit: 91e756e829362c66265334e2e20fb3604586ce8b

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
6 years agoAOSP: blkid: add support to recognize exfat to blkid.
liminghao [Wed, 1 Mar 2017 09:54:42 +0000 (17:54 +0800)] 
AOSP: blkid: add support to recognize exfat to blkid.

we can now identify exfat filesystem.

Change-Id: I870e59a14b6bcd8b45562cdd02c2502d60a9eeff
Signed-off-by: liminghao <liminghao@xiaomi.com>
From AOSP commit: 1206f6d8c5ed47ba19cfc30a19dba51fcd2cd5cb

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
6 years agolibext2fs: fix compile errors/warnings
Tahsin Erdogan [Fri, 30 Jun 2017 04:19:32 +0000 (21:19 -0700)] 
libext2fs: fix compile errors/warnings

Defining DEBUG_QUOTA reveals a few compile errors. Fix these.
Also fix format string type mismatches in a couple of log_debug()
calls.

Fixes: 2d2d799c7261 ("Clean up codes for adding new quota type")
Signed-off-by: Tahsin Erdogan <tahsin@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
6 years agoFix warnings found using UBSAN
Theodore Ts'o [Tue, 4 Jul 2017 22:00:46 +0000 (18:00 -0400)] 
Fix warnings found using UBSAN

Compiling with -fsanitize=undefined -fsanitize=address causes some
warnings of C code that has undefined behavior according to the C
standard bugs.  None of the warnings should cause e2fsprogs
malfunction given a sane compiler running on architectures that Linux
can support.  Still, it's better to clean up to code than not.

To fix up a complaint of a negative shift in hash function, update the
very dated hash we had been using for the revoke table with the
current generic hash used by the kernel.

Other fixes are fairly self-explanatory.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
6 years agotests: add j_recover_csum3_64bit
Theodore Ts'o [Tue, 4 Jul 2017 21:51:48 +0000 (17:51 -0400)] 
tests: add j_recover_csum3_64bit

Add a test to make sure we are correctly recovering 64-bit journals
using the v3 checksum format.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
6 years agolibext2fs: fix build issue for on Windows/Cygwin systems
Theodore Ts'o [Tue, 4 Jul 2017 01:28:53 +0000 (21:28 -0400)] 
libext2fs: fix build issue for on Windows/Cygwin systems

Provide ext2fs_get_device_size2() for Windows/Cygwin systems, so
builds can succeed.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
6 years agoe4defrag: fix GCC7.x compiler warning
Marc Thomas [Mon, 26 Jun 2017 15:40:39 +0000 (16:40 +0100)] 
e4defrag: fix GCC7.x compiler warning

../../misc/e4defrag.c:1821:8: warning: statement will never be executed
[-Wswitch-unreachable]
    int mount_dir_len = 0;

Also fix a typo in a few comments.

Signed-off-by: Marc Thomas <marc@dragonfly.plus.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
6 years agofilefrag: fix GCC7.x compiler warning
Marc Thomas [Mon, 26 Jun 2017 15:39:47 +0000 (16:39 +0100)] 
filefrag: fix GCC7.x compiler warning

../../misc/filefrag.c:591:33: warning: comparison between pointer and
zero character constant [-Wpointer-compare]
  for (cpp = argv + optind; *cpp != '\0'; cpp++) {

Signed-off-by: Marc Thomas <marc@dragonfly.plus.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
6 years agoe4defrag: display the e2fsprogs version number
Marc Thomas [Fri, 9 Jun 2017 12:58:32 +0000 (13:58 +0100)] 
e4defrag: display the e2fsprogs version number

Signed-off-by: Marc Thomas <marc@dragonfly.plus.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
6 years agotests: add new test f_del_dup_quota
Eric Whitney [Fri, 23 Jun 2017 21:28:12 +0000 (17:28 -0400)] 
tests: add new test f_del_dup_quota

Add a test to validate the changes in commit b0f5fa880c36: "e2fsck:
fix multiply-claimed block quota accounting when deleting files".

Signed-off-by: Eric Whitney <enwlinux@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
6 years agomke2fs: fix hugefile creation so the hugefile(s) are contiguous
Theodore Ts'o [Mon, 19 Jun 2017 22:39:55 +0000 (18:39 -0400)] 
mke2fs: fix hugefile creation so the hugefile(s) are contiguous

Commit 4f868703f6f2: "libext2fs: use fallocate for creating journals
and hugefiles" introduced a regression for the mke2fs hugefile
feature.  The problem is that the fallocate library function
intersperses the extent tree metadata blocks with the data blocks, and
this violates the hugefile guarantee that the created files should be
physically contiguous on disk.

Unfortuantely the m_hugefile regression test was flawed, and didn't
pick up the regression.

This commit fixes the regression test so that it detects the problem
before fixing mke2fs, and also fixes the mke2fs hugefile by reverting
the mke2fs hugefile portion of commit 4f868703f6f2.

Google-Bug-Id: 62791459

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agolibext2fs: fix build warning on Big Endian systems in closefs.c
Theodore Ts'o [Sun, 4 Jun 2017 23:28:35 +0000 (19:28 -0400)] 
libext2fs: fix build warning on Big Endian systems in closefs.c

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agolibext2fs: correctly write up the backup superblocks in big endian systems
Theodore Ts'o [Sun, 4 Jun 2017 22:37:31 +0000 (18:37 -0400)] 
libext2fs: correctly write up the backup superblocks in big endian systems

This bug has been around since we added support for metadata
checksums, but it was unmasked by commit bf9f3b6d5b ("e2fsck: exit
with exit status 0 if no errors were fixed").  The backup superblocks
are not supposed to have the EXT2_VALID_FS or the NEEDS_RECOVERY bits
set, and earlier 1.43.x versions of e2fsprogs were byte swapping the
shadow superblock each time it was written, so that every other backup
superblock was incorrectly byte swapped.

Fortunately the primary backup superblock was correctly written
(modulo having the VALID_FS bit set when it should not have been set)
so for the most part no one noticed.  And very few architectures use
big endian byte ordering these days.  (Even IBM has seen the light
with the ppcle architecture.  :-)

Fortunately commit bf9f3b6d5b caused f_desc_size_bad and
f_resize_inode to fail on a big endian system, which allowed me to
notice the issue and investigate.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agotune2fs: fix BUGs of tuning project quota
Wang shilong [Tue, 30 May 2017 00:36:51 +0000 (20:36 -0400)] 
tune2fs: fix BUGs of tuning project quota

There are several problems for project quota enable/disable:
tune2fs -O ^project did not work, because @clear_ok_features
did not include @EXT4_FEATURE_RO_COMPAT_PROJECT.

update_feature_set() works for -O option, but tune2fs -Q prj/^prj
did not work well, because function handle_quota_options()
did not set and clear @EXT4_FEATURE_RO_COMPAT_PROJECT feature very well.

one warning message is removed, because with project feature
enabled, quota feature will be enabled automatically.

Signed-off-by: Wang Shilong <wshilong@ddn.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agobadblocks: support languages which use multi-column wide characters
Theodore Ts'o [Tue, 30 May 2017 00:04:56 +0000 (20:04 -0400)] 
badblocks: support languages which use multi-column wide characters

CJK characters take up two columns for each character; teach badblocks
to take this into account.

Addresses-Debian-Bug: #860926

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reported-by: "Mingye Wang (Arthur2e5)" <arthur200126@gmail.com>
7 years agoe2fsck: don't flush to device opened in read-only mode
Konstantin Chistyakov [Mon, 29 May 2017 23:11:38 +0000 (19:11 -0400)] 
e2fsck: don't flush to device opened in read-only mode

If the e2fsck is called with both the -f and -n options, it will
complete with an exit status of 8 due to an error when trying to flush
the io_channel (which was opened read-only) when built on on Cygwin on
Windows 8.1 and Windows 10.  Apparently Cygwin is unhappy when fsync
is called on a file descriptor opened read-only.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoe2fsprogs: Make -U option consistent between tune2fs and mke2fs
Drew Davenport [Mon, 29 May 2017 22:51:21 +0000 (18:51 -0400)] 
e2fsprogs: Make -U option consistent between tune2fs and mke2fs

Allow "null", "clear", "random", or "time" for the -U option for
mke2fs, which are already allowed options for tune2fs.

Signed-off-by: Drew Davenport <ddavenport@google.com>
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agotests: fix expected output for f_detect_junk
Theodore Ts'o [Thu, 25 May 2017 17:11:40 +0000 (13:11 -0400)] 
tests: fix expected output for f_detect_junk

The expect files for f_detect_junk had gotten out of sync with the
code base, and since this test is optional (it depends on libmagic
being installed), we hadn't noticed.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoe2fsck: fix sparse bmap to extent conversion
Darrick J. Wong [Thu, 25 May 2017 01:56:36 +0000 (21:56 -0400)] 
e2fsck: fix sparse bmap to extent conversion

When e2fsck is trying to convert a sparse block-mapped file to an extent
file, we incorrectly merge block mappings that are physically contiguous
but not logically contiguous because of insufficient checking with the
extent we're constructing.  Therefore, compare the logical offsets for
contiguity as well.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agolibext2fs: correctly subtract xattr blocks on bigalloc filesystems
Eric Biggers [Thu, 25 May 2017 01:48:41 +0000 (21:48 -0400)] 
libext2fs: correctly subtract xattr blocks on bigalloc filesystems

ext2fs_inode_data_blocks2() calculates an inode's data block count by
subtracting the external xattr block, if any, from the total blocks.
But on bigalloc filesystems, the xattr "block" is actually a whole
cluster, so ext2fs_inode_data_blocks2() would return a too-large value.

It seems this could have caused several different problems, but the one
I encountered was that xfstest generic/399 failed in the "bigalloc"
config because e2fsck incorrectly considered a symlink on the filesystem
to be corrupted at the end of the test.  This happened because e2fsck
incorrectly calculated a nonzero data block count for a "fast" symlink
with an external xattr block and therefore treated it as a "slow"
symlink, which failed validation.

Fix this by updating ext2fs_inode_data_blocks2() to subtract the cluster
size rather than the block size.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoe2fsck: fix multiply-claimed block quota accounting when deleting files
Eric Whitney [Thu, 25 May 2017 01:34:20 +0000 (21:34 -0400)] 
e2fsck: fix multiply-claimed block quota accounting when deleting files

As e2fsck processes each file in pass1, the actual file system quota is
increased by the number of blocks discovered in the file.  This can
include both non-multiply-claimed and multiply-claimed blocks, if the
latter exist.  However, if a file containing multiply-claimed blocks
is then deleted in pass1b, those blocks are not taken into account when
decreasing the actual quota.  In this case, the new quota values written
to the file system by e2fsck overstate the space actually consumed.
And, e2fsck must be run twice on the file system to fully correct
quota.

Fix this by counting multiply-claimed blocks as a debit to quota when
deleting files in pass1b.

Signed-off-by: Eric Whitney <enwlinux@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
7 years agoinclude sys/sysmacros.h as needed
Mike Frysinger [Fri, 19 May 2017 17:25:59 +0000 (13:25 -0400)] 
include sys/sysmacros.h as needed

The minor/major/makedev macros are not entirely standard.  glibc has had
the definitions in sys/sysmacros.h since the start, and wants to move away
from always defining them implicitly via sys/types.h (as this pollutes the
namespace in violation of POSIX).  Other C libraries have already dropped
them.  Since the configure script already checks for this header, use that
to pull in the header in files that use these macros.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agomisc: fix 'zero_hugefiles = false' regression
Eric Biggers [Mon, 8 May 2017 22:47:57 +0000 (15:47 -0700)] 
misc: fix 'zero_hugefiles = false' regression

When mk_hugefiles() was switched to use ext2fs_fallocate(), it was
accidentally changed to ignore the 'zero_hugefiles = false' setting,
which should cause hugefiles to be allocated without initializing their
contents.  Fix this by only passing EXT2_FALLOCATE_ZERO_BLOCKS to
ext2fs_fallocate() when zero_hugefiles is true.

Google-Bug-Id: 38037607
Fixes: 4f868703f6f2 ("libext2fs: use fallocate for creating journals and hugefiles")
Cc: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoe2fsck: fix ASAN error when using 128 byte inodes
Theodore Ts'o [Sat, 15 Apr 2017 14:33:53 +0000 (10:33 -0400)] 
e2fsck: fix ASAN error when using 128 byte inodes

Due to the inode table buffering, it's actually hard to overrun the
end of allocated memory, so the ASAN error doesn't trigger all the
time.

Google-Bug-Id: 37326362

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoe2fsck: allow extent tree optimization to be disabled
Theodore Ts'o [Sat, 15 Apr 2017 13:22:27 +0000 (09:22 -0400)] 
e2fsck: allow extent tree optimization to be disabled

Add an extended option, -E no_optimize_extents, as well as a
e2fsck.conf profile option, to disable extent tree optimization.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agotests: add new test f_quota_extent_opt
Theodore Ts'o [Sat, 15 Apr 2017 04:59:11 +0000 (00:59 -0400)] 
tests: add new test f_quota_extent_opt

Add a test to validate the changes in commit 403bcb668e4f: "e2fsck:
update quota when optimizing the extent tree".

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoe2fsck: update quota when optimizing the extent tree
Theodore Ts'o [Sat, 15 Apr 2017 04:29:46 +0000 (00:29 -0400)] 
e2fsck: update quota when optimizing the extent tree

If quota is enabled, optimizing the extent tree wouldn't update the
in-memory quota statistics, so that a subsequent e2fsck run would show
that the quota usage statistics on disk were incorrect.

Google-Bug-Id: 36391645

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoe4crypt: fix error handling for KEYCTL_GET_KEYRING_ID
Joe Richey [Mon, 3 Apr 2017 16:52:50 +0000 (16:52 +0000)] 
e4crypt: fix error handling for KEYCTL_GET_KEYRING_ID

Due to some interesting behaviour in keyctl (as described in the
comments), we use KEYCTL_GET_KEYRING_ID to translate the special value
of KEY_SPEC_SESSION_KEYRING to a real keyring id. However, how we
currently do this is flawed in two ways.

First, if KEYCTL_GET_KEYRING_ID fails, we don't detect it as it returns
-1 and zero is used for an error value in get_keyring_id. Second, if the
user specifies "-k @s" the translation never runs and the undesireable
behavior occurs.

These are both fixed by doing the translation outside of get_keyring_id.

Signed-off-by: Joe Richey <joerichey@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoe2fsck: fix quota accounting to use cluster units
Eric Whitney [Sun, 2 Apr 2017 16:57:05 +0000 (12:57 -0400)] 
e2fsck: fix quota accounting to use cluster units

The quota accounting code in e2fsck's pass 1 and pass 3 uses block units
rather than cluster units when recording the allocated space consumed by
files and directories.  In pass 1, this causes a large undercount of
actual quota results and test failures for xfstests generic/383, /384,
/385, and /386 on bigalloc file systems.  In pass 3, this results in
quota accounting errors when the lost+found directory is either extended
or recreated on a bigalloc file system.

Use clusters rather than blocks when accounting for allocated space,
and correct a related header comment in the quota code.

Note that pass 1b also contains call sites for quota_data_sub() that
also need to be addressed.  However, it appears that more than just
unit conversion may be needed, so that will be left to a future patch.

Signed-off-by: Eric Whitney <enwlinux@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agolibext2fs: apply LDFLAGS when building tst_inline_data
Eric Biggers [Fri, 17 Mar 2017 22:38:36 +0000 (15:38 -0700)] 
libext2fs: apply LDFLAGS when building tst_inline_data

If libext2fs was compiled with an external libblkid pointed to by
LDFLAGS, then linking the tst_inline_data program failed because the
requested linker flags were not used.  Fix this by adding $(ALL_LDFLAGS)
to the build rule, as is done for the other test programs.

Fixes: 31253488385a ("libext2fs: add a unit test for inline data")
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoe2fsck: fix type mismatches in quota warning message
Eric Whitney [Fri, 31 Mar 2017 23:21:59 +0000 (19:21 -0400)] 
e2fsck: fix type mismatches in quota warning message

The conversion operations in the format control strings found in the
fprintf call used to print the quota warning message do not match the
types of their corresponding arguments.  Although this probably hasn't
generally been a problem, it obfuscates a bigalloc quota accounting bug
where the reported actual quota goes negative.

Clean up the mismatches and some unnecessary casts.  While we're at it,
fix a spelling nit in a related comment.

Signed-off-by: Eric Whitney <enwlinux@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoFix metadata_csum typo in ext4 man page
Justin Bronder [Fri, 31 Mar 2017 14:24:39 +0000 (10:24 -0400)] 
Fix metadata_csum typo in ext4 man page

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
7 years agomisc: fix all the compiler warnings
Darrick J. Wong [Thu, 2 Mar 2017 04:52:12 +0000 (20:52 -0800)] 
misc: fix all the compiler warnings

Fix the various compiler warnings that have crept in, and only define
__bitwise if the system headers haven't already done so.  Linux 4.10
changes the __bitwise definition so that our redefinition here is
just different enough that gcc complains.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agotests: fix test failure in f_detect_xfs caused by commit bf615bb0ccad
Theodore Ts'o [Fri, 3 Mar 2017 15:00:17 +0000 (10:00 -0500)] 
tests: fix test failure in f_detect_xfs caused by commit bf615bb0ccad

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agolibext2fs: readahead for meta_bg
Alexey Lyashkov [Wed, 1 Mar 2017 20:03:54 +0000 (15:03 -0500)] 
libext2fs: readahead for meta_bg

There are ~37k of random IOs with meta_bg option on 300T target.
Debugfs requires 20 minutes to be started. Enabling readahead for
group blocks metadata save time dramatically. Only 12s to start.

Signed-off-by: Alexey Lyashkov <alexey.lyashkov@seagate.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
7 years agoe2fsck: report the exit value in the logfile
Theodore Ts'o [Wed, 1 Mar 2017 19:33:45 +0000 (14:33 -0500)] 
e2fsck: report the exit value in the logfile

If e2fsck logging is enabled, report the exit value as the last line
in the log file.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agopo: update uk.po (from translationproject.org)
Yuri Chornoivan [Mon, 20 Feb 2017 02:45:43 +0000 (21:45 -0500)] 
po: update uk.po (from translationproject.org)

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agopo: update sv.po (from translationproject.org)
Göran Uddeborg [Mon, 20 Feb 2017 02:45:43 +0000 (21:45 -0500)] 
po: update sv.po (from translationproject.org)

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agopo: update pl.po (from translationproject.org)
Jakub Bogusz [Mon, 20 Feb 2017 02:45:42 +0000 (21:45 -0500)] 
po: update pl.po (from translationproject.org)

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agopo: update nl.po (from translationproject.org)
Benno Schulenberg [Mon, 20 Feb 2017 02:45:42 +0000 (21:45 -0500)] 
po: update nl.po (from translationproject.org)

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agopo: update fr.po (from translationproject.org)
Samuel Thibault [Mon, 20 Feb 2017 02:45:42 +0000 (21:45 -0500)] 
po: update fr.po (from translationproject.org)

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agopo: update es.po (from translationproject.org)
Antonio Ceballos [Mon, 20 Feb 2017 02:45:42 +0000 (21:45 -0500)] 
po: update es.po (from translationproject.org)

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agopo: update da.po (from translationproject.org)
Joe Hansen [Mon, 20 Feb 2017 02:45:42 +0000 (21:45 -0500)] 
po: update da.po (from translationproject.org)

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agopo: update cs.po (from translationproject.org)
Petr Pisar [Mon, 20 Feb 2017 02:45:42 +0000 (21:45 -0500)] 
po: update cs.po (from translationproject.org)

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agodebugfs: better support of superblocks with bad checksums
Theodore Ts'o [Mon, 20 Feb 2017 02:08:21 +0000 (21:08 -0500)] 
debugfs: better support of superblocks with bad checksums

Allow debugfs to open file systems with a bad checksum, and teach the
show_super_stats command to print the expected checksum value.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoDo interim update of RELEASE NOTES
Theodore Ts'o [Fri, 17 Feb 2017 20:18:10 +0000 (15:18 -0500)] 
Do interim update of RELEASE NOTES

7 years agoe2fsck: make problem comments match error messages
Andreas Dilger [Fri, 17 Feb 2017 17:57:29 +0000 (12:57 -0500)] 
e2fsck: make problem comments match error messages

Since the @x compression obscures e2fsck problem error messages
from being found by normal searching, make the comment for each
error match the actual error message so that they can be found
more easily.

Signed-off-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoe2fsck: don't check inode flag values for deleted inodes
Theodore Ts'o [Fri, 17 Feb 2017 15:42:17 +0000 (10:42 -0500)] 
e2fsck: don't check inode flag values for deleted inodes

Commit 47b8941774df "e2fsck: make sure system.data xattr is present"
exposed a bug in e2fsck's pass 1 handling which caused the xfstests's
generic/079 to fail if the inline_data feature was enabled.  The
problem was that e2fsck was checking if an inode with inline data had
the system.xattr EA before checking to see if that inode was still in
use --- and this invariant isn't necessarily true for deleted inodes.
There were a number of other checks that were done too early that
could also potentially cause false positive complaints, although those
would normally only happen if a now-unused portion of the inode table
had gotten corrupted, or if tune2fs had disabled a particular file
system feature and there old, deleted inodes that had values
inconsistent with the new file system configuration.

Reported-by: Eric Whitney <enwlinux@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoe2fsck: exit with exit status 0 if no errors were fixed
Theodore Ts'o [Fri, 17 Feb 2017 03:02:35 +0000 (22:02 -0500)] 
e2fsck: exit with exit status 0 if no errors were fixed

Previously, e2fsck would exit with a status code of 1 even though the
only changes that it made to the file system were various
optimziations and not fixing file system corruption.  Since the man
page states that an exit status of 1 means "file system errors
corrupted", fix e2fsck to return an exit status of 0.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoRefactor code to print journal superblock information
Theodore Ts'o [Thu, 16 Feb 2017 23:54:41 +0000 (18:54 -0500)] 
Refactor code to print journal superblock information

Move the code to list the journal superblock information to libe2p, so
it can be used by debugfs, and so we don't have two copies of
substantially the same code in dumpe2fs.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agolibext2fs: remove unused jfs_dat.h file
Theodore Ts'o [Thu, 16 Feb 2017 20:11:23 +0000 (15:11 -0500)] 
libext2fs: remove unused jfs_dat.h file

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agodebugfs: with ls -l, include space between size and date
Eric Biggers [Mon, 13 Feb 2017 00:01:40 +0000 (16:01 -0800)] 
debugfs: with ls -l, include space between size and date

Before:
     11   40700 (2)      0      0   1228812-Feb-2017 12:51 lost+found

After:
     11   40700 (2)      0      0   12288 12-Feb-2017 12:51 lost+found

Fixes: 68a1de3df340 ("debugfs: pretty print encrypted filenames in the ls command")
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
7 years agodebugfs.8: fix name of argument to blocks command
Eric Biggers [Mon, 13 Feb 2017 00:00:09 +0000 (16:00 -0800)] 
debugfs.8: fix name of argument to blocks command

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agolibsupport: remove debugging printf() from parse_qtype.c
Theodore Ts'o [Thu, 16 Feb 2017 16:19:51 +0000 (11:19 -0500)] 
libsupport: remove debugging printf() from parse_qtype.c

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agotests: don't use "debugfs -f /dev/stdin"
Theodore Ts'o [Thu, 16 Feb 2017 16:15:34 +0000 (11:15 -0500)] 
tests: don't use "debugfs -f /dev/stdin"

Don't use "debugfs -f /dev/stdin" for portability reasons --- not all
systems have /dev/stdin.  Simply dropping "-f /dev/stdin" works just
fine.

Reported-by: Rical Jasan <ricaljasan@pacific.net>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agomke2fs: remove the -f option from the man page
John Haxby [Wed, 8 Feb 2017 15:26:38 +0000 (15:26 +0000)] 
mke2fs: remove the -f option from the man page

The -f option was removed in c6ed60cdeb13 (mke2fs: support creating
bigalloc file systems), let's remove it from the man page as well.
And as it was the only noted bug, take the BUGS section with it.

Signed-off-by: John Haxby <john.haxby@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agodebian: update changelog for tune2fs regression fix
Theodore Ts'o [Mon, 6 Feb 2017 01:59:37 +0000 (20:59 -0500)] 
debian: update changelog for tune2fs regression fix

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agotune2fs: fix quota enablement regression
Eric Whitney [Sat, 4 Feb 2017 03:23:34 +0000 (22:23 -0500)] 
tune2fs: fix quota enablement regression

Commit 5c2a665afa (Avoid dereferencing beyond allocated memory in quota
handling) induced a quota enablement regression in tune2fs.  Attempts
to enable a particular quota type (tune2fs -O project <dev>, for
example) set the appropriate feature flag in the superblock but the
quota file for the type is not initialized.

The regression prevents the current version of xfstests from running
generic/383, 384, 385, and 386 (all project quota tests) with e2fsprogs
1.43.4.  These tests exit with the message "Installed kernel does not
support project quotas", but the actual problem is that the project
quota file is not present.

Signed-off-by: Eric Whitney <enwlinux@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoUpdate debian changelog for 1.43.4-2
Theodore Ts'o [Wed, 1 Feb 2017 00:57:28 +0000 (19:57 -0500)] 
Update debian changelog for 1.43.4-2

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoUpdate release notes, etc., for the 1.43.4 release v1.43.4
Theodore Ts'o [Tue, 31 Jan 2017 23:24:50 +0000 (18:24 -0500)] 
Update release notes, etc., for the 1.43.4 release

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoAdd the Malay translation from the Translation Project
Theodore Ts'o [Tue, 31 Jan 2017 22:49:35 +0000 (17:49 -0500)] 
Add the Malay translation from the Translation Project

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoAdd Finnish translation from the Translation Project
Theodore Ts'o [Tue, 31 Jan 2017 22:47:06 +0000 (17:47 -0500)] 
Add Finnish translation from the Translation Project

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agopo: update zh_CN.po (from translationproject.org)
Mingye Wang (Arthur2e5) [Tue, 31 Jan 2017 22:34:56 +0000 (17:34 -0500)] 
po: update zh_CN.po (from translationproject.org)

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agopo: update sr.po (from translationproject.org)
Мирослав Николић [Tue, 31 Jan 2017 22:34:56 +0000 (17:34 -0500)] 
po: update sr.po (from translationproject.org)

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agopo: update es.po (from translationproject.org)
Antonio Ceballos [Tue, 31 Jan 2017 22:34:55 +0000 (17:34 -0500)] 
po: update es.po (from translationproject.org)

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agopo: update de.po (from translationproject.org)
Philipp Thomas [Tue, 31 Jan 2017 22:34:55 +0000 (17:34 -0500)] 
po: update de.po (from translationproject.org)

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agopo: update cs.po (from translationproject.org)
Petr Pisar [Tue, 31 Jan 2017 22:34:55 +0000 (17:34 -0500)] 
po: update cs.po (from translationproject.org)

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoStop installing mkfs.ext4dev and fsck.ext4dev
Theodore Ts'o [Tue, 31 Jan 2017 22:08:34 +0000 (17:08 -0500)] 
Stop installing mkfs.ext4dev and fsck.ext4dev

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoe2label.8, tune2fs.8: use volume label terminology consistently
Theodore Ts'o [Tue, 31 Jan 2017 21:22:06 +0000 (16:22 -0500)] 
e2label.8, tune2fs.8: use volume label terminology consistently

Addresses-Debian-Bug: #852726

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agotune2fs, mke2fs: use "Proceed (y, N)" so the default is clear
Theodore Ts'o [Tue, 31 Jan 2017 21:17:15 +0000 (16:17 -0500)] 
tune2fs, mke2fs: use "Proceed (y, N)" so the default is clear

Addresses-Debian-Bug: #852727

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agofuse2fs: fix Coverity warnings
Theodore Ts'o [Tue, 31 Jan 2017 21:16:40 +0000 (16:16 -0500)] 
fuse2fs: fix Coverity warnings

(including some potential memory leaks on error paths)

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agodebugfs: in ea_get -V, don't print double quotes around the C strings
Theodore Ts'o [Tue, 31 Jan 2017 20:31:13 +0000 (15:31 -0500)] 
debugfs: in ea_get -V, don't print double quotes around the C strings

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agolibsupport: improve how invalid hex strings are parsed as C strings
Theodore Ts'o [Tue, 31 Jan 2017 20:30:28 +0000 (15:30 -0500)] 
libsupport: improve how invalid hex strings are parsed as C strings

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agolibext2fs: fix memory leaks in ext2fs_xattr_set()
Theodore Ts'o [Tue, 31 Jan 2017 20:29:57 +0000 (15:29 -0500)] 
libext2fs: fix memory leaks in ext2fs_xattr_set()

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoe2fsck: make sure system.data xattr is present
Theodore Ts'o [Tue, 31 Jan 2017 19:05:45 +0000 (14:05 -0500)] 
e2fsck: make sure system.data xattr is present

E2fsprogs used to assume that if i_size is less than 60 bytes, the
system.data xattr isn't needed (and should be removed).  The kernel
disagree, and will declare the file system to be corrupted.  Enforce
the tighter constraints assumed by the kernel.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoUpdate release notes, etc. for 1.43.4-WIP release
Theodore Ts'o [Tue, 31 Jan 2017 06:03:13 +0000 (01:03 -0500)] 
Update release notes, etc. for 1.43.4-WIP release

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoAdd utility script which generates a small sample file system
Theodore Ts'o [Tue, 31 Jan 2017 06:02:03 +0000 (01:02 -0500)] 
Add utility script which generates a small sample file system

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoDuring filesystem creation with -d option files copied from given
Artem Blagodarenko [Tue, 31 Jan 2017 02:51:14 +0000 (21:51 -0500)] 
During filesystem creation with -d option files copied from given
directory. If supported, FS_IOC_FIEMAP ioctl is used to get file
extents. For empty file fm_mapped_extents is 0 and no error code
is returned, because this is not fail situation.

Without this patch errno from previous operation is returned and
successful FS_IOC_FIEMAP ioctl call for empty file is interpreted
as error.

Signed-off-by: Artem Blagodarenko <artem.blagodarenko@seagate.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
7 years agoe2fsprogs: enable project quota reporting in debugfs
Eric Whitney [Mon, 30 Jan 2017 17:34:16 +0000 (12:34 -0500)] 
e2fsprogs: enable project quota reporting in debugfs

Make the minor changes required so the list_quota and get_quota commands
can report project quota information.  This also fixes a debugfs
segfault that currently occurs when either list_quota or get_quota is
invoked with an unknown quota_type argument.

Signed-off-by: Eric Whitney <enwlinux@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agolibext2fs: translate internal ext4 acl to Posix ACL in ext2fs_xattr_[sg]et()
Theodore Ts'o [Sun, 29 Jan 2017 03:34:16 +0000 (22:34 -0500)] 
libext2fs: translate internal ext4 acl to Posix ACL in ext2fs_xattr_[sg]et()

ext2fs_xattr_[sg]et() will now translate the Posix ACL xattrs to and
from the internal ext4 attr format, since the callers of the libext2fs
are much more likely to want to use the public Posix ACL format.

For debugfs and those applications that want to see the on-disk
format, the new ext4fs_xattr_flags() function will allow those callers
to request the raw format.

Addresses-Launchpad-Bug: #1645232

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agodebugfs: improve how we display and parse extended attribute values
Theodore Ts'o [Sat, 28 Jan 2017 18:09:53 +0000 (13:09 -0500)] 
debugfs: improve how we display and parse extended attribute values

Use the new C string printing routine, and allow ea_get command to
display the system.data extended attribute.  Also allow the user to
explicitly request that the string be printed using hex values.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agolibsupport: add C string printing and parsing functions
Theodore Ts'o [Sat, 28 Jan 2017 17:11:46 +0000 (12:11 -0500)] 
libsupport: add C string printing and parsing functions

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agotest: add f_mke2fs_baddisk
Dmitry Monakhov [Wed, 7 Dec 2016 14:55:17 +0000 (18:55 +0400)] 
test: add f_mke2fs_baddisk

Check what mke2fs will return non zero error on broken device.

This test requires using dmsetup, so it requires running as root; if
root privileges is not available, the test will be skipped.

Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agolibext2fs: don't ignore fsync errors
Eric Sandeen [Tue, 20 Dec 2016 15:23:29 +0000 (09:23 -0600)] 
libext2fs: don't ignore fsync errors

Today, if mke2fs experiences IO errors (say, on a thin device
which filled up during mkfs), mke2fs is silent and returns
success even though the filesystem was not properly created.

Catch errors from the io_channel_flush() callchain to
fix this up.  Fix formatting of the printed error as
well:

...
Creating journal (262144 blocks): done
Writing superblocks and filesystem accounting information:
Warning, had trouble writing out superblocks.
# echo $?
5

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agolib/et/testcases: checked in imap_err.et from cyrus-imapd version 2.5.10
Theodore Ts'o [Fri, 23 Dec 2016 03:23:58 +0000 (22:23 -0500)] 
lib/et/testcases: checked in imap_err.et from cyrus-imapd version 2.5.10

This version of imap_err.et has a 4-clause BSD license, which should
hopefully be more comforting to lawyers than the license with
prohibits non-commercial use --- which shouldn't be a problem since
it's in a test case that would never show up in any binary, and so
license compatibility wouldn't be an issue.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoBring back libext2_profile build rules.
Jeff Sharkey [Fri, 21 Oct 2016 18:44:14 +0000 (12:44 -0600)] 
Bring back libext2_profile build rules.

Google-Bug-Id: 27599744
From AOSP commit: 80fcd5bb6dcc130337def60423a5d9e22a5814e7

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agodebugfs, e2fsck, mke2fs: fix miscellaneous memory leaks detected by ASAN
Theodore Ts'o [Sat, 12 Nov 2016 14:31:56 +0000 (09:31 -0500)] 
debugfs, e2fsck, mke2fs: fix miscellaneous memory leaks detected by ASAN

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoMake sure test progams free all allocated memory
Theodore Ts'o [Sat, 12 Nov 2016 04:15:56 +0000 (23:15 -0500)] 
Make sure test progams free all allocated memory

This eliminates complaints from ASAN's memory leak detector.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoAvoid dereferencing beyond allocated memory in quota handling
Theodore Ts'o [Fri, 11 Nov 2016 23:39:26 +0000 (18:39 -0500)] 
Avoid dereferencing beyond allocated memory in quota handling

The quota support code must must not try to handle the project quota
if the the project feature is not enabled.

Problem detected by ASAN.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agolibext2fs: avoid dereferencing beyond allocated memory in xattr code
Theodore Ts'o [Fri, 11 Nov 2016 23:38:20 +0000 (18:38 -0500)] 
libext2fs: avoid dereferencing beyond allocated memory in xattr code

Detected by ASAN.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoe2fsck: avoid dereferencing beyond allocated memory with 128 byte inodes
Theodore Ts'o [Fri, 11 Nov 2016 23:34:35 +0000 (18:34 -0500)] 
e2fsck: avoid dereferencing beyond allocated memory with 128 byte inodes

Detected by ASAN when the inode size is 128 bytes.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agomke2fs: Avoid crashes / infinite loops for absurdly large devices
Jan Kara [Tue, 25 Oct 2016 18:08:59 +0000 (14:08 -0400)] 
mke2fs: Avoid crashes / infinite loops for absurdly large devices

When a device reports absurdly high size, some arithmetics in mke2fs can
overflow (e.g. number of block descriptors) and we end in an infinite
loop. Fix that by checking and refusing insanely large devices.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agopartinfo: fix some build errors
Darrick J. Wong [Tue, 25 Oct 2016 17:28:13 +0000 (13:28 -0400)] 
partinfo: fix some build errors

Fix some missing header files and library link targets.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agolibsupport: fix compilation on RHEL 5.x due to missing magic define
Thomas De Schampheleire [Tue, 25 Oct 2016 17:22:39 +0000 (13:22 -0400)] 
libsupport: fix compilation on RHEL 5.x due to missing magic define

RHEL 5.x does have magic.h, but it does not define all expected symbols. In
particular, the NO_CHECK symbols were only added in file 4.20 and RHEL 5.x
is using 4.17.

Add substitute defines to allow continued usage of magic but without the
requested exclude checks.

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoresize2fs: fix resizing large file systems when block size != page size
Theodore Ts'o [Tue, 25 Oct 2016 17:18:14 +0000 (13:18 -0400)] 
resize2fs: fix resizing large file systems when block size != page size

Reported by: Jerry Lee <jerrylee@qnap.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agoandroid: fix Mac build
Theodore Ts'o [Mon, 24 Oct 2016 19:18:09 +0000 (15:18 -0400)] 
android: fix Mac build

Disable building debugfs and e4crypt on mac.
Add missing time.h include in ext2fs.h for time_t.

From AOSP commit: f2b2d2c0a6af8bd1e1a19150cf9d41d8f2b0e39a

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agomke2fs.conf: add back missing uninit_bg feature flag
Theodore Ts'o [Mon, 24 Oct 2016 18:15:43 +0000 (14:15 -0400)] 
mke2fs.conf: add back missing uninit_bg feature flag

Commit 0da058af9f88: "mke2fs.conf: don't enable metadata_csum by
default" removed metadata_csum without adding back the uninit_bg flag
--- which had the net result of causing file systems to take a long
time to mke2fs, since this caused all of the block group metadata to
be initialized.

Addresses-Google-Bug: 32342524

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 years agolibext2fs: unix_io: reflect error from read/write calls to caller
Theodore Ts'o [Fri, 21 Oct 2016 14:21:54 +0000 (10:21 -0400)] 
libext2fs: unix_io: reflect error from read/write calls to caller

If the read(2) or write(2) system calls fail, return the error to the
caller instead of returning "short read" or "short write", which is
just misleading.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>