Whamcloud - gitweb
Don't write changes to the backup superblocks by default
[tools/e2fsprogs.git] / e2fsck / unix.c
2007-06-18 Theodore Ts'oDon't write changes to the backup superblocks by default
2007-06-04 Theodore Ts'oFix e2fsck's get_size logic so it will work with the...
2007-03-28 Brian Behlendorf[COVERITY] Fix memory leak when parsing extended option...
2006-12-26 Theodore Ts'oUse the newer add/remove_error_table com_err interfaces
2006-11-15 Theodore Ts'oFix misc. gcc -Wall complaints in the misc and e2fsck...
2006-09-12 Eric SandeenAdd checks to make sure inode counts don't overflow...
2006-09-12 Eric SandeenFix signed vs unsigned printf format strings for block...
2006-06-10 Matthias AndreeRead mke2fs.conf and e2fsck.conf from root_sysconfdir...
2006-03-19 Takashi SatoFix format statements to make e2fsprogs programs 32...
2006-03-19 Theodore Ts'oChange e2fsck to open non-mounted filesystems in exclus...
2006-01-29 Theodore Ts'oAdd a config option which controls whether fs checks...
2006-01-29 Theodore Ts'oPrint an explanation when skipping a check due being...
2006-01-04 Theodore Ts'oAdd syntax error reporting to the profile library
2005-12-31 Theodore Ts'oAdd E2FSCK_CONFIG environment variable
2005-12-31 Theodore Ts'oAdd allow_cancellation config option
2005-12-31 Theodore Ts'oRead in /etc/e2fsck.conf configuration file at startup
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-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-06-20 Theodore Ts'oFix e2fsprogs messages for grammar and consistency...
2005-04-14 Theodore Ts'oUse a centrally stored current time for "now" which
2005-01-25 Theodore Ts'oE2fsck will now check the individual block group inode...
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...
2004-11-30 Theodore Ts'oAdd support for passing options to the io layer using...
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-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...
2003-12-07 Theodore Ts'oFix gcc -Wall nitpicks
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'oCheck the returned name from blkid_get_devname in tune2...
2003-08-19 Theodore Ts'oe2fsck.h, unix.c (PRS, e2fsck_clear_progbar,
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-04-19 Theodore Ts'oFix gcc -Wall warnings.
2003-04-16 Theodore Ts'oUse setvbuf instead of setbuf to force stdout and
2003-04-16 Theodore Ts'o * Add support for the -a and -s options to logsave.
2003-04-13 Theodore Ts'oAdd portability enhancements for Cygwin32 environment.
2003-03-14 Theodore Ts'oAdd Apple/Darwin patches.
2003-03-14 Theodore Ts'oChange e2fsck to detect and offer to delete or rename...
2003-03-02 Theodore Ts'oUpdate debugfs and e2fsck to use the blkid library.
2003-01-30 Theodore Ts'oFixed up minor documentation issues (man page for badbl...
2003-01-02 Theodore Ts'oDetect if there is an attempt to run the journal twice...
2003-01-02 Theodore Ts'oPrint an error if more than one of the -p/-a, -n or...
2002-11-08 Theodore Ts'ounix.c (main): Fix a bug where e2fsck could erroneously...
2002-11-08 Theodore Ts'ounix.c (PRS), journal.c: Set the default level of journal
2002-11-07 Theodore Ts'oe2fsck.h, unix.c (main, check_mount): Fix e2fsck so...
2002-11-01 Theodore Ts'ounix.c (usage), e2fsck.8.in: Add the -D option to the...
2002-10-14 Theodore Ts'oFix gcc -Wall nits.
2002-09-28 Theodore Ts'oAdd a more sophisticated algorithm to e2fsck to salvage...
2002-08-17 Theodore Ts'oOverhaul extended attribute handling. Should now be...
2002-07-25 Theodore Ts'oAdd e2fsck -D option which optimizes/compresses directo...
2002-07-21 Theodore Ts'oAdd SIGINT and SIGTERM handling to fsck and e2fsck...
2002-06-26 Theodore Ts'oAdd initial support for htree directories.
2002-05-16 Andreas DilgerAdd support for creating and checking 8192-byte blocksi...
2002-03-07 Theodore Ts'oFixed the journal handling so that an offer is made...
2002-03-05 Theodore Ts'oNewer libintl needs LC_CTYPE to be set in addition...
2001-12-24 Theodore Ts'oIn mke2fs and e2fsck, specifying the -c option twice...
2001-12-24 Theodore Ts'oEnhnaced the get backup superblock function so that...
2001-12-22 Theodore Ts'oGive the opportunity for e2fsck to run the journal...
2001-12-17 Theodore Ts'oFix various gcc -Wall nits. Fixed a bug in mke2fs...
2001-09-19 Theodore Ts'oe2fsck: If a superblock is specified explicitly by the
2001-08-27 Theodore Ts'oRemove EXT2FS_VERSION from the version display, since it
2001-08-09 Theodore Ts'ounix.c (show_stats): Print the number of large files...
2001-07-30 Theodore Ts'ounix.c (check_mount): Remove the code in e2fsck which...
2001-07-29 Theodore Ts'ounix.c (main): Move the final print_resource_track...
2001-07-29 Theodore Ts'oFix memory leaks in e2fsck's journal.c, and remove...
2001-07-23 Theodore Ts'oAdd support for use of an external journal (so long...
2001-07-20 Theodore Ts'ounix.c (main): Add an explicit warning when the filesys...
2001-06-29 Theodore Ts'oUse long long to calculate the percentage
2001-06-14 Theodore Ts'oChangeLog, unix.c:
2001-06-11 Theodore Ts'oChangeLog, Makefile.in, swapfs.c, unix.c:
2001-05-12 Theodore Ts'oChangeLog, unix.c:
2001-05-01 Theodore Ts'oChangeLog, unix.c:
2001-04-26 Theodore Ts'oChangeLog, unix.c:
2001-01-11 Theodore Ts'oChangeLog, e2fsck.h, flushb.c, iscan.c, unix.c:
2001-01-06 Theodore Ts'oMany files:
2001-01-01 Theodore Ts'oChangeLog, journal.c, pass1.c, super.c, unix.c:
2000-12-13 Theodore Ts'oChangeLog, super.c:
2000-08-22 Theodore Ts'oChangeLog, unix.c:
2000-08-22 Theodore Ts'oChangeLog, unix.c:
2000-08-18 Theodore Ts'oMany files:
2000-08-14 Theodore Ts'oMany files:
2000-08-08 Theodore Ts'oChangeLog, unix.c:
2000-07-07 Theodore Ts'oChangeLog, Makefile.in, e2fsck.h, journal.c, unix.c:
2000-07-05 Theodore Ts'oChangeLog, Makefile.in:
2000-07-05 Theodore Ts'oChangeLog, unix.c:
2000-04-03 Theodore Ts'oMany files:
2000-02-12 Theodore Ts'oChangeLog, e2fsck.h, unix.c:
2000-02-11 Theodore Ts'oMany files:
2000-02-08 Theodore Ts'oChangeLog, bitops.h:
2000-02-07 Theodore Ts'oMany files:
1999-11-08 Theodore Ts'oChangeLog, e2fsck.c, pass4.c, problem.h, unix.c:
1999-10-20 Theodore Ts'oChangeLog, unix.c, util.c:
next