Whamcloud - gitweb
Merge branch 'maint' into next
[tools/e2fsprogs.git] / e2fsck /
2008-03-18 Theodore Ts'oFix miscellaneous gcc -Wall warnings
2008-03-15 Andreas DilgerAdd support for the DIR_NLINK feature.
2008-03-14 Theodore Ts'oe2fsck: Check for fast symlinks that have EXTENTS_FL set
2008-03-14 Theodore Ts'oe2fsck: Support long symlinks which use extents
2008-03-13 Theodore Ts'oMerge branch 'maint'
2008-03-13 Theodore Ts'oe2fsck: Use "Clear Htree" instead of "Clear" when the...
2008-03-13 Theodore Ts'oe2fsck: Fix directory i_size handling
2008-03-12 Theodore Ts'oe2fsck: Handle a pass 2 "should never happen" error...
2008-03-12 Theodore Ts'oe2fsck: Fix obvious typo in an "internal error" message
2008-02-29 Theodore Ts'oMerge branch 'maint'
2008-02-29 Mike FrysingerFix makefile dependency issues for various install...
2008-02-27 Theodore Ts'oMerge branch 'maint'
2008-02-27 Theodore Ts'oe2fsck: Print an explicit message when the bad block...
2008-02-27 Theodore Ts'oe2fsck: Don't clear the LARGE_FILES feature flag
2008-02-27 Theodore Ts'oEnhance e2fsck's reporting for reporting unsupported...
2008-02-26 Theodore Ts'oe2fsck: Document that the -D option finds duplicate...
2008-02-22 Theodore Ts'oe2fsck: Account for index nodes in the extent tree...
2008-02-19 Andreas DilgerImprove support for in-inode EA's
2008-02-19 Theodore Ts'oe2fsck: Add support for extents
2008-02-18 Theodore Ts'oe2fsck: factor out code to clear an inode into e2fsck_c...
2008-02-10 Theodore Ts'oMerge branch 'maint' into next
2008-01-31 Theodore Ts'oFix bug in e2fsck which caused it to core dump if ...
2008-01-28 Theodore Ts'oMerge branch 'maint' into next
2008-01-27 Theodore Ts'oDon't build e2fsck statically by default anymore
2008-01-27 Theodore Ts'oIgnore "safe" flag differences when e2fsck compares...
2008-01-01 Theodore Ts'oMerge branch 'maint' into next
2008-01-01 Theodore Ts'oe2fsck: When optimizing non-htree directories, sort...
2008-01-01 Theodore Ts'oExpand discussion of the -D option in e2fsck's man...
2007-12-27 Theodore Ts'oConvert use of ext2fs_get_mem to ext2fs_get_array for...
2007-12-09 Theodore Ts'oMerge branch 'maint' into next
2007-12-06 Theodore Ts'oAdd Ubuntu-specific e2fsck.conf file to work around...
2007-11-04 Theodore Ts'oMerge basic FLEX_BG support
2007-11-04 Jose R. SantosRelax group descriptor checking for FLEX_BG
2007-11-01 Theodore Ts'oMerge branch 'cl/remove-masix' into next
2007-11-01 Coly Lie2fsck: remove masix support
2007-11-01 Dmitry V. Levincheck_ea_in_inode: Cleanup e2fsck_write_inode_full...
2007-10-15 Valerie Clementlibext2fs: cleanup usage of unsigned int or __u32 and...
2007-10-06 Theodore Ts'oMerge branch 'maint'
2007-10-06 Theodore Ts'oe2fsck: backup superblocks if key constants have changed
2007-10-06 Theodore Ts'oe2fsck: update the backup superblocks if the feature...
2007-09-23 Theodore Ts'oe2fsck: Don't mark the filesystem invalid because of...
2007-09-23 Theodore Ts'oWork around lame Ubuntu init scripts / installer bugs
2007-09-07 Theodore Ts'oe2fsck: If the superblock is corrupt, automatically...
2007-08-21 Theodore Ts'oMerge branch 'maint'
2007-08-21 Theodore Ts'oUse sscanf instead of atoi when parsing e2fsck options
2007-08-11 Theodore Ts'oClean up applications to not use EXT2FS_ENABLE_SWAPFS...
2007-08-11 Theodore Ts'oRemove e2fsck's -s and -S options to byte-swap ancient...
2007-08-04 Theodore Ts'oMerge branch 'maint'
2007-08-04 Theodore Ts'oe2fsck: Allow i_size to be rounded up to the size of...
2007-08-04 Theodore Ts'oAdd I/O statistics to e2fsck
2007-07-23 Theodore Ts'olibext2fs: 32-bit bitmap refactorization, part 3
2007-07-11 Theodore Ts'oFix e2fsck segfault on very badly damaged filesystems
2007-07-10 Kalpak Shahe2fsck: Fix salvage_directory when the last entry's...
2007-07-08 Theodore Ts'oRemove Changelog files since they're not used after...
2007-07-04 Theodore Ts'oAdd new function: profile_set_default()
2007-07-04 Theodore Ts'oAdd PROFILE_FILE_NO_RELOAD flag which is used by profil...
2007-07-02 Theodore Ts'oe2fsck: Detect recursive loops in @-expansions
2007-06-24 Theodore Ts'oUpdate Release Notes, Changelogs, version.h, etc. for...
2007-06-22 Andreas Dilgere2fsck: added sanity check for xattr validation
2007-06-21 Theodore Ts'oFix gcc -Wall bug in e2fsck
2007-06-21 Theodore Ts'oe2fsck: Check the all of journal blocks for validity
2007-06-21 Kalpak ShahWrite the updated journal inode if s_jnl_blocks was...
2007-06-21 Kalpak ShahRecreate journal that had been removed previously due...
2007-06-18 Theodore Ts'oDon't write changes to the backup superblocks by default
2007-06-04 Theodore Ts'oFix e2fsck's get_size logic so it will work with the...
2007-05-31 Daniel Drakee2fsck: Add blocksize sanity check when finding a backu...
2007-05-31 Brian Behlendorf[COVERITY] Free potential null dereference bug in e2fsck
2007-05-25 Andreas DilgerFix gcc -Wall warnings, especially on 64-bit systems
2007-05-23 Theodore Ts'oFix gcc -Wall issues in e2fsck sources
2007-05-23 Theodore Ts'oAdd new function profile_get_uint() in the e2fsck sources
2007-05-08 Kalpak ShahRemove check in e2fsck which requires EA's in inodes...
2007-05-08 Eric SandeenFix mke2fs and debugfs to support large (> 16 bit)...
2007-04-20 Jim Garlicke2fsck: Count the root directory as found if it has...
2007-04-19 Theodore Ts'oFix minor typo in e2fsck.conf.5.in man page
2007-04-19 Theodore Ts'oRemove unused variable in e2fsck/pass2.c:check_dir_block()
2007-04-14 Bryn M. ReevesCorrect byteswapping for fast symlinks with xattrs
2007-04-14 Theodore Ts'oFix e2fsck's check_is_really_dir logic
2007-04-14 Theodore Ts'oImprove I/O error messages in e2fsck
2007-04-11 Jim Garlicke2fsck: pass1c terminates early if hard links
2007-04-07 Theodore Ts'oUpdate the e2fsck.conf(5) man page to document the...
2007-04-07 Theodore Ts'oFix memory leaks from using the tdb library
2007-04-06 Theodore Ts'oEnable e2fsck to use the tdb library to store the dirin...
2007-04-06 Theodore Ts'oEnable e2fsck to use the tdb library for the inode...
2007-04-05 Theodore Ts'oRework e2fsck's dirinfo abstraction to be more friendly...
2007-04-05 Theodore Ts'oFix potential reference (and free) to an uninitialized...
2007-04-02 Theodore Ts'oe2fsck: Recover a special file which looks an awful...
2007-03-31 Theodore Ts'oe2fsck: Add support for %It in problem description...
2007-03-31 Theodore Ts'oFix e2fsck to set the filetype of '..' when connecting...
2007-03-31 Theodore Ts'oFix edge case when i_size doesn't get fixed until secon...
2007-03-29 Brian Behlendorf[COVERITY] Fix (error case only) memory leak in e2fsck_...
2007-03-28 Brian Behlendorf[COVERITY] Fix (error case only) memory leak in e2fsck...
2007-03-28 Brian Behlendorf[COVERITY] Fix (error case only) memory leak in e2fsck -S
2007-03-28 Brian Behlendorf[COVERITY] Fix (error case only) memory leak in e2fsck...
2007-03-28 Brian Behlendorf[COVERITY] Fix (error case only) memory leak in e2fsck...
2007-03-28 Brian Behlendorf[COVERITY] Fix memory leak when parsing extended option...
2007-03-28 Brian Behlendorf[COVERITY] Fix memory leak when parsing extended option...
2007-03-21 Brian Behlendorf[COVERITY] Fix memory leak in profile library
2007-03-19 Brian Behlendorf[COVERITY] Add missing NULL check to e2fsck_get_dir_info()
2007-03-19 Brian Behlendorf[COVERITY] Check for NULL return from dict_lookup(...
2007-03-19 Brian Behlendorf[COVERITY] Fix segfault bug if the profile directory...
next