summaryrefslogtreecommitdiff
path: root/e2fsck
AgeCommit message (Expand)AuthorFilesLines
2003-03-01Update debugfs and e2fsck to use the blkid library.Theodore Ts'o9-76/+93
2003-01-29Fixed up minor documentation issues (man page for badblocks and usageTheodore Ts'o2-1/+5
2003-01-22pass1.c (check_blocks): Use the EXT2_I_SIZE macro.Theodore Ts'o2-1/+5
2002-12-18pass2.c (strnlen): Provide strnlen if libc doesn't. Theodore Ts'o2-0/+19
2003-01-02Detect if there is an attempt to run the journal twice, and Theodore Ts'o3-0/+19
2003-01-02Print an error if more than one of the -p/-a, -n or -y options Theodore Ts'o2-3/+14
2002-12-11Fix typo (errant extra character).Theodore Ts'o1-1/+1
2002-11-13Update to deal with the fact that the INDEX_FL code in the ext2 2.4Theodore Ts'o2-10/+16
2002-11-09Update files for 1.32 release.Theodore Ts'o1-0/+4
2002-11-09Add german translation to the language catalogTheodore Ts'o1-1/+1
2002-11-08Update files for 1.31 release.Theodore Ts'o1-0/+4
2002-11-08unix.c (main): Fix a bug where e2fsck could erroneously mark aTheodore Ts'o2-12/+18
2002-11-08unix.c (PRS), journal.c: Set the default level of journalTheodore Ts'o3-1/+13
2002-11-08Change e2fsck to force out changes to the backup copies of theTheodore Ts'o4-0/+14
2002-11-07e2fsck.h, unix.c (main, check_mount): Fix e2fsck so that itTheodore Ts'o3-9/+15
2002-11-01Update files for 1.30 release.Theodore Ts'o1-0/+4
2002-10-31unix.c (usage), e2fsck.8.in: Add the -D option to the usage andTheodore Ts'o1-1/+1
2002-10-31unix.c (usage), e2fsck.8.in: Add the -D option to the usage andTheodore Ts'o2-1/+4
2002-10-31pass1.c (e2fsck_pass1): Check the superblock write time to seeTheodore Ts'o2-1/+11
2002-10-31Makefile.in (install): Search all compression extensions whenTheodore Ts'o2-1/+6
2002-10-30Add support for the meta_bg feature flag to the resize2fs program.Theodore Ts'o2-2/+12
2002-10-20Add support for the meta_blockgroup filesystem format. (Missing changelog)Theodore Ts'o1-0/+5
2002-10-20Add support for the meta_blockgroup filesystem format.Theodore Ts'o1-7/+25
2002-10-13Fix gcc -Wall nits.Theodore Ts'o6-6/+17
2002-10-11Fix bug in e2fsck and mklost+found; the lost+found directory should Theodore Ts'o2-1/+6
2002-10-03Handle BAD_BLOCK_IN_INODE_TABLE even at the beginning of theTheodore Ts'o2-45/+35
2002-10-02Fix endian problems in the htree code for e2fsck and debugfs.Theodore Ts'o3-14/+61
2002-09-30Avoid counting directory entries during a directory salvage.Theodore Ts'o5-26/+129
2002-09-29pass2.c (check_dir_block): Do a more paranoid check when tryingTheodore Ts'o2-1/+12
2002-09-29rehash.c (e2fsck_rehash_dir): Apply patch from Christopher LiTheodore Ts'o2-11/+12
2002-09-28Add a more sophisticated algorithm to e2fsck to salvage corruptedTheodore Ts'o4-19/+90
2002-09-24Update for 1.29 release.Theodore Ts'o1-0/+4
2002-09-06rehash.c (copy_dir_entries): Fix bug which caused corruptedTheodore Ts'o2-0/+7
2002-08-31Update changelogs for 1.28 releaseTheodore Ts'o1-0/+4
2002-08-31Update for 1.28 release.Theodore Ts'o1-1/+12
2002-08-31ehandler.c (e2fsck_handle_read_error): If the user asks toTheodore Ts'o2-1/+11
2002-08-31Fix a bug which caused e2fsck to fail to correctly check filesystems Theodore Ts'o4-4/+66
2002-08-21problem.c: Fix PR_1_RELOC_BLOCK_ALLOCATE message to explain thatTheodore Ts'o2-1/+7
2002-08-17Update and clarify man pages (addresses Debian Bug #145044).Theodore Ts'o3-2/+17
2002-08-17Overhaul extended attribute handling. Should now be correct withTheodore Ts'o13-104/+324
2002-08-14Clear dtime field on truncated orphan inodes.Stephen Tweedie1-0/+2
2002-08-01Change e2fsck to use a red/black tree in pass1b, to remove O(n**2) Theodore Ts'o5-224/+1897
2002-07-25Add e2fsck -D option which optimizes/compresses directories. Theodore Ts'o9-214/+384
2002-07-24util.c (ask_yn, read_a_char): Note when the user has typed ^C,Theodore Ts'o2-5/+45
2002-07-23pass1.c (e2fsck_pass1): If e2fsck is run with -n, don't createTheodore Ts'o2-1/+8
2002-07-21Add SIGINT and SIGTERM handling to fsck and e2fsck. For e2fsck,Theodore Ts'o7-16/+63
2002-07-20Add support to e2fsck to reindex directories to use hash trees.Theodore Ts'o11-23/+732
2002-07-15pass2.c (e2fsck_pass2): Use dx_dir->numblocks instead ofTheodore Ts'o2-6/+11
2002-06-26Add support for the half-MD4 HTREE hash.Theodore Ts'o5-30/+143
2002-06-25Add initial support for htree directories.Theodore Ts'o11-10/+583