Whamcloud - gitweb
mke2fs: Fix several typos in the man page.
[tools/e2fsprogs.git] / e2fsck /
2008-08-14 Theodore Ts'oe2fsck: Fix ind/dind/tind statistics and add extent...
2008-08-13 Theodore Ts'oe2fsck: Fix signed/unsigned error in fragcheck report...
2008-08-11 Theodore Ts'oe2fsck: Fix check to see if an extent-based file is...
2008-07-19 Theodore Ts'oFix cross compilation issues in e2fsck/gen_crc32table
2008-07-13 Theodore Ts'oe2fsck: Set LD_LIBRARY_PATH before running "make check...
2008-07-13 Theodore Ts'oDefine _XOPEN_SOURCE to 600 consistently for Solaris...
2008-07-13 Theodore Ts'oOnly use __builtin_expect if __GNUC__ > 3
2008-07-13 Theodore Ts'oe2fsck: Change kmem_cache_t to lkmem_cache_t for Solaris
2008-07-07 Eric Sandeene2fsck: Fix i_size checking for large extent-based...
2008-06-19 Theodore Ts'oFix "make check" in e2fsck subdirectory to use the...
2008-06-18 Theodore Ts'oAdd a reference to e2fsck.conf(5) to the e2fsck man...
2008-06-07 Theodore Ts'oe2fsck: Add better explanatory message when s_lastcheck...
2008-06-07 Theodore Ts'oFix gcc -Wall warnings in e2fsck
2008-06-07 Theodore Ts'oe2fsck: Add support to check journal checksums
2008-06-07 Theodore Ts'oAdd CRC32 (big-endian) routine for use by journal checksums
2008-06-03 Theodore Ts'oe2fsck: Detect unordered extents in an extent node
2008-06-02 Theodore Ts'oe2fsck: Wire up callback functions for _alloc_block...
2008-05-30 Theodore Ts'oe2fsck: Don't double count an extent after deleting...
2008-05-28 Theodore Ts'oe2fsck: Don't skip an extent after deleting an invalid...
2008-05-21 Theodore Ts'oMerge branch 'maint'
2008-05-20 Theodore Ts'oe2fsck: Fix potential data corruptor bug in journal...
2008-05-14 Theodore Ts'oInstall {mkfs,fsck}.{ext4,ext4dev} binary and man pages
2008-04-21 Theodore Ts'oRemove LAZY_BG feature
2008-04-20 Theodore Ts'oe2fsck: Fix pass5 handling of meta_bg and uninit_bg...
2008-04-18 Theodore Ts'oRename the feature uninit_groups to uninit_bg
2008-04-17 Eric Sandeene2fsck: Only check PR_1_EXTENT_ENDS_BEYOND for leaf...
2008-04-17 Theodore Ts'oAdd support for the HUGE_FILE feature
2008-04-07 Theodore Ts'oMerge branch 'maint'
2008-04-07 Matthias Koenige2fsck: avoid double free of ctx->filesystem_name
2008-04-06 Eric SandeenFix a couple of implicit function declarations
2008-04-01 Eric Sandeene2fsck: Fix extent flag validity tests in pass1 on...
2008-03-31 Theodore Ts'oFix trailing whitespace in e2fsck/problem.[ch]
2008-03-31 Andreas Dilgere2fsck: Add check to enforce a valid block bitmap in...
2008-03-31 Andreas Dilgerext2fs_set_gdt_csum(): Return an error code on errors...
2008-03-30 Theodore Ts'oMerge branch 'maint'
2008-03-29 Theodore Ts'oe2fsck: Avoid core dump when using the -N option
2008-03-26 Theodore Ts'oe2fsck: Include the device name in the progress information
2008-03-26 Theodore Ts'oe2fsck: Support a negative argument to -C to suppress...
2008-03-24 Theodore Ts'oe2fsck: Don't object to extents flags on deleted fast...
2008-03-20 Eric SandeenFix ext2fs_extent_get for uninit leaf extents
2008-03-20 Jose R. SantosMake e2fsck uninit block group aware
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
next