Whamcloud - gitweb
e2fsck: only complain about no-checksum directory blocks once
[tools/e2fsprogs.git] / e2fsck / pass2.c
2014-12-14 Darrick J. Wonge2fsck: only complain about no-checksum directory block...
2014-12-14 Darrick J. Wonglibext2fs: find inode goal when allocating blocks
2014-11-05 Theodore Ts'oMerge branch 'maint' into next
2014-11-05 Darrick J. Wonge2fsck: fix reporting of unknown htree block inode...
2014-08-25 Darrick J. Wonge2fsck: on BE, re-swap everything after a damaged diren...
2014-08-24 Darrick J. Wongmisc: fix gcc warnings
2014-08-10 Darrick J. Wonge2fsck: don't set prev after processing '..' on an...
2014-08-10 Darrick J. Wonge2fsck: check inline dir size is a multiple of 4
2014-08-10 Darrick J. Wonge2fsck: use the correct block size when salvaging direc...
2014-08-10 Darrick J. Wonge2fsck: don't try to iterate blocks of an inline_data...
2014-08-10 Darrick J. Wongmisc: fix various endianness problems with inline_data
2014-08-03 Darrick J. Wonge2fsck: correctly preserve fs flags when modifying...
2014-08-03 Darrick J. Wonge2fsck: try to salvage corrupt directory entry blocks
2014-07-27 Darrick J. Wonge2fsck: make insert_dirent_tail more robust
2014-07-27 Darrick J. Wonge2fsck: leave room for checksum structure when salvagin...
2014-07-26 Darrick J. Wonge2fsck: insert a missing dirent tail for checksums...
2014-07-26 Theodore Ts'oMerge branch 'maint' into next
2014-07-26 Darrick J. Wonge2fsck: during pass1b delete_file, only free a cluster...
2014-07-26 Darrick J. Wonge2fsck: perform implied cluster allocations when fillin...
2014-07-26 Theodore Ts'oMerge branch 'maint' into next
2014-07-26 Darrick J. Wonglibext2fs: provide a function to set inode size
2014-07-25 Theodore Ts'oMerge branch 'maint' into next
2014-07-25 Darrick J. Wonge2fsck: force all block allocations to use block_found_map
2014-03-14 Darrick J. Wongmisc: cppcheck cleanups
2014-03-04 Zheng Liue2fsck: check inline_data in pass2
2013-12-26 Theodore Ts'oMerge branch 'maint' into next
2013-12-16 Theodore Ts'oClean up sparse warnings
2013-12-12 Theodore Ts'oMerge branch 'maint' into next
2013-12-12 Darrick J. Wonglibext2fs: fix tests that set LARGE_FILE
2013-12-03 Theodore Ts'oMerge branch 'maint' into next
2013-12-03 Theodore Ts'oe2fsck: use dgrp_t for block group numbers
2013-12-03 Theodore Ts'oe2fsck: use problem_t to suppress some -Wconversion...
2013-12-03 Kit Westneate2fsck: use ext2fs_write_dir_block3() instead of ext2fs...
2013-09-10 Theodore Ts'oMerge branch 'maint' into next
2013-07-29 Theodore Ts'oe2fsck: correctly deallocate invalid extent-mapped...
2013-06-08 Jan Karalibext2fs: provide functions to safely access name_len...
2013-05-20 Theodore Ts'oMerge branch 'maint' into next
2013-05-20 Theodore Ts'oe2fsck: fix gcc -Wall nits
2012-08-03 Darrick J. Wonglibext2fs: verify and calculate extended attribute...
2012-08-02 Darrick J. Wonge2fsck: check directory leaf block checksums
2012-08-02 Darrick J. Wonglibext2fs: add checksums to the end of directory leaf...
2012-08-02 Darrick J. Wonge2fsck: verify htree root/node checksums
2011-12-18 Theodore Ts'oe2fsck: use different bitmap types as appropriate
2011-10-17 Theodore Ts'olibext2fs: ext2fs_[set_]file_acl_block needs to check...
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2011-09-16 Eric Sandeene2fsck: Don't store old_op from ehandler_operation...
2011-09-16 Eric Sandeene2fsprogs: Remove impossible name_len tests.
2011-08-31 Aditya Kalie2fsck: add support for checking the built-in quota...
2011-07-09 Andreas Dilgermisc: use EXT2_I_SIZE() consistently to get size
2011-06-11 Andreas Dilgermisc: clean up compiler warnings
2010-06-13 Valerie Aurora Hensone2fsck: Fix up to be 64-bit block number safe
2010-06-07 Theodore Ts'oMerge branch 'maint' into next
2010-05-11 Theodore Ts'oe2fsck: Don't clear inodes if we found inodes that...
2010-01-31 Theodore Ts'oMerge branch 'maint' into next
2009-11-29 Theodore Ts'oe2fsck: Fix block allocation for holes in extent-mapped...
2009-10-26 Valerie Aurora HensonConvert ext2fs_block_alloc_stats() calls to block_alloc...
2009-10-26 Valerie Aurora HensonConvert to use block group accessor functions
2009-10-26 Theodore Ts'olibext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_f...
2009-10-26 Eric Sandeenlibext2fs: clean up ext2fs_bg_flags_ interfaces
2009-09-08 Valerie Aurora HensonConvert uses of super->s_*_blocks_count to ext2fs_...
2009-09-08 Valerie Aurora HensonUse ext2fs_file_acl_block() instead of using .i_file_ac...
2009-09-08 Theodore Ts'oUse accessor functions fields for bg_flags in the block...
2009-08-23 Valerie Aurora Hensone2fsck: Convert e2fsck to new bitmap interface
2009-07-07 Kazuya Mioe2fsck: remove unnecessary continue statement
2009-06-22 Theodore Ts'oFix encoding for rec_len in directories for >= 64k...
2009-06-15 Theodore Ts'oe2fsck: fix miscellaneous memory leaks
2009-05-28 Ken ChenAdd empty function for init_resource_track() and print_...
2009-05-28 Andreas Dilgere2fsck: only restart e2fsck once for inodes in uninit...
2009-04-24 Theodore Ts'oe2fsck: On a 32-bit filesystem, make sure i_file_acl_hi...
2008-11-27 Theodore Ts'oe2fsck: Don't cancel the fsck run after clearing an...
2008-11-16 Theodore Ts'oFix various signed/unsigned gcc warnings
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2008-08-26 Theodore Ts'oAdd support for with empty directory blocks in 64k...
2008-08-25 Andreas Dilgerfix e2fsck error message for bad htree depth
2008-04-17 Theodore Ts'oAdd support for the HUGE_FILE feature
2008-03-20 Jose R. SantosMake e2fsck uninit block group aware
2008-03-14 Theodore Ts'oe2fsck: Support long symlinks which use extents
2008-03-13 Theodore Ts'oMerge branch 'maint'
2008-03-12 Theodore Ts'oe2fsck: Handle a pass 2 "should never happen" error...
2008-02-27 Theodore Ts'oMerge branch 'maint'
2008-02-27 Theodore Ts'oe2fsck: Don't clear the LARGE_FILES feature flag
2008-02-18 Theodore Ts'oe2fsck: factor out code to clear an inode into e2fsck_c...
2007-11-01 Coly Lie2fsck: remove masix support
2007-10-06 Theodore Ts'oMerge branch 'maint'
2007-10-06 Theodore Ts'oe2fsck: update the backup superblocks if the feature...
2007-08-04 Theodore Ts'oAdd I/O statistics to e2fsck
2007-07-10 Kalpak Shahe2fsck: Fix salvage_directory when the last entry's...
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'oImprove I/O error messages in e2fsck
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...
2006-11-15 Theodore Ts'oFix misc. gcc -Wall complaints in the misc and e2fsck...
2006-11-12 Theodore Ts'oAdd directory hashed signed/unsigned hint to superblock
2006-11-11 Theodore Ts'oOn-disk format definition for huge files
2006-10-22 Theodore Ts'oFix potential e2fsck -n crash
2006-03-19 Takashi SatoFix format statements to make e2fsprogs programs 32...
2005-07-04 Theodore Ts'o[BUGFIX]: E2fsck will segfault on disconnected inode...
2005-04-14 Theodore Ts'oUse a centrally stored current time for "now" which
2005-02-05 Theodore Ts'oRemove support for --enable-clear-htree; this was
next