summaryrefslogtreecommitdiff
path: root/e2fsck/pass2.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-11Add directory hashed signed/unsigned hint to superblockTheodore Ts'o1-1/+4
2006-11-11On-disk format definition for huge filesTheodore Ts'o1-4/+11
2006-10-21Fix potential e2fsck -n crashTheodore Ts'o1-1/+2
2006-03-18Fix format statements to make e2fsprogs programs 32-bit cleanTakashi Sato1-2/+2
2005-07-04[BUGFIX]: E2fsck will segfault on disconnected inode with extended attribute(s)Theodore Ts'o1-20/+22
2005-04-14Use a centrally stored current time for "now" which Theodore Ts'o1-1/+1
2005-02-05Remove support for --enable-clear-htree; this wasTheodore Ts'o1-7/+0
2005-01-28pass2.c (e2fsck_process_bad_inode): Fix a corner case involvingTheodore Ts'o1-0/+15
2005-01-27Fixed missing not_fixed branch in e2fsck so that if the frag size field inTheodore Ts'o1-1/+2
2005-01-27Fix e2fsck to not delete symlinks that contain an extended attribute afterTheodore Ts'o1-20/+34
2004-01-30Fix a byte swap bugs, including one which caused e2fsck to Theodore Ts'o1-0/+3
2003-12-28Fix more compiler warnings.Matthias Andree1-0/+1
2003-12-07Fix gcc -Wall nitpicksTheodore Ts'o1-14/+17
2003-08-01ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() Theodore Ts'o1-2/+2
2003-07-06Fixx gcc -Wall nitpicks.Theodore Ts'o1-0/+2
2003-04-19Fix gcc -Wall warnings.Theodore Ts'o1-3/+3
2003-03-14e2fsck/pass2.c (check_dir_block): Check for duplicate filenames withinTheodore Ts'o1-9/+49
2003-03-01Update debugfs and e2fsck to use the blkid library.Theodore Ts'o1-15/+0
2002-12-18pass2.c (strnlen): Provide strnlen if libc doesn't. Theodore Ts'o1-0/+15
2002-11-09Add german translation to the language catalogTheodore Ts'o1-1/+1
2002-10-02Fix endian problems in the htree code for e2fsck and debugfs.Theodore Ts'o1-14/+18
2002-09-30Avoid counting directory entries during a directory salvage.Theodore Ts'o1-26/+79
2002-09-29pass2.c (check_dir_block): Do a more paranoid check when tryingTheodore Ts'o1-1/+6
2002-09-28Add a more sophisticated algorithm to e2fsck to salvage corruptedTheodore Ts'o1-12/+63
2002-08-31Fix a bug which caused e2fsck to fail to correctly check filesystems Theodore Ts'o1-4/+44
2002-08-17Overhaul extended attribute handling. Should now be correct withTheodore Ts'o1-15/+29
2002-07-21Add SIGINT and SIGTERM handling to fsck and e2fsck. For e2fsck,Theodore Ts'o1-3/+7
2002-07-20Add support to e2fsck to reindex directories to use hash trees.Theodore Ts'o1-0/+4
2002-07-15pass2.c (e2fsck_pass2): Use dx_dir->numblocks instead ofTheodore Ts'o1-6/+6
2002-06-26Add support for the half-MD4 HTREE hash.Theodore Ts'o1-3/+4
2002-06-25Add initial support for htree directories.Theodore Ts'o1-2/+254
2002-05-21Fix up Andreas' changeset. Avoid use of dynamic automatic arrays,Theodore Ts'o1-5/+6
2002-05-18Add more complete tests for symlinks: nul termination of long links and lengthAndreas Dilger1-1/+1