summaryrefslogtreecommitdiff
path: root/e2fsck/problem.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-04e2fsck: Add new e2fsck.conf option: broken_system_clockTheodore Ts'o1-1/+10
2009-10-16e2fsck: Accept superblock times to be fudged by up to 24 hours by defaultTheodore Ts'o1-2/+2
2009-10-04e2fsck: Interpret negative blkcount in file system problem reportsTheodore Ts'o1-21/+21
2009-08-19e2fsck: Add a global latch question for bad group descriptor checksumsTheodore Ts'o1-1/+7
2009-08-08e2fsck: Fix and enhance superblock dates in future problem reportsTheodore Ts'o1-2/+2
2009-07-16e2fsck: Fix superblock times in the future even if buggy_init_scripts=1Theodore Ts'o1-2/+14
2009-05-28e2fsck: if i_file_acl_hi is non-zero, fix it and don't abort e2fsck -pTheodore Ts'o1-1/+1
2009-05-02e2fsck: cleanup whitespace in problem.c and problem.hAndreas Dilger1-13/+13
2009-05-02e2fsck: Add test code in problem.c to verify problem codesAndreas Dilger1-24/+112
2009-04-23e2fsck: On a 32-bit filesystem, make sure i_file_acl_high is zeroTheodore Ts'o1-0/+5
2009-01-26e2fsck: Add missing newlines when reporting errors in pass 3ATheodore Ts'o1-2/+2
2009-01-22e2fsck: Change PR_3_CREATE_LPF_ERROR to be a non-fatal problemTheodore Ts'o1-1/+1
2009-01-01e2fsck: Remove "ext3" from problem descriptions of the journalTheodore Ts'o1-13/+13
2008-12-25e2fsck: Fix an unhandled corruption case in scan_extent_node()Theodore Ts'o1-4/+9
2008-10-12e2fsck: Offer to clear the test_fs flag if ext4 is availableTheodore Ts'o1-0/+4
2008-10-12e2fsck: Print the correct inode number for uninit-bg related problem reportsTheodore Ts'o1-2/+2
2008-09-07e2fsck: Don't print the PO header when printing problems with PROMPT_NULLTheodore Ts'o1-1/+2
2008-08-25Add support for with empty directory blocks in 64k blocksize filesystemsTheodore Ts'o1-1/+1
2008-08-24fix e2fsck error message for bad htree depthAndreas Dilger1-1/+1
2008-08-24e2fsck: Change comments in problem array to match what is printedAndreas Dilger1-2/+2
2008-06-06e2fsck: Add support to check journal checksumsTheodore Ts'o1-0/+5
2008-06-02e2fsck: Detect unordered extents in an extent nodeTheodore Ts'o1-0/+5
2008-03-31Fix trailing whitespace in e2fsck/problem.[ch]Theodore Ts'o1-123/+123
2008-03-31e2fsck: Add check to enforce a valid block bitmap in last block groupAndreas Dilger1-0/+5
2008-03-20Make e2fsck uninit block group awareJose R. Santos1-1/+41
2008-03-13e2fsck: Check for fast symlinks that have EXTENTS_FL setTheodore Ts'o1-0/+5
2008-03-13Merge branch 'maint'Theodore Ts'o1-1/+5
2008-03-13e2fsck: Use "Clear Htree" instead of "Clear" when the Htree is corruptTheodore Ts'o1-1/+1
2008-03-12e2fsck: Handle a pass 2 "should never happen" error gracefullyTheodore Ts'o1-0/+4
2008-02-18Improve support for in-inode EA'sAndreas Dilger1-1/+1
2008-02-18e2fsck: Add support for extentsTheodore Ts'o1-0/+35
2007-09-23e2fsck: Don't mark the filesystem invalid because of time errorsTheodore Ts'o1-2/+2
2007-07-02e2fsck: Detect recursive loops in @-expansionsTheodore Ts'o1-1/+1
2007-06-21Recreate journal that had been removed previously due to corruptionKalpak Shah1-0/+5
2007-04-02e2fsck: Recover a special file which looks an awful lot like a directoryTheodore Ts'o1-0/+5
2006-11-11Add directory hashed signed/unsigned hint to superblockTheodore Ts'o1-0/+5
2006-11-11On-disk format definition for huge filesTheodore Ts'o1-0/+5
2006-03-10Enhance e2fsck so it can fix external journal hint in the superblock Theodore Ts'o1-0/+4
2005-12-31Add e2fsck problem handling to be configurableTheodore Ts'o1-3/+38
2005-12-19Automatically fix superblock times in the futureTheodore Ts'o1-2/+2
2005-09-24E2fsck: fix future times in the superblock's last mount or last write fieldsTheodore Ts'o1-0/+10
2005-07-04Make e2fsck Pass 1C header consistent with the other headersTheodore Ts'o1-1/+1
2005-06-19Clean up e2fsck problem description messages for typo's and to make themTheodore Ts'o1-73/+71
2005-03-21Integrate code from Alex Thomas at Clusterfs to check extended attributesTheodore Ts'o1-1/+31
2005-02-05Remove support for --enable-clear-htree; this wasTheodore Ts'o1-5/+0
2004-12-24Add support to detect corrupted resize_inode's to e2fsck.Theodore Ts'o1-4/+17
2004-12-16Fix e2fsck so that it will clean up filesystesm that have theTheodore Ts'o1-0/+11
2004-02-22Fix up preen mode messages during pass 1B/C/D.Theodore Ts'o1-2/+2
2004-01-31problem.c (fix_problem): Don't call print_e2fsck_message if theTheodore Ts'o1-1/+2
2003-12-07Fix gcc -Wall nitpicksTheodore Ts'o1-1/+1