summaryrefslogtreecommitdiff
path: root/e2fsck/pass1.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-23e2fsck: On a 32-bit filesystem, make sure i_file_acl_high is zeroTheodore Ts'o1-0/+4
2008-12-25e2fsck: Fix an unhandled corruption case in scan_extent_node()Theodore Ts'o1-14/+22
2008-12-22e2fsck: Fix double-counting of non-contiguous extent-based inodesTheodore Ts'o1-7/+0
2008-12-08e2fsck: Enhance fragcheck report with file/directory informationTheodore Ts'o1-6/+24
2008-12-08e2fsck: In verbose mode, distinguish between fragmented directories/filesTheodore Ts'o1-4/+12
2008-11-16Fix various signed/unsigned gcc warningsTheodore Ts'o1-2/+2
2008-09-12Fix compiling under diet libcTheodore Ts'o1-0/+2
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-91/+91
2008-08-25Add support for with empty directory blocks in 64k blocksize filesystemsTheodore Ts'o1-7/+11
2008-08-17e2fsck: fix spurious complaints about i_size caused by preallocated blocksTheodore Ts'o1-1/+3
2008-08-17e2fsck: Fix max size calculation for extent filesTheodore Ts'o1-1/+3
2008-08-14e2fsck: Fix ind/dind/tind statistics and add extent depth statisticsTheodore Ts'o1-6/+17
2008-08-12e2fsck: Fix signed/unsigned error in fragcheck report for indirect blocksTheodore Ts'o1-2/+2
2008-08-10e2fsck: Fix check to see if an extent-based file is fragmentedTheodore Ts'o1-2/+25
2008-07-07e2fsck: Fix i_size checking for large extent-based filesEric Sandeen1-4/+12
2008-06-07Fix gcc -Wall warnings in e2fsckTheodore Ts'o1-6/+5
2008-06-02e2fsck: Detect unordered extents in an extent nodeTheodore Ts'o1-4/+7
2008-06-02e2fsck: Wire up callback functions for _alloc_block() and _block_alloc_stats()Theodore Ts'o1-0/+47
2008-05-30e2fsck: Don't double count an extent after deleting the last extentTheodore Ts'o1-1/+5
2008-05-28e2fsck: Don't skip an extent after deleting an invalid extentTheodore Ts'o1-0/+8
2008-04-17e2fsck: Only check PR_1_EXTENT_ENDS_BEYOND for leaf nodesEric Sandeen1-1/+2
2008-04-17Add support for the HUGE_FILE featureTheodore Ts'o1-2/+10
2008-04-01e2fsck: Fix extent flag validity tests in pass1 on big endian boxes.Eric Sandeen1-5/+46
2008-03-24e2fsck: Don't object to extents flags on deleted fast symlinksTheodore Ts'o1-8/+8
2008-03-20Fix ext2fs_extent_get for uninit leaf extentsEric Sandeen1-2/+4
2008-03-13e2fsck: Check for fast symlinks that have EXTENTS_FL setTheodore Ts'o1-0/+8
2008-03-13e2fsck: Support long symlinks which use extentsTheodore Ts'o1-3/+29
2008-03-13Merge branch 'maint'Theodore Ts'o1-1/+24
2008-03-13e2fsck: Fix directory i_size handlingTheodore Ts'o1-1/+24
2008-02-22e2fsck: Account for index nodes in the extent tree for i_blocksTheodore Ts'o1-0/+1
2008-02-18Improve support for in-inode EA'sAndreas Dilger1-8/+27
2008-02-18e2fsck: Add support for extentsTheodore Ts'o1-22/+178
2008-02-18e2fsck: factor out code to clear an inode into e2fsck_clear_inode()Theodore Ts'o1-29/+32
2007-11-01Merge branch 'cl/remove-masix' into nextTheodore Ts'o1-4/+0
2007-11-01e2fsck: remove masix supportColy Li1-4/+0
2007-11-01check_ea_in_inode: Cleanup e2fsck_write_inode_full() callDmitry V. Levin1-1/+1
2007-08-03Merge branch 'maint'Theodore Ts'o1-1/+6
2007-08-03e2fsck: Allow i_size to be rounded up to the size of a VM pageTheodore Ts'o1-1/+6
2007-08-03Add I/O statistics to e2fsckTheodore Ts'o1-2/+2
2007-06-22e2fsck: added sanity check for xattr validationAndreas Dilger1-0/+5
2007-05-22Fix gcc -Wall issues in e2fsck sourcesTheodore Ts'o1-5/+7
2007-05-08Remove check in e2fsck which requires EA's in inodes to be sortedKalpak Shah1-12/+1
2007-04-14Fix e2fsck's check_is_really_dir logicTheodore Ts'o1-5/+2
2007-04-14Improve I/O error messages in e2fsckTheodore Ts'o1-5/+13
2007-04-06Enable e2fsck to use the tdb library for the inode count abstractionTheodore Ts'o1-2/+34
2007-04-04Fix potential reference (and free) to an uninitialized pointer in e2fsckTheodore Ts'o1-1/+1
2007-04-02e2fsck: Recover a special file which looks an awful lot like a directoryTheodore Ts'o1-0/+69
2007-03-31Fix edge case when i_size doesn't get fixed until second e2fsck runTheodore Ts'o1-4/+3
2007-03-28[COVERITY] Fix (error case only) memory leak in e2fsck pass #1Brian Behlendorf1-0/+3
2007-03-28[COVERITY] Fix memory leak when parsing extended options in e2fsckBrian Behlendorf1-4/+5