Whamcloud - gitweb
LU-1540 e2fsck: add missing symlink NUL terminator
[tools/e2fsprogs.git] / e2fsck / pass1.c
2016-05-10 Andreas DilgerLU-1540 e2fsck: add missing symlink NUL terminator
2016-05-10 Andreas Dilgere2fsck: add support for dirdata feature
2016-05-10 Andreas Dilgere2fsck: add support for xattrs in external inodes
2016-05-10 Andreas Dilgere2fsck: clean up xattr checking code, add test
2015-08-28 Andreas Dilgere2fsck: track errors/badness found for each inode
2015-08-28 Andreas Dilgere2fsck: add support for expanding the inode size
2015-08-28 Andreas Dilgere2fsck: handle preallocation for large PAGE_SIZE
2015-08-28 Andreas Dilgere2fsck: mark device inodes with EXT4_EXTENTS_FL bad
2015-08-28 Andreas Dilgere2fsck: improve in-inode xattr checks
2015-01-23 Justus Wintere2fsck: fix corruption of Hurd filesystems
2014-07-26 Darrick J. Wonge2fsck: fix rule-violating lblk->pblk mappings on bigal...
2014-07-26 Darrick J. Wonge2fsck: reserve blocks for root/lost+found directory...
2014-07-26 Darrick J. Wonglibext2fs: provide a function to set inode size
2014-07-25 Darrick J. Wonge2fsck: clear uninit flag on directory extents
2014-07-25 Darrick J. Wonge2fsck: pass2 should not process directory blocks that...
2014-07-25 Darrick J. Wonge2fsck: always submit logical block 0 of a directory...
2014-07-25 Darrick J. Wonge2fsck: collapse holes in extent-based directories
2014-07-25 Darrick J. Wonge2fsck: fix off-by-one bounds check on group number
2014-07-25 Darrick J. Wonge2fsck: force all block allocations to use block_found_map
2014-07-22 Darrick J. Wonge2fsck: fix inode coherency issue when iterating an...
2014-07-22 Theodore Ts'oe2fsck: check error return from ext2fs_extent_fix_paren...
2014-07-22 Darrick J. Wonge2fsck: skip clearing bad extents if bitmaps are unreadable
2014-04-22 Theodore Ts'oe2fsck: skip low dtime check if the number of inodes...
2014-01-07 Theodore Ts'oe2fsck: release allocated memory on error or abort...
2013-12-16 Theodore Ts'oClean up sparse warnings
2013-12-12 Darrick J. Wonglibext2fs: fix tests that set LARGE_FILE
2013-12-04 Andreas Dilgermmp: fix 64-bit handling of s_mmp_block
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-10-07 Darrick J. Wonge2fsprogs: fix blk_t <- blk64_t assignment mismatches
2013-09-09 Eric Whitneye2fsck: don't report uninit extents past EOF invalid
2013-07-29 Theodore Ts'oe2fsck: check extent-mapped directories with really...
2013-06-07 David Jefferye2fsck: detect invalid extents at the end of an extent...
2013-05-20 Theodore Ts'oe2fsck: fix gcc -Wall nits
2013-04-25 Eric Sandeene2fsprogs: allow 0-length xattr values in e2fsck
2013-01-01 Theodore Ts'oFix gcc -Wall nits
2012-12-20 Theodore Ts'oe2fsck: make sure the extent tree is consistent after...
2012-12-20 Eric Sandeene2fsck: fix incorrect interior node logical start values
2012-11-27 Theodore Ts'oe2fsck: optimize pass1 for CPU time
2012-07-14 Andreas Dilgere2fsck: rename "bool" variables
2012-06-11 Theodore Ts'oe2fsck: only check for zero-length leaf extents
2012-05-22 Theodore Ts'oe2fsck: fix precedence bug in built-in quota support
2012-03-22 Lukas Czernere2fsck: remove EXT4_EOFBLOCKS_FL flag handling
2012-03-12 Theodore Ts'oe2fsck: check for zero length extent
2011-12-18 Theodore Ts'oe2fsck: use different bitmap types as appropriate
2011-12-16 Theodore Ts'oe2fsck: fix use of uninitialized value in the MMP code
2011-11-26 Kazuya Mioe2fsck: fix the max size calculation for non-extent...
2011-10-17 Theodore Ts'olibext2fs: ext2fs_[set_]file_acl_block needs to check...
2011-09-28 Theodore Ts'oe2fsck: check for invalid bad block inode
2011-09-25 Andreas Dilgerext2fs: add multi-mount protection (INCOMPAT_MMP)
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 Theodore Ts'olibext2fs: add metadata checksum and snapshot feature...
2011-08-31 Aditya Kalie2fsck: add support for checking the built-in quota...
2011-07-10 Theodore Ts'oe2fsck: teach e2fsck how to deal with bigalloc in non...
2011-07-09 Andreas Dilgermisc: use EXT2_I_SIZE() consistently to get size
2011-06-16 Theodore Ts'omke2fs, e2fsck: fix i_blocks handling for bigalloc...
2011-06-11 Andreas Dilgermisc: clean up compiler warnings
2011-06-10 Theodore Ts'oe2fsck: add basic bigalloc support to check (but not...
2010-09-25 Theodore Ts'oe2fsck: Set i_blocks_hi when correcting the i_blocks...
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-19 Eric Sandeene2fsck: correct test for EOFBLOCKS
2010-05-14 Theodore Ts'oe2fsck: Explicitly reject extents that begin at physica...
2010-05-13 Theodore Ts'oe2fsck: Fix segmentation fault when checking a file...
2010-05-13 Eric Sandeene2fsck: make block counting variable in pass1 64 bits
2010-05-12 Theodore Ts'oe2fsck: Fix a number of problems that were inappropriat...
2010-05-10 Theodore Ts'oe2fsck: Check for cases where EOFBLOCKS_FL is unnecessa...
2010-04-08 Theodore Ts'oRevert "e2fsck: fix spurious complaints about i_size...
2010-03-17 Theodore Ts'oe2fsck: Fix segmentation fault when checking a file...
2010-03-15 Theodore Ts'oMerge branch 'maint' into next
2010-02-24 Eric Sandeene2fsck: don't complain about i_size for known blocks...
2010-02-10 Theodore Ts'oMerge branch 'maint' into next
2010-02-05 Nick Dokose2fsck: Fix the check if a file is really a directory...
2010-01-31 Theodore Ts'oMerge branch 'maint' into next
2010-01-31 Theodore Ts'oe2fsck: Remove some erroneously leftover blk_t casts
2009-11-29 Theodore Ts'oe2fsck: Try to update on-disk bitmap in e2fsck_get_allo...
2009-11-29 Theodore Ts'oe2fsck: detect holes in extent-mapped directories
2009-11-29 Theodore Ts'oe2fsck: Move check to add an index to a directory after...
2009-11-29 Theodore Ts'oe2fsck: Fix directory with holes even when i_size is...
2009-10-26 Theodore Ts'oConvert ext2fs_group_{first,last}_block() to *block2()
2009-10-26 Valerie Aurora HensonConvert to use block group accessor functions
2009-10-24 Theodore Ts'oMerge branch 'maint' into next
2009-10-13 Theodore Ts'oe2fsck: Fix handling of non-zero i_blocks_high field
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 Valerie Aurora HensonConvert to use io_channel_read_blk64() and io_channel_w...
2009-08-23 Valerie Aurora Hensone2fsck: Convert e2fsck to new bitmap interface
2009-08-19 Theodore Ts'oe2fsck: Only ask to relocate a block group's inode...
2009-08-19 Theodore Ts'oe2fsck: Teach new_table_block() to allocate new itables...
2009-06-22 Theodore Ts'oFix encoding for rec_len in directories for >= 64k...
2009-05-28 number9652libext2fs: add ext2fs_extent_open2
2009-05-28 Ken ChenAdd empty function for init_resource_track() and print_...
2009-05-17 Theodore Ts'oe2fsck: Don't crash if an inode with a bad extent heade...
2009-04-24 Theodore Ts'oe2fsck: On a 32-bit filesystem, make sure i_file_acl_hi...
2008-12-26 Theodore Ts'oe2fsck: Fix an unhandled corruption case in scan_extent...
2008-12-22 Theodore Ts'oe2fsck: Fix double-counting of non-contiguous extent...
2008-12-09 Theodore Ts'oe2fsck: Enhance fragcheck report with file/directory...
2008-12-09 Theodore Ts'oe2fsck: In verbose mode, distinguish between fragmented...
2008-11-16 Theodore Ts'oFix various signed/unsigned gcc warnings
next