Whamcloud - gitweb
Clean up gcc -Wall complaints in resize2fs
[tools/e2fsprogs.git] / e2fsck /
2005-12-19 Theodore Ts'oAutomatically fix superblock times in the future
2005-12-09 Theodore Ts'oClarify the e2fsck man page regarding the -c option
2005-12-09 Theodore Ts'oMake e2fsck -cc warn on a read-only root filesystem
2005-12-09 Theodore Ts'oFix typo in e2fsck error message.
2005-12-09 Theodore Ts'oClarify description of the -p, -n, and -y options in...
2005-09-25 Theodore Ts'oE2fsck: fix future times in the superblock's last mount...
2005-07-25 Theodore Ts'oFix use-after-free bug of e2fsck context structure.
2005-07-25 Theodore Ts'oFix false positives from valgrind: memcpy via no-op...
2005-07-04 Theodore Ts'oMake e2fsck Pass 1C header consistent with the other...
2005-07-04 Theodore Ts'o[BUGFIX]: E2fsck will segfault on disconnected inode...
2005-07-01 Theodore Ts'oUpdate for e2fsprogs 1.38 release.
2005-06-27 Theodore Ts'oUpdate typos in changelog
2005-06-20 Theodore Ts'oFix e2fsprogs messages for grammar and consistency...
2005-06-20 Theodore Ts'oFix minor typo introduced in e2fsck man page.
2005-06-20 Theodore Ts'oMake the e2fsck man page clear that the -c, -l, and...
2005-06-19 Theodore Ts'oClean up e2fsck problem description messages for typo...
2005-06-05 Theodore Ts'oFix a minor spelling typo in blkid's man page, and...
2005-05-06 Theodore Ts'oUpdate "make depend" information. Fixes SMP parallel...
2005-05-06 Theodore Ts'oCorrects a few mistakes in the fsck man page, wraps...
2005-04-16 Theodore Ts'oFix spelling mistakes in man pages. (Addresses Debian...
2005-04-14 Theodore Ts'oDon't offer to update or clone the resize inode when...
2005-04-14 Theodore Ts'oUse a centrally stored current time for "now" which
2005-04-06 Theodore Ts'opass1.c (e2fsck_pass1): If the superblock last mount...
2005-03-22 Theodore Ts'oUpdate for the e2fsprogs 1.37 release.
2005-03-21 Theodore Ts'oIntegrate code from Alex Thomas at Clusterfs to check...
2005-03-21 Theodore Ts'oMake e2fsck check the superblock's inode_size to make...
2005-03-21 Theodore Ts'oFix e2fsck, debugfs, and the ext2fs_mkdir function...
2005-03-20 Theodore Ts'oFix bug in e2fsck where we don't notice if a file with...
2005-02-05 Theodore Ts'oUpdate for release of e2fsprogs 1.36.
2005-02-05 Theodore Ts'oRemove support for --enable-clear-htree; this was
2005-01-28 Theodore Ts'opass2.c (e2fsck_process_bad_inode): Fix a corner case...
2005-01-28 Theodore Ts'oFix two bugs found by the regression test suites. ...
2005-01-28 Theodore Ts'oFixed missing not_fixed branch in e2fsck so that if...
2005-01-27 Theodore Ts'oCreate the resize inode is created even if the s_reserv...
2005-01-27 Theodore Ts'oCset exclude: tytso@think.thunk.org|ChangeSet|200501232...
2005-01-27 Theodore Ts'oFix e2fsck to not delete symlinks that contain an exten...
2005-01-25 Theodore Ts'oE2fsck will now check the individual block group inode...
2005-01-23 Theodore Ts'oFix e2fsck so that it does not complain if the resize_i...
2005-01-19 Theodore Ts'oMiscellaneous gcc -Wall cleanups. Use fixed rather...
2005-01-17 Theodore Ts'oClean up Matthais's "fix crash when /proc/acpi/ac_acapt...
2005-01-13 Matthias AndreeFix crash when /proc/acpi/ac_adapter/ is not present...
2005-01-09 Theodore Ts'oFix configure.in to use AC_CHECK_TYPES instead of the...
2005-01-06 Theodore Ts'oMake tune2fs and e2fsck consistent about allowing at...
2005-01-06 Theodore Ts'oFix resize inode handling on big endian systems, by...
2004-12-24 Theodore Ts'oAdd support to detect corrupted resize_inode's to e2fsck.
2004-12-24 Theodore Ts'oAvoid some potential inode cache coherency problem...
2004-12-17 Theodore Ts'oFix e2fsck so that it will clean up filesystesm that...
2004-12-15 Theodore Ts'oSupplied changelog for resize inode patch.
2004-12-15 Theodore Ts'oAdd support for on-line resizing ala the resize inode...
2004-12-15 Theodore Ts'oFix stupid core dumping bug if the TZ environment varia...
2004-12-15 Theodore Ts'oAdd install-strip and install-shlibs-strip targets
2004-12-15 Theodore Ts'oUse MKINSTALLDIRS macro so that the Makefiles can find...
2004-12-01 Theodore Ts'oIf the TZ environment variable is set to GMT, use gmtime()
2004-11-30 Theodore Ts'oAdd support for passing options to the io layer using...
2004-11-30 Theodore Ts'oUse Linux-kernel-style makefile output to make it easier to
2004-10-04 Richard MortimerAttempt recovery if the journal contains illegal blocks
2004-07-27 Theodore Ts'opass1.c (process_block): Change the limit of directory...
2004-05-27 Theodore Ts'oFixed potential ordering constraint problem in e2fsck...
2004-05-05 Theodore Ts'oRemove .cvsignore files; they were out of date, and...
2004-05-05 Theodore Ts'ounix.c (check_if_skip): If the checkinterval is zero...
2004-04-12 Theodore Ts'oIn e2fsck, when trying to determine if the system is...
2004-04-03 Theodore Ts'oRefine the build process to avoid re-running subst...
2004-03-30 Matthias Andreeunix_io.c, pass1.c:
2004-02-28 Theodore Ts'oUpdate version number for e2fsprogs 1.35 release.
2004-02-27 Theodore Ts'oAdd missing break statement so e2fsck -k actually works.
2004-02-24 Theodore Ts'ounix.c (main, PRS), e2fsck.8.in: Add a new -k option...
2004-02-24 Theodore Ts'oMakefile.in (PROFILED_LIBS, PROFILED_DEPLIBS): Fix...
2004-02-22 Theodore Ts'oFix up preen mode messages during pass 1B/C/D.
2004-02-22 Theodore Ts'oe2fsck.c (e2fsck_run): Clear the SETJMP_OK flag when...
2004-02-01 Theodore Ts'oproblem.c (fix_problem): Don't call print_e2fsck_messag...
2004-01-30 Theodore Ts'oFix a byte swap bugs, including one which caused e2fsck to
2003-12-28 Matthias AndreeRe-add FreeBSD support.
2003-12-28 Matthias AndreeFix more compiler warnings.
2003-12-12 Theodore Ts'oFix bug in e2fsck: When reconnecting a directory,...
2003-12-11 Theodore Ts'oe2fsck.h (E2F_FLAG_RESTARTED): Assign a unique flag...
2003-12-07 Theodore Ts'oFix gcc -Wall nitpicks
2003-12-07 Theodore Ts'orecovery.c, jfs_user.h: Sync recovery.c with latest...
2003-12-02 Theodore Ts'oWhen testing a disk using e2fsck -c, use the list
2003-11-21 Theodore Ts'oIn e2fsck, given an extra grace period before actually...
2003-11-21 Theodore Ts'oIn e2fsck, if the number of mounts until the next force...
2003-11-21 Theodore Ts'opass1.c (e2fsck_pass1), problem.h (PR_1_BB_FS_BLOCK),
2003-11-21 Theodore Ts'oCheck the returned name from blkid_get_devname in tune2...
2003-11-21 Theodore Ts'oCenteralize calculation of which blocks are reserved...
2003-08-25 Theodore Ts'outil.c (get_backup_sb): Check to make sure the context...
2003-08-24 Theodore Ts'oAdjust description line so that apropos "ext2" or ...
2003-08-21 Theodore Ts'ojournal.c (e2fsck_move_ext3_journal): When moving the...
2003-08-21 Theodore Ts'oAdd support for backing up the journal inode location...
2003-08-19 Theodore Ts'oe2fsck.h, unix.c (PRS, e2fsck_clear_progbar,
2003-08-01 Theodore Ts'oInclude inttypes.h if present. New macros INT_TO_VOIDP...
2003-08-01 Theodore Ts'oext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem()
2003-07-26 Theodore Ts'oUpdate for 1.34 release.
2003-07-06 Theodore Ts'oFixx gcc -Wall nitpicks.
2003-06-24 Theodore Ts'oFix spelling error in e2fsck problem reporting.
2003-05-18 Theodore Ts'ounix.c (show_stats), e2fsck.h: Use ngettext (abbreivate...
2003-05-05 Theodore Ts'oAdd --enable-test-io-debug configure option which cause...
2003-05-03 Theodore Ts'oAdd Czech translation.
2003-05-03 Theodore Ts'oUpdate to gettext 0.11.5. We now enable NLS support...
2003-04-27 Theodore Ts'oFixed NLS support for message abbreviations in e2fsck.
2003-04-21 Theodore Ts'oUpdate for 1.33 release.
2003-04-19 Theodore Ts'oFix gcc -Wall warnings.
next