summaryrefslogtreecommitdiff
path: root/e2fsck
AgeCommit message (Expand)AuthorFilesLines
2008-01-01Expand discussion of the -D option in e2fsck's man pageTheodore Ts'o1-0/+13
2007-12-27Convert use of ext2fs_get_mem to ext2fs_get_array for overflow detectionTheodore Ts'o1-1/+1
2007-12-05Add Ubuntu-specific e2fsck.conf file to work around Ubuntu issuesTheodore Ts'o1-0/+2
2007-10-06e2fsck: backup superblocks if key constants have changedTheodore Ts'o3-0/+65
2007-10-06e2fsck: update the backup superblocks if the feature bitmasks are changedTheodore Ts'o4-1/+7
2007-09-23e2fsck: Don't mark the filesystem invalid because of time errorsTheodore Ts'o1-2/+2
2007-09-22Work around lame Ubuntu init scripts / installer bugsTheodore Ts'o4-4/+44
2007-09-07e2fsck: If the superblock is corrupt, automatically retry with the backup sbTheodore Ts'o1-3/+8
2007-08-20Use sscanf instead of atoi when parsing e2fsck optionsTheodore Ts'o1-6/+31
2007-08-03e2fsck: Allow i_size to be rounded up to the size of a VM pageTheodore Ts'o4-3/+24
2007-07-11Fix e2fsck segfault on very badly damaged filesystemsTheodore Ts'o1-1/+1
2007-07-10e2fsck: Fix salvage_directory when the last entry's rec_len is too bigKalpak Shah1-4/+5
2007-07-08Remove Changelog files since they're not used after the git migrationTheodore Ts'o1-4280/+0
2007-07-04Add new function: profile_set_default()Theodore Ts'o2-5/+93
2007-07-04Add PROFILE_FILE_NO_RELOAD flag which is used by profile_update_file()Theodore Ts'o1-0/+4
2007-07-02e2fsck: Detect recursive loops in @-expansionsTheodore Ts'o3-7/+9
2007-06-24Update Release Notes, Changelogs, version.h, etc. for 1.40 releaseTheodore Ts'o1-0/+4
2007-06-22e2fsck: added sanity check for xattr validationAndreas Dilger2-0/+15
2007-06-21Fix gcc -Wall bug in e2fsckTheodore Ts'o1-1/+0
2007-06-21e2fsck: Check the all of journal blocks for validityTheodore Ts'o1-16/+42
2007-06-21Write the updated journal inode if s_jnl_blocks was successfully usedKalpak Shah1-0/+7
2007-06-21Recreate journal that had been removed previously due to corruptionKalpak Shah4-1/+53
2007-06-18Don't write changes to the backup superblocks by defaultTheodore Ts'o3-9/+20
2007-06-04Fix e2fsck's get_size logic so it will work with the Linux floppy driverTheodore Ts'o4-27/+52
2007-05-31e2fsck: Add blocksize sanity check when finding a backup superblockDaniel Drake2-1/+5
2007-05-31[COVERITY] Free potential null dereference bug in e2fsckBrian Behlendorf2-3/+7
2007-05-25Fix gcc -Wall warnings, especially on 64-bit systemsAndreas Dilger2-5/+8
2007-05-22Fix gcc -Wall issues in e2fsck sourcesTheodore Ts'o3-13/+30
2007-05-22Add new function profile_get_uint() in the e2fsck sourcesTheodore Ts'o3-0/+51
2007-05-08Remove check in e2fsck which requires EA's in inodes to be sortedKalpak Shah2-12/+6
2007-05-08Fix mke2fs and debugfs to support large (> 16 bit) uid's and gid'sEric Sandeen2-4/+7
2007-04-20e2fsck: Count the root directory as found if it has shared blocks in pass1cJim Garlick1-2/+8
2007-04-18Fix minor typo in e2fsck.conf.5.in man pageTheodore Ts'o2-1/+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. Reeves2-16/+6
2007-04-14Fix e2fsck's check_is_really_dir logicTheodore Ts'o2-5/+10
2007-04-14Improve I/O error messages in e2fsckTheodore Ts'o4-11/+30
2007-04-10e2fsck: pass1c terminates early if hard linksJim Garlick2-2/+12
2007-04-06Update the e2fsck.conf(5) man page to document the [scratch_files] sectionTheodore Ts'o2-0/+31
2007-04-06Fix memory leaks from using the tdb libraryTheodore Ts'o1-3/+9
2007-04-06Enable e2fsck to use the tdb library to store the dirinfo abstractionTheodore Ts'o2-25/+169
2007-04-06Enable e2fsck to use the tdb library for the inode count abstractionTheodore Ts'o4-3/+52
2007-04-04Rework e2fsck's dirinfo abstraction to be more friendly for databasesTheodore Ts'o6-125/+304
2007-04-04Fix potential reference (and free) to an uninitialized pointer in e2fsckTheodore Ts'o2-1/+7
2007-04-02e2fsck: Recover a special file which looks an awful lot like a directoryTheodore Ts'o4-0/+87
2007-03-31e2fsck: Add support for %It in problem description messagesTheodore Ts'o2-0/+23
2007-03-31Fix e2fsck to set the filetype of '..' when connecting a dir, to lost+foundTheodore Ts'o2-0/+9
2007-03-31Fix edge case when i_size doesn't get fixed until second e2fsck runTheodore Ts'o2-4/+13
2007-03-29[COVERITY] Fix (error case only) memory leak in e2fsck_get_journalBrian Behlendorf2-14/+17
2007-03-28[COVERITY] Fix (error case only) memory leak in e2fsck pass #4Brian Behlendorf2-3/+4