Whamcloud - gitweb
Merge branch 'maint' into next
[tools/e2fsprogs.git] / e2fsck / pass1.c
2015-11-30 Theodore Ts'oMerge branch 'maint' into next
2015-11-30 Darrick J. Wonge2fsck: zap extent-format inode with no extent header
2015-11-30 Artemiy Volkove2fsck: do not read EA header beyond the end of an...
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-13 Theodore Ts'oEliminate unused variable and unused label warnings...
2015-07-13 Theodore Ts'oEliminate unused parameter warnings from Android build
2015-07-03 Theodore Ts'oconfigure: remove support to disable htree support
2015-06-10 Darrick J. Wonglibext2fs: add new hooks to support large allocations
2015-05-17 Darrick J. Wonge2fsck: convert block-mapped files to extents on bigall...
2015-04-21 Darrick J. Wonge2fsck: rebuild sparse extent trees & convert non-exten...
2015-04-21 Darrick J. Wonge2fsck: read-ahead metadata during passes 1, 2, and 4
2015-04-21 Darrick J. Wonge2fsck: turn inline data symlink into a fast symlink...
2015-04-12 Theodore Ts'oRemove compression support
2015-03-29 Darrick J. Wonge2fsck: actually fix inline_data flags problems when...
2015-03-29 Darrick J. Wonglibext2fs: ext2fs_new_block2() should call alloc_block...
2015-03-08 Theodore Ts'oe2fsck: handle encrypted directories which are indexed...
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-28 Darrick J. Wonge2fsck: improve the inline directory detector
2015-01-28 Darrick J. Wonge2fsck: inspect inline dir data as two directory blocks
2015-01-27 Darrick J. Wonge2fsck: handle multiple *ind block collisions with...
2015-01-27 Darrick J. Wonge2fsck: clear i_block[] when there are too many bad...
2015-01-23 Justus Wintere2fsck: fix corruption of Hurd filesystems
2014-12-11 Darrick J. Wonge2fsck: force-reread of inode from disk when re-checkin...
2014-10-13 Darrick J. Wonglibext2fs/e2fsck: refactor everyone who writes zero...
2014-09-19 Darrick J. Wonge2fsck: fix sliding the directory block down on bigalloc
2014-09-19 Darrick J. Wonge2fsck: offer to clear overlapping extents
2014-09-11 Darrick J. Wonge2fsck: ignore badblocks if it says badblocks inode...
2014-08-24 Darrick J. Wongmisc: fix gcc warnings
2014-08-10 Darrick J. Wonge2fsck: be more careful in assuming inline_data inodes...
2014-08-10 Darrick J. Wonge2fsck: do a better job of fixing i_size of inline...
2014-08-10 Darrick J. Wonge2fsck: fix conflicting extents|inlinedata inode flags
2014-08-10 Darrick J. Wonge2fsck: clear extents and inline_data flags from fifo...
2014-08-10 Darrick J. Wonge2fsck: check inline directory data "block" first
2014-08-10 Darrick J. Wonge2fsck: handle inline data symlinks
2014-08-10 Darrick J. Wonge2fsck: clear inline_data inode flag if EA missing
2014-08-10 Darrick J. Wonge2fsck: check ea-in-inode regions for overlap
2014-08-10 Darrick J. Wonglibext2fs/e2fsck: don't run off the end of the EA block
2014-08-03 Darrick J. Wonge2fsck: always ask to fix an inode that fails checksum...
2014-08-03 Darrick J. Wonge2fsck: disable checksum verification in a few select...
2014-08-03 Darrick J. Wonge2fsck: offer to clear inode table blocks that are...
2014-08-03 Darrick J. Wonge2fsck: try to salvage extent blocks with bad checksums
2014-08-03 Darrick J. Wonglibext2fs: check EA block headers when reading in the...
2014-08-03 Darrick J. Wonge2fsck: never free critical metadata blocks in the...
2014-07-27 Darrick J. Wonge2fsck: don't offer to fix the checksum of fixed extents
2014-07-27 Darrick J. Wonge2fsck: clear badblocks inode when checksum fails
2014-07-26 Theodore Ts'oMerge branch 'maint' into next
2014-07-26 Darrick J. Wonge2fsck: fix rule-violating lblk->pblk mappings on bigal...
2014-07-26 Darrick J. Wonge2fsck: fix merge error in "clear uninit flag on direct...
2014-07-26 Theodore Ts'oMerge branch 'maint' into next
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 Theodore Ts'oMerge branch 'maint' into next
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 Theodore Ts'oMerge branch 'maint' into next
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-23 Darrick J. Wonge2fsck: don't clobber critical metadata during check_blocks
2014-07-22 Theodore Ts'oMerge branch 'maint' into next
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-06-02 Zheng Liue2fsck: handle symlink properly with inline data
2014-05-27 Darrick J. WongMisc coverity fixes
2014-05-11 Theodore Ts'oMerge branch 'maint' into next
2014-04-22 Theodore Ts'oe2fsck: skip low dtime check if the number of inodes...
2014-03-14 Darrick J. Wongmisc: cppcheck cleanups
2014-03-14 Darrick J. Wonge2fsck: zero errcode when checking inline data blocks
2014-03-04 Zheng Liue2fsck: check inline_data in pass1
2014-03-04 Zheng Liue2fsck: add problem descriptions and check inline data...
2014-01-09 Theodore Ts'oMerge branch 'maint' into next
2014-01-07 Theodore Ts'oe2fsck: release allocated memory on error or abort...
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-04 Theodore Ts'oMerge branch 'maint' into next
2013-12-04 Andreas Dilgermmp: fix 64-bit handling of s_mmp_block
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-10-13 Theodore Ts'oMerge branch 'maint' into next
2013-10-07 Darrick J. Wonge2fsprogs: fix blk_t <- blk64_t assignment mismatches
2013-09-10 Theodore Ts'oMerge branch 'maint' into next
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-08 Jan Karalibext2fs: provide functions to safely access name_len...
2013-06-08 Theodore Ts'oMerge branch 'maint'
2013-06-07 David Jefferye2fsck: detect invalid extents at the end of an extent...
2013-05-20 Theodore Ts'oMerge branch 'maint' into next
2013-05-20 Theodore Ts'oe2fsck: fix gcc -Wall nits
2013-05-16 Theodore Ts'oMerge branch 'maint' into next
2013-04-25 Eric Sandeene2fsprogs: allow 0-length xattr values in e2fsck
2013-01-01 Theodore Ts'oMerge branch 'maint' into next
2013-01-01 Theodore Ts'oFix gcc -Wall nits
2012-12-24 Theodore Ts'oMerge branch 'maint' into next
next