summaryrefslogtreecommitdiff
path: root/e2fsck/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2007-07-08Remove Changelog files since they're not used after the git migrationTheodore Ts'o1-4280/+0
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 Dilger1-0/+10
2007-06-18Don't write changes to the backup superblocks by defaultTheodore Ts'o1-0/+7
2007-06-04Fix e2fsck's get_size logic so it will work with the Linux floppy driverTheodore Ts'o1-0/+10
2007-05-31e2fsck: Add blocksize sanity check when finding a backup superblockDaniel Drake1-0/+3
2007-05-31[COVERITY] Free potential null dereference bug in e2fsckBrian Behlendorf1-0/+5
2007-05-25Fix gcc -Wall warnings, especially on 64-bit systemsAndreas Dilger1-0/+3
2007-05-22Fix gcc -Wall issues in e2fsck sourcesTheodore Ts'o1-0/+14
2007-05-22Add new function profile_get_uint() in the e2fsck sourcesTheodore Ts'o1-0/+5
2007-05-08Remove check in e2fsck which requires EA's in inodes to be sortedKalpak Shah1-0/+5
2007-05-08Fix mke2fs and debugfs to support large (> 16 bit) uid's and gid'sEric Sandeen1-0/+5
2007-04-18Fix minor typo in e2fsck.conf.5.in man pageTheodore Ts'o1-0/+4
2007-04-14Correct byteswapping for fast symlinks with xattrsBryn M. Reeves1-0/+6
2007-04-14Fix e2fsck's check_is_really_dir logicTheodore Ts'o1-0/+8
2007-04-14Improve I/O error messages in e2fsckTheodore Ts'o1-0/+6
2007-04-10e2fsck: pass1c terminates early if hard linksJim Garlick1-0/+8
2007-04-06Update the e2fsck.conf(5) man page to document the [scratch_files] sectionTheodore Ts'o1-0/+3
2007-04-06Enable e2fsck to use the tdb library to store the dirinfo abstractionTheodore Ts'o1-0/+7
2007-04-06Enable e2fsck to use the tdb library for the inode count abstractionTheodore Ts'o1-0/+9
2007-04-04Rework e2fsck's dirinfo abstraction to be more friendly for databasesTheodore Ts'o1-0/+7
2007-04-04Fix potential reference (and free) to an uninitialized pointer in e2fsckTheodore Ts'o1-0/+6
2007-04-02e2fsck: Recover a special file which looks an awful lot like a directoryTheodore Ts'o1-0/+10
2007-03-31e2fsck: Add support for %It in problem description messagesTheodore Ts'o1-0/+3
2007-03-31Fix e2fsck to set the filetype of '..' when connecting a dir, to lost+foundTheodore Ts'o1-0/+3
2007-03-31Fix edge case when i_size doesn't get fixed until second e2fsck runTheodore Ts'o1-0/+10
2007-03-29[COVERITY] Fix (error case only) memory leak in e2fsck_get_journalBrian Behlendorf1-0/+1
2007-03-28[COVERITY] Fix (error case only) memory leak in e2fsck pass #4Brian Behlendorf1-1/+1
2007-03-28[COVERITY] Fix (error case only) memory leak in e2fsck -SBrian Behlendorf1-1/+2
2007-03-28[COVERITY] Fix (error case only) memory leak in e2fsck pass #5Brian Behlendorf1-1/+2
2007-03-28[COVERITY] Fix (error case only) memory leak in e2fsck pass #1Brian Behlendorf1-2/+2
2007-03-28[COVERITY] Fix memory leak when parsing extended options in e2fsckBrian Behlendorf1-1/+2
2007-03-28[COVERITY] Fix memory leak when parsing extended options in e2fsckBrian Behlendorf1-0/+4
2007-03-21[COVERITY] Fix memory leak in profile libraryBrian Behlendorf1-0/+5
2007-03-19[COVERITY] Add missing NULL check to e2fsck_get_dir_info()Brian Behlendorf1-0/+6
2007-03-19[COVERITY] Check for NULL return from dict_lookup() in e2fsckBrian Behlendorf1-0/+4
2007-03-19[COVERITY] Fix segfault bug if the profile directory is emptyBrian Behlendorf1-0/+6
2006-12-26Use the newer add/remove_error_table com_err interfacesTheodore Ts'o1-0/+5
2006-11-14Fix misc. gcc -Wall complaints in the misc and e2fsck directoriesTheodore Ts'o1-0/+13
2006-11-11Add directory hashed signed/unsigned hint to superblockTheodore Ts'o1-0/+11
2006-11-11On-disk format definition for huge filesTheodore Ts'o1-0/+8
2006-11-08Fix e2fsck and mke2fs -c to be pass the last _block change to badblocksTheodore Ts'o1-0/+6
2006-10-21Fix potential e2fsck -n crashTheodore Ts'o1-0/+8
2006-10-02Minor correction to e2fsck.conf man pageTheodore Ts'o1-0/+5
2006-10-01Fix Debian FTBFS problem caused by devmapper library using pthreadsTheodore Ts'o1-0/+5
2006-09-12Fix more rounding overflows for filesystems that have 2**32-1 blocksEric Sandeen1-0/+4
2006-09-12Add checks to make sure inode counts don't overflow a 32-bit valueEric Sandeen1-0/+4
2006-09-12Create new ext2fs library inlines: ext2fs_group_{first,last}_block()Eric Sandeen1-0/+6
2006-09-12Fix signed vs unsigned printf format strings for block and inode numbersEric Sandeen1-0/+7
2006-09-12Remove unused variablesEric Sandeen1-0/+4