summaryrefslogtreecommitdiff
path: root/e2fsck/pass2.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-16libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o1-15/+15
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o1-0/+1
2011-09-16e2fsck: Don't store old_op from ehandler_operation if we don't restore it.Eric Sandeen1-2/+1
2011-09-16e2fsprogs: Remove impossible name_len tests.Eric Sandeen1-6/+0
2011-08-31e2fsck: add support for checking the built-in quota filesAditya Kali1-3/+13
2011-07-08misc: use EXT2_I_SIZE() consistently to get sizeAndreas Dilger1-2/+1
2011-06-11misc: clean up compiler warningsAndreas Dilger1-1/+2
2010-06-13e2fsck: Fix up to be 64-bit block number safeValerie Aurora Henson1-20/+20
2010-06-07Merge branch 'maint' into nextTheodore Ts'o1-6/+11
2010-05-11e2fsck: Don't clear inodes if we found inodes that are in the unused regionTheodore Ts'o1-6/+11
2010-01-31Merge branch 'maint' into nextTheodore Ts'o1-28/+2
2009-11-29e2fsck: Fix block allocation for holes in extent-mapped directoriesTheodore Ts'o1-28/+2
2009-10-25Convert ext2fs_block_alloc_stats() calls to block_alloc_stats2()Valerie Aurora Henson1-3/+5
2009-10-25Convert to use block group accessor functionsValerie Aurora Henson1-2/+2
2009-10-25libext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_flags_test()Theodore Ts'o1-1/+1
2009-10-25libext2fs: clean up ext2fs_bg_flags_ interfacesEric Sandeen1-1/+1
2009-09-07Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson1-2/+2
2009-09-07Use ext2fs_file_acl_block() instead of using .i_file_acl directlyValerie Aurora Henson1-12/+12
2009-09-07Use accessor functions fields for bg_flags in the block group descriptorsTheodore Ts'o1-3/+3
2009-08-22e2fsck: Convert e2fsck to new bitmap interfaceValerie Aurora Henson1-15/+15
2009-07-06e2fsck: remove unnecessary continue statementKazuya Mio1-2/+0
2009-06-21Fix encoding for rec_len in directories for >= 64k blocksize file systemsTheodore Ts'o1-20/+22
2009-06-15e2fsck: fix miscellaneous memory leaksTheodore Ts'o1-0/+1
2009-05-28Add empty function for init_resource_track() and print_resource_track()Ken Chen1-9/+1
2009-05-28e2fsck: only restart e2fsck once for inodes in uninit rangeAndreas Dilger1-4/+10
2009-04-23e2fsck: On a 32-bit filesystem, make sure i_file_acl_high is zeroTheodore Ts'o1-0/+11
2008-11-26e2fsck: Don't cancel the fsck run after clearing an errant INODE_UNINIT flagTheodore Ts'o1-10/+8
2008-11-16Fix various signed/unsigned gcc warningsTheodore Ts'o1-2/+2
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-51/+51
2008-08-25Add support for with empty directory blocks in 64k blocksize filesystemsTheodore Ts'o1-22/+38
2008-08-24fix e2fsck error message for bad htree depthAndreas Dilger1-0/+1
2008-04-17Add support for the HUGE_FILE featureTheodore Ts'o1-1/+1
2008-03-20Make e2fsck uninit block group awareJose R. Santos1-9/+68
2008-03-13e2fsck: Support long symlinks which use extentsTheodore Ts'o1-1/+1
2008-03-13Merge branch 'maint'Theodore Ts'o1-2/+9
2008-03-12e2fsck: Handle a pass 2 "should never happen" error gracefullyTheodore Ts'o1-2/+9
2008-02-27Merge branch 'maint'Theodore Ts'o1-9/+0
2008-02-27e2fsck: Don't clear the LARGE_FILES feature flagTheodore Ts'o1-9/+0
2008-02-18e2fsck: factor out code to clear an inode into e2fsck_clear_inode()Theodore Ts'o1-8/+1
2007-11-01e2fsck: remove masix supportColy Li1-4/+0
2007-10-06Merge branch 'maint'Theodore Ts'o1-0/+2
2007-10-06e2fsck: update the backup superblocks if the feature bitmasks are changedTheodore Ts'o1-0/+2
2007-08-03Add I/O statistics to e2fsckTheodore Ts'o1-2/+2
2007-07-10e2fsck: Fix salvage_directory when the last entry's rec_len is too bigKalpak Shah1-4/+5
2007-04-18Remove unused variable in e2fsck/pass2.c:check_dir_block()Theodore Ts'o1-1/+0
2007-04-14Correct byteswapping for fast symlinks with xattrsBryn M. Reeves1-16/+0
2007-04-14Improve I/O error messages in e2fsckTheodore Ts'o1-0/+3
2007-04-06Enable e2fsck to use the tdb library for the inode count abstractionTheodore Ts'o1-1/+7
2007-04-04Rework e2fsck's dirinfo abstraction to be more friendly for databasesTheodore Ts'o1-19/+21
2006-11-14Fix misc. gcc -Wall complaints in the misc and e2fsck directoriesTheodore Ts'o1-2/+2