Whamcloud - gitweb
ext2fs: Handle internal journal over 2^32 bytes
[tools/e2fsprogs.git] / e2fsck / unix.c
2011-06-11 Andreas Dilgerext2fs: Handle internal journal over 2^32 bytes
2011-05-08 Theodore Ts'oMerge branch 'maint' into next
2011-05-08 Theodore Ts'oe2fsck: make the "fs is mounted; continue?" prompt...
2010-12-17 Theodore Ts'oMerge branch 'master' into next
2010-12-13 Theodore Ts'oMerge branch 'maint' into next
2010-12-06 Bernd Schuberte2fsck: add an option which causes it to only do a...
2010-12-06 Theodore Ts'oe2fsck: Do blkid interpretation on the external journal...
2010-11-23 Lukas Czernere2fsck: Discard free data and inode blocks.
2010-09-25 Theodore Ts'oMerge branch 'maint' into next
2010-09-20 Jan Karae2fsck: Improve error message when device name misspelled
2010-07-19 Theodore Ts'oMerge branch 'maint' into next
2010-07-05 Theodore Ts'oe2fsck: Add missing ext2fs_close() call when going...
2010-07-05 Theodore Ts'oAdd superblock fields which track first and most recent...
2010-06-13 Valerie Aurora Hensone2fsck: Fix up to be 64-bit block number safe
2010-06-07 Theodore Ts'oMerge branch 'maint' into next
2010-05-18 Theodore Ts'oe2fsck: Don't set the group descriptor checksums if...
2010-05-13 Theodore Ts'oe2fsck: Skip time-based checks if the time looks insane...
2010-03-15 Theodore Ts'oMerge branch 'maint' into next
2010-03-15 Theodore Ts'oe2fsck: Don't blow up if the physical device is too big
2010-03-15 Theodore Ts'oe2fsck: Make the "filesystem is mounted" message more...
2010-03-15 Theodore Ts'oe2fsck: Make the -n always open the file system read...
2009-09-08 Valerie Aurora HensonConvert uses of super->s_*_blocks_count to ext2fs_...
2009-09-02 Theodore Ts'oe2fsck: Avoid scary failure messages on low-memory...
2009-09-07 Theodore Ts'oMerge branch 'maint' into next
2009-08-23 Valerie Aurora Hensone2fsck: Convert e2fsck to new bitmap interface
2009-06-15 Theodore Ts'oe2fsck: fix miscellaneous memory leaks
2009-05-29 Theodore Ts'oe2fsck: Go back to the original superblock if the backu...
2009-05-28 Ken ChenAdd empty function for init_resource_track() and print_...
2009-05-18 Andreas Dilgere2fsck: initialize error handling before journal replay
2009-04-28 Theodore Ts'oe2fsck: Skip journal checks if the fs is mounted and...
2009-04-23 Theodore Ts'oe2fsck: Don't test the resize_inode if the filesystem...
2009-04-22 Theodore Ts'oe2fsck: Fix warn_unused_result warnings from gcc
2008-12-09 Theodore Ts'oe2fsck: In verbose mode, distinguish between fragmented...
2008-09-09 Theodore Ts'oe2fsck: Fix e2fsck automatic blocksize detetion
2008-09-01 Theodore Ts'oOnly use the test_io manager if the right environment...
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2008-08-25 Andreas DilgerFix miscellaneous compile warnings
2008-08-14 Theodore Ts'oe2fsck: Fix ind/dind/tind statistics and add extent...
2008-08-11 Theodore Ts'oe2fsck: Fix check to see if an extent-based file is...
2008-07-13 Theodore Ts'oDefine _XOPEN_SOURCE to 600 consistently for Solaris...
2008-06-07 Theodore Ts'oe2fsck: Add better explanatory message when s_lastcheck...
2008-06-07 Theodore Ts'oFix gcc -Wall warnings in e2fsck
2008-04-18 Theodore Ts'oRename the feature uninit_groups to uninit_bg
2008-04-07 Theodore Ts'oMerge branch 'maint'
2008-04-07 Matthias Koenige2fsck: avoid double free of ctx->filesystem_name
2008-04-06 Eric SandeenFix a couple of implicit function declarations
2008-03-31 Andreas Dilgerext2fs_set_gdt_csum(): Return an error code on errors...
2008-03-30 Theodore Ts'oMerge branch 'maint'
2008-03-29 Theodore Ts'oe2fsck: Avoid core dump when using the -N option
2008-03-26 Theodore Ts'oe2fsck: Include the device name in the progress information
2008-03-26 Theodore Ts'oe2fsck: Support a negative argument to -C to suppress...
2008-03-20 Jose R. SantosMake e2fsck uninit block group aware
2008-02-27 Theodore Ts'oMerge branch 'maint'
2008-02-27 Theodore Ts'oEnhance e2fsck's reporting for reporting unsupported...
2008-02-10 Theodore Ts'oMerge branch 'maint' into next
2008-01-31 Theodore Ts'oFix bug in e2fsck which caused it to core dump if ...
2007-10-06 Theodore Ts'oMerge branch 'maint'
2007-10-06 Theodore Ts'oe2fsck: backup superblocks if key constants have changed
2007-10-06 Theodore Ts'oe2fsck: update the backup superblocks if the feature...
2007-09-23 Theodore Ts'oWork around lame Ubuntu init scripts / installer bugs
2007-09-07 Theodore Ts'oe2fsck: If the superblock is corrupt, automatically...
2007-08-21 Theodore Ts'oMerge branch 'maint'
2007-08-21 Theodore Ts'oUse sscanf instead of atoi when parsing e2fsck options
2007-08-11 Theodore Ts'oRemove e2fsck's -s and -S options to byte-swap ancient...
2007-08-04 Theodore Ts'oMerge branch 'maint'
2007-08-04 Theodore Ts'oe2fsck: Allow i_size to be rounded up to the size of...
2007-08-04 Theodore Ts'oAdd I/O statistics to e2fsck
2007-06-21 Theodore Ts'oFix gcc -Wall bug in e2fsck
2007-06-21 Kalpak ShahRecreate journal that had been removed previously due...
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...
next