Whamcloud - gitweb
Merge branch 'maint' into next
[tools/e2fsprogs.git] / e2fsck / e2fsck.h
2019-10-10 Eric Biggerse2fsck: check for consistent encryption policies
2019-08-15 Theodore Ts'oe2fsck: add a developer-only extended option: clear_all...
2019-05-06 Theodore Ts'oe2fsck: add support for saving the problem code log
2018-12-03 Gabriel Krisman... libext2fs: support encoding when calculating dx hashes
2018-06-24 Theodore Ts'oFix gcc and clang warnings
2018-06-22 Shuichi Iharamisc: add e2mmpstatus utility via dumpe2fs
2018-06-21 David AndersonAOSP: e2fsck: Add an extended option for unsharing...
2018-03-02 Theodore Ts'oMerge branch 'maint' into next
2018-03-02 Eric Biggerse2fsck: remove get_filename_hash() prototype
2017-08-29 Theodore Ts'oMerge branch 'maint' into next
2017-08-26 Jaco Kroone2fsck: add optimization for heavily hard-linked file...
2017-07-28 Theodore Ts'oMerge branch 'maint' into next
2017-07-24 Tahsin Erdogane2fsck: update quota inode accounting for ea_inode...
2017-07-22 Theodore Ts'oe2fsck: check for invalid quota inode numbers
2017-07-05 Tahsin Erdogane2fsck: track ea_inode references
2017-07-05 Tahsin Erdogane2fsck: update i_blocks accounting for ea_inode feature
2017-07-05 Tahsin Erdogane2fsck: generalize ea_refcount
2017-07-05 Andreas Dilgere2fsck: add support for large xattrs in external inodes
2017-04-27 Tahsin Erdogane2fsck: eliminate per-block cluster alignment check
2017-04-26 Theodore Ts'oMerge branch 'maint' into next
2017-04-21 Theodore Ts'oe2fsck: allow extent tree optimization to be disabled
2017-04-13 Artem Blagodarenkoe2fsck: 3 level hash tree directory optimization
2016-05-30 Theodore Ts'oAdd configure --disable-tdb which disables e2fsck's...
2015-11-30 Theodore Ts'oMerge branch 'maint' into next
2015-11-16 Andreas Dilgere2fsck: skip quota update when interrupted
2015-07-13 Theodore Ts'oMove the profile parsing functions from e2fsck to lib...
2015-07-12 Theodore Ts'orename libquota.a to libsupport.a
2015-05-05 Darrick J. Wonge2fsck: optionally create an undo file
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. Wonglibext2fs/e2fsck: provide routines to read-ahead metadata
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
2014-10-13 Darrick J. Wonglibext2fs/e2fsck: refactor everyone who writes zero...
2014-09-19 Darrick J. Wonge2fsck: offer to clear overlapping extents
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-25 Theodore Ts'oMerge branch 'maint' into next
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-06 Theodore Ts'oMerge branch 'maint' into next
2014-07-06 Theodore Ts'oe2fsck: reopen the file system with saved flags after...
2014-05-13 Theodore Ts'oMerge branch 'maint' into next
2014-05-13 Theodore Ts'oquota: integrate mkquota.h into quotaio.h
2014-05-11 Theodore Ts'oMerge branch 'maint' into next
2014-05-05 Theodore Ts'oe2fsck: if any problems are fixed in pass 0, check...
2013-12-03 Theodore Ts'oMerge branch 'maint' into next
2013-12-03 Theodore Ts'oe2fsck: add support for 64-bit extended attribute block...
2013-12-03 Theodore Ts'oe2fsck: use errcode_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
2012-08-03 Darrick J. Wonge2fsck: refactor crc32_be code
2012-08-02 Darrick J. Wonge2fsck: verify htree root/node checksums
2012-07-14 Andreas Dilgere2fsck: rename "bool" variables
2012-03-18 Theodore Ts'oe2fsck: add logging capability
2011-12-18 Theodore Ts'oe2fsck: use different bitmap types as appropriate
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-08-31 Aditya Kalie2fsck: add support for checking the built-in quota...
2011-08-11 Theodore Ts'oe2fsck: catch termination signals and print information...
2011-06-16 Theodore Ts'oe2fsck: fix mysterious "FILE SYSTEM WAS MODIFIED" with...
2010-12-17 Theodore Ts'oMerge branch 'master' into next
2010-12-13 Theodore Ts'oMerge branch 'maint' into next
2010-12-06 Bernd Schuberte2fsck: add an option which causes it to only do a...
2010-11-23 Lukas Czernere2fsck: Discard free data and inode blocks.
2010-06-13 Valerie Aurora Hensone2fsck: Fix up to be 64-bit block number safe
2010-05-13 Theodore Ts'oe2fsck: Skip time-based checks if the time looks insane...
2010-03-15 Theodore Ts'oe2fsck: Don't blow up if the physical device is too big
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-23 Theodore Ts'oe2fsck: Don't test the resize_inode if the filesystem...
2009-04-22 Theodore Ts'oe2fsck: Fix warn_unused_result warnings from gcc
2008-12-25 Theodore Ts'oe2fsck: When repacking directories, leave slack space...
2008-12-09 Theodore Ts'oe2fsck: In verbose mode, distinguish between fragmented...
2008-10-13 Theodore Ts'oe2fsck: Offer to clear the test_fs flag if ext4 is...
2008-10-13 Eric Sandeene2fsck: exit from preenhalt if IO errors were encountered
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2008-08-14 Theodore Ts'oe2fsck: Fix ind/dind/tind statistics and add extent...
2008-08-11 Theodore Ts'oe2fsck: Fix check to see if an extent-based file is...
2008-06-07 Theodore Ts'oAdd CRC32 (big-endian) routine for use by journal checksums
2008-03-20 Jose R. SantosMake e2fsck uninit block group aware
2008-03-14 Theodore Ts'oe2fsck: Support long symlinks which use extents
2008-02-19 Andreas DilgerImprove support for in-inode EA's
2008-02-18 Theodore Ts'oe2fsck: factor out code to clear an inode into e2fsck_c...
2007-10-06 Theodore Ts'oMerge branch 'maint'
2007-10-06 Theodore Ts'oe2fsck: backup superblocks if key constants have changed
2007-09-23 Theodore Ts'oWork around lame Ubuntu init scripts / installer bugs
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-06-04 Theodore Ts'oFix e2fsck's get_size logic so it will work with the...
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-09-12 Eric SandeenFix signed vs unsigned printf format strings for block...
2006-06-28 Andreas DilgerMinor fix to prevent e2fsck.h being included twice:
2006-05-30 Matthias AndreeAdd prototype for e2fsck_write_inode_full.
2006-03-10 Theodore Ts'oEnhance e2fsck so it can fix external journal hint...
2005-12-31 Theodore Ts'oRead in /etc/e2fsck.conf configuration file at startup
2005-04-14 Theodore Ts'oUse a centrally stored current time for "now" which
next