Whamcloud - gitweb
e2fsck: check the checksum seed feature flag is set correctly
[tools/e2fsprogs.git] / e2fsck / pass2.c
2015-11-30 Theodore Ts'oMerge branch 'maint' into next
2015-11-16 Andreas Dilgere2fsck: skip quota update when interrupted
2015-10-24 Darrick J. Wonge2fsck: clean up feature test macros with predicate...
2015-07-22 Darrick J. Wonge2fsck: check htree leaf block checksums
2015-07-16 Theodore Ts'oe2fsck: check for encrypted directory entries with...
2015-07-13 Theodore Ts'oEliminate unused parameter warnings from Android build
2015-07-13 Theodore Ts'oMove dict.c from e2fsck to lib/support
2015-07-03 Theodore Ts'oconfigure: remove support to disable htree support
2015-05-03 Theodore Ts'oUpdate ext4 encryption format to final v4.1 version
2015-04-21 Darrick J. Wonge2fsck: read-ahead metadata during passes 1, 2, and 4
2015-04-12 Theodore Ts'oRemove compression support
2015-03-08 Theodore Ts'oe2fsck: handle encrypted directories which are indexed...
2015-03-02 Theodore Ts'oe2fsck: fix spurious duplicate directory entries with...
2015-02-23 Theodore Ts'oe2fsck: suppress bad name checks for encrypted directories
2015-02-16 Theodore Ts'oMerge branch 'maint' into next
2015-01-29 Darrick J. Wonge2fsck: salvage under-sized dirents by removing them
2015-01-28 Darrick J. Wonge2fsck: inspect inline dir data as two directory blocks
2015-01-23 Justus Wintere2fsck: fix corruption of Hurd filesystems
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...
next