summaryrefslogtreecommitdiff
path: root/e2fsck/rehash.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-29e2fsck: Don't rehash directories which can fit in a single directory blockTheodore Ts'o1-0/+12
2009-11-16e2fsck: Fix duplicate directory entries for non-indexed directoriesTheodore Ts'o1-6/+6
2009-06-21Fix encoding for rec_len in directories for >= 64k blocksize file systemsTheodore Ts'o1-13/+24
2009-05-28Add empty function for init_resource_track() and print_resource_track()Ken Chen1-9/+1
2009-03-08remove useless if-before-free testsJim Meyering1-8/+4
2008-12-25e2fsck: When repacking directories, leave slack space for more efficiencyTheodore Ts'o1-4/+18
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-25/+25
2008-08-25Add support for with empty directory blocks in 64k blocksize filesystemsTheodore Ts'o1-6/+8
2008-04-17Add support for the HUGE_FILE featureTheodore Ts'o1-1/+1
2008-01-01Merge branch 'maint' into nextTheodore Ts'o1-1/+12
2008-01-01e2fsck: When optimizing non-htree directories, sort by inode numberTheodore Ts'o1-1/+12
2007-08-03Add I/O statistics to e2fsckTheodore Ts'o1-2/+2
2007-04-04Rework e2fsck's dirinfo abstraction to be more friendly for databasesTheodore Ts'o1-4/+8
2006-11-11Add directory hashed signed/unsigned hint to superblockTheodore Ts'o1-4/+13
2003-12-07Fix gcc -Wall nitpicksTheodore Ts'o1-5/+5
2003-04-19Fix gcc -Wall warnings.Theodore Ts'o1-0/+2
2003-04-17e2fsck/rehash.c (name_cmp): Sort the deleted inodes to the end Theodore Ts'o1-1/+1
2003-03-15rehash.c (e2fsck_rehash_dir): If user specified the -n option,Theodore Ts'o1-3/+13
2003-03-15Don't display progress bar when rebuilding directories unless Theodore Ts'o1-2/+3
2003-03-14Change e2fsck to detect and offer to delete or rename duplicate Theodore Ts'o1-24/+161
2002-09-29rehash.c (e2fsck_rehash_dir): Apply patch from Christopher LiTheodore Ts'o1-11/+5
2002-09-28Add a more sophisticated algorithm to e2fsck to salvage corruptedTheodore Ts'o1-2/+4
2002-09-06rehash.c (copy_dir_entries): Fix bug which caused corruptedTheodore Ts'o1-0/+1
2002-07-25Add e2fsck -D option which optimizes/compresses directories. Theodore Ts'o1-169/+284
2002-07-20Add support to e2fsck to reindex directories to use hash trees.Theodore Ts'o1-0/+578