summaryrefslogtreecommitdiff
path: root/e2fsck/unix.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-09Fix more spelling errors found by translators and add pluralizationTheodore Ts'o1-2/+4
2011-10-05Pass the gettext() function to libcom_errTheodore Ts'o1-0/+1
2011-09-30e2fsck: zero ctx->fs after freeing fs when restarting due to MMPDarrick J. Wong1-0/+1
2011-09-25ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger1-1/+100
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o1-0/+1
2011-09-16e2fsprogs: Don't try to close an fd which is negativeEric Sandeen1-5/+6
2011-08-31e2fsck: add support for checking the built-in quota filesAditya Kali1-0/+17
2011-08-11e2fsck: catch termination signals and print information about themTheodore Ts'o1-0/+1
2011-06-16e2fsck: fix mysterious "FILE SYSTEM WAS MODIFIED" with no changesTheodore Ts'o1-0/+31
2011-06-11ext2fs: Handle internal journal over 2^32 bytesAndreas Dilger1-1/+2
2011-05-07Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2011-05-07e2fsck: make the "fs is mounted; continue?" prompt more paranoidTheodore Ts'o1-1/+1
2010-12-16Merge branch 'master' into nextTheodore Ts'o1-1/+9
2010-12-13Merge branch 'maint' into nextTheodore Ts'o1-1/+19
2010-12-06e2fsck: add an option which causes it to only do a journal replayBernd Schubert1-0/+11
2010-12-06e2fsck: Do blkid interpretation on the external journal specifierTheodore Ts'o1-1/+8
2010-11-22e2fsck: Discard free data and inode blocks.Lukas Czerner1-1/+9
2010-09-24Merge branch 'maint' into nextTheodore Ts'o1-0/+2
2010-09-19e2fsck: Improve error message when device name misspelledJan Kara1-0/+2
2010-07-19Merge branch 'maint' into nextTheodore Ts'o1-0/+4
2010-07-05e2fsck: Add missing ext2fs_close() call when going back to original superblockTheodore Ts'o1-0/+2
2010-07-05Add superblock fields which track first and most recent fs errorsTheodore Ts'o1-0/+2
2010-06-13e2fsck: Fix up to be 64-bit block number safeValerie Aurora Henson1-6/+7
2010-06-07Merge branch 'maint' into nextTheodore Ts'o1-5/+13
2010-05-17e2fsck: Don't set the group descriptor checksums if the fsck was cancelledTheodore Ts'o1-1/+2
2010-05-13e2fsck: Skip time-based checks if the time looks insane or broken_system_clockTheodore Ts'o1-4/+11
2010-03-15Merge branch 'maint' into nextTheodore Ts'o1-10/+25
2010-03-15e2fsck: Don't blow up if the physical device is too bigTheodore Ts'o1-6/+6
2010-03-15e2fsck: Make the "filesystem is mounted" message more scaryTheodore Ts'o1-2/+2
2010-03-15e2fsck: Make the -n always open the file system read-onlyTheodore Ts'o1-2/+17
2009-09-07Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson1-7/+8
2009-09-01e2fsck: Avoid scary failure messages on low-memory systemsTheodore Ts'o1-2/+7
2009-09-07Merge branch 'maint' into nextTheodore Ts'o1-2/+7
2009-08-22e2fsck: Convert e2fsck to new bitmap interfaceValerie Aurora Henson1-0/+5
2009-06-15e2fsck: fix miscellaneous memory leaksTheodore Ts'o1-1/+0
2009-05-28e2fsck: Go back to the original superblock if the backup sb is invalidTheodore Ts'o1-21/+45
2009-05-28Add empty function for init_resource_track() and print_resource_track()Ken Chen1-7/+2
2009-05-17e2fsck: initialize error handling before journal replayAndreas Dilger1-2/+2
2009-04-28e2fsck: Skip journal checks if the fs is mounted and doesn't need recoveryTheodore Ts'o1-0/+5
2009-04-23e2fsck: Don't test the resize_inode if the filesystem is cleanTheodore Ts'o1-0/+1
2009-04-22e2fsck: Fix warn_unused_result warnings from gccTheodore Ts'o1-1/+1
2008-12-08e2fsck: In verbose mode, distinguish between fragmented directories/filesTheodore Ts'o1-7/+21
2008-09-09e2fsck: Fix e2fsck automatic blocksize detetionTheodore Ts'o1-0/+2
2008-09-01Only use the test_io manager if the right environment variables are setTheodore Ts'o1-4/+5
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-44/+44
2008-08-24Fix miscellaneous compile warningsAndreas Dilger1-0/+1
2008-08-14e2fsck: Fix ind/dind/tind statistics and add extent depth statisticsTheodore Ts'o1-0/+15
2008-08-10e2fsck: Fix check to see if an extent-based file is fragmentedTheodore Ts'o1-2/+7
2008-07-13Define _XOPEN_SOURCE to 600 consistently for Solaris C99 supportTheodore Ts'o1-0/+2
2008-06-07e2fsck: Add better explanatory message when s_lastcheck is in the futureTheodore Ts'o1-0/+4