e2fsprogs/e2fsck
Theodore Ts'o 35a4e1b1c5 e2fsck: fix logic for deciding when to repair legacy timestamp encodings
A static code checker noticed that we had a redundant condition:

    if (((sizeof(time_t) <= 4) ||
         ((sizeof(time_t) > 4) &&

which was caused by the parenthesis were in the wrong place.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2016-09-01 01:01:54 -04:00
..
Android.mk Android.mk: Replace _host suffix with more standard -host suffix 2016-03-15 01:25:11 -04:00
CHANGES Many files: 1997-04-26 13:21:57 +00:00
Makefile.in Move dict.c from e2fsck to lib/support 2015-07-12 22:43:31 -04:00
Makefile.pq Many files: 1997-11-14 05:23:04 +00:00
badblocks.c e2fsck: fix memory leak on error path in read_bad_blocks_files() 2014-01-07 09:10:24 -05:00
dirinfo.c Add configure --disable-tdb which disables e2fsck's scratch_files feature 2016-05-29 21:52:52 -04:00
dx_dirinfo.c configure: remove support to disable htree support 2015-07-03 16:29:35 -04:00
e2fsck.8.in debugfs.8, e2fsck.8: clarify man pages these programs can operate on files 2016-06-02 23:29:12 -04:00
e2fsck.c Merge branch 'maint' into next 2015-11-30 18:16:36 -05:00
e2fsck.conf.5.in Add configure --disable-tdb which disables e2fsck's scratch_files feature 2016-05-29 21:52:52 -04:00
e2fsck.h Add configure --disable-tdb which disables e2fsck's scratch_files feature 2016-05-29 21:52:52 -04:00
ea_refcount.c e2fsck: fix printf conversion specs in ea_refcount.c 2013-12-24 22:50:23 -05:00
ehandler.c e2fsck: on read error, don't rewrite blocks past the end of the fs 2015-01-27 13:12:37 -05:00
emptydir.c Shorten compile commands run by the build system 2011-09-18 17:34:37 -04:00
extend.c Shorten compile commands run by the build system 2011-09-18 17:34:37 -04:00
extents.c e2fsck: clean up feature test macros with predicate functions 2015-10-24 00:44:40 -04:00
flushb.c Shorten compile commands run by the build system 2011-09-18 17:34:37 -04:00
iscan.c debugfs, e2fsck: fix s_desc_size handling 2013-12-24 22:50:19 -05:00
jfs_user.h e2fsck: fix an alignment problem which causes sparc64 in the journal code 2016-09-01 01:01:53 -04:00
journal.c e2fsck: update j_tail_sequence after recovery 2016-07-05 23:10:21 -04:00
logfile.c e2fsck: close the progress_fd in the logfile child process 2015-01-12 19:42:29 -05:00
message.c e2fsck: clean up feature test macros with predicate functions 2015-10-24 00:44:40 -04:00
mtrace.awk Many files: 1997-04-26 13:21:57 +00:00
mtrace.c Shorten compile commands run by the build system 2011-09-18 17:34:37 -04:00
mtrace.h ChangeLog, super.c: 2001-01-12 21:05:57 +00:00
pass1.c e2fsck: fix logic for deciding when to repair legacy timestamp encodings 2016-09-01 01:01:54 -04:00
pass1b.c e2fsck: fix project quota support 2016-05-21 22:18:16 -04:00
pass2.c Add configure --disable-tdb which disables e2fsck's scratch_files feature 2016-05-29 21:52:52 -04:00
pass3.c e2fsck: fix project quota support 2016-05-21 22:18:16 -04:00
pass4.c e2fsck: fix project quota support 2016-05-21 22:18:16 -04:00
pass5.c e2fsck,resize2fs: fix gcc -Wall nits 2016-05-29 13:36:20 -04:00
problem.c libsupport: fix gcc -Wall nits 2016-05-29 17:36:43 -04:00
problem.h libsupport: fix gcc -Wall nits 2016-05-29 17:36:43 -04:00
problemP.h e2fsck: add ability to limit the # of problems of a particular type 2012-03-14 17:44:54 -04:00
quota.c Clean up codes for adding new quota type 2016-03-06 15:56:24 -05:00
readahead.c misc: fix Coverity bugs 2015-05-16 18:32:33 -04:00
recovery.c Fix Android build warnings 2016-05-29 23:51:08 -04:00
region.c misc: fix compiler warnings and minor build errors 2014-11-07 21:23:41 -05:00
rehash.c Fix Android build warnings 2016-05-29 23:51:08 -04:00
revoke.c e2fsck: fix buffer overrun in revoke block scanning 2015-05-16 20:50:21 -04:00
scantest.c e2fsprogs: introduce ext2fs_close_free() helper 2014-07-05 21:06:48 -04:00
sigcatcher.c Eliminate unused variable and unused label warnings from Android build 2015-07-13 10:47:16 -04:00
super.c e2fsck: don't try to set a UUID on metadata_csum file systems 2016-04-15 20:51:36 -04:00
unix.c libsupport: fix gcc -Wall nits 2016-05-29 17:36:43 -04:00
util.c libext2fs/e2fsck: provide routines to read-ahead metadata 2015-04-21 10:40:15 -04:00