]> git.ipfire.org Git - thirdparty/e2fsprogs.git/history - e2fsck
Fix Android build warnings
[thirdparty/e2fsprogs.git] / e2fsck /
2016-05-30  Theodore Ts'oFix Android build warnings
2016-05-30  Theodore Ts'oAdd configure --disable-tdb which disables e2fsck's...
2016-05-29  Theodore Ts'olibsupport: fix gcc -Wall nits
2016-05-29  Theodore Ts'oe2fsck,resize2fs: fix gcc -Wall nits
2016-05-29  Theodore Ts'oe2fsck: always fix invalid extra field in timestamps...
2016-05-25  Theodore Ts'oe2fsck: improve error messages when the journal sb...
2016-05-22  Theodore Ts'oe2fsck: fix project quota support
2016-05-21  Theodore Ts'oe2fsck: use com_err error codes instead of EBADMSG...
2016-05-21  Theodore Ts'oClean up spelling errors and other nits in man pages
2016-05-11  Theodore Ts'oMore man page and usage message fixups
2016-05-09  Theodore Ts'oFix various man pages and usage message
2016-04-17  Theodore Ts'oe2fsck: clean up error messages when journal is corrupted
2016-04-16  Theodore Ts'oe2fsck: don't abort if the journal is corrupted due...
2016-04-16  Theodore Ts'oe2fsck: don't try to set a UUID on metadata_csum file...
2016-04-15  Theodore Ts'oe2fsck: use specific CRC and corruption errors in journ...
2016-04-15  Theodore Ts'oFix support for configure --enable-jbd-debug
2016-04-15  Theodore Ts'oMerge branch 'maint' into next
2016-03-27  Theodore Ts'oe2fsck: Print "REBOOT SYSTEM" instead of "REBOOT LINUX"
2016-03-22  Theodore Ts'oMerge branch 'maint' into next
2016-03-21  Theodore Ts'oMerge branch 'maint' into next
2016-03-18  Theodore Ts'oFix various clang and gcc -Wall warnings
2016-03-15  Alex DeymoAndroid.mk: Replace _host suffix with more standard...
2016-03-14  Alex Deymolibext2fs: export the library include path
2016-03-14  David Turnere2fsck: correct ext4 dates generated by old kernels
2016-03-07  Eric Whitneye2fsck: fix problem report typo
2016-03-07  Theodore Ts'oMerge branch 'maint' into next
2016-03-07  Theodore Ts'oMerge branch 'maint' into next
2016-03-07  Darrick J. Wonge2fsck: check the checksum seed feature flag is set...
2016-03-06  Li XiAdd project quota support
2016-03-06  Li XiClean up codes for adding new quota type
2015-11-30  Theodore Ts'oMerge branch 'maint' into next
2015-11-30  Andreas Dilgere2fsck: fix e2fsck -fD directory truncation
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-09-29  Theodore Ts'oMerge remote-tracking branch 'origin/maint' into next
2015-07-23  Theodore Ts'oandroid: be able to build dumpe2fs, lsattr, and e2fsck...
2015-07-22  Theodore Ts'oMerge branch 'maint' into next
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-16  Theodore Ts'oe2fsck: check for an encrypted lost+found directory
2015-07-13  Theodore Ts'odebugfs: cleanup gcc -Wall warnings
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-13  Theodore Ts'oMove dict.c from e2fsck to lib/support
2015-07-13  Theodore Ts'oMove the check_plausibility() function from misc to...
2015-07-13  Theodore Ts'oSuppress annoying missing field initializer warnings
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-07-03  Theodore Ts'oconfigure: remove support to disable htree support
2015-07-01  Theodore Ts'oFix "make clean" and "make distclean"
2015-06-21  Theodore Ts'oMerge branch 'maint' into next
2015-06-20  Theodore Ts'oMerge branch 'maint' into next
2015-06-19  Theodore Ts'oe2fsck: skip checking the journal fields if the file...
2015-06-16  Theodore Ts'oMerge branch 'maint' into next
2015-06-10  Darrick J. Wonglibext2fs: add new hooks to support large allocations
2015-05-26  Theodore Ts'olibext2fs, libe2p, misc: git rid of jfs_user.h
2015-05-26  Theodore Ts'oUpdate Android build files so the 1.43 branch builds...
2015-05-23  Theodore Ts'oe2fsck,misc: include ext2fs.h to avoid clang warnings
2015-05-18  Theodore Ts'oMerge branch 'maint' into next
2015-05-18  Theodore Ts'oMerge branch 'maint' into next
2015-05-18  Theodore Ts'oMerge remote-tracking branch 'origin/maint' into maint
2015-05-17  Darrick J. Wonge2fsck: convert block-mapped files to extents on bigall...
2015-05-17  Darrick J. Wonge2fsck: fix buffer overrun in revoke block scanning
2015-05-17  Darrick J. Wongmisc: fix undo file setup
2015-05-16  Darrick J. Wongmisc: fix Coverity bugs
2015-05-05  Darrick J. Wonge2fsck: optionally create an undo file
2015-05-03  Theodore Ts'oUpdate ext4 encryption format to final v4.1 version
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-04-21  Darrick J. Wonge2fsck: turn inline data symlink into a fast symlink...
2015-04-12  Theodore Ts'oRemove compression support
2015-04-06  Theodore Ts'oMerge branch 'maint' into next
2015-03-30  Theodore Ts'oClean up and fix Android build files
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-29  Theodore Ts'oe2fsck: use PROMPT_NONE for FUTURE_SB_LAST_*_FUDGED...
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-03-01  Theodore Ts'oAdd files to build on Android
2015-03-01  Theodore Ts'oe2fsck: clean up assertions in dict.c
2015-02-23  Theodore Ts'oe2fsck: suppress bad name checks for encrypted directories
2015-02-16  Darrick J. Wonge2fsck: add a 'yes to all' response in interactive...
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: improve the inline directory detector
2015-01-28  Darrick J. Wonge2fsck: inspect inline dir data as two directory blocks
2015-01-28  Darrick J. Wonge2fsck: decrement bad count _after_ remapping a duplica...
2015-01-27  Darrick J. Wonge2fsck: handle multiple *ind block collisions with...
2015-01-27  Darrick J. Wonge2fsck: fix message when the journal is deleted and...
2015-01-27  Darrick J. Wonge2fsck: on read error, don't rewrite blocks past the...
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
2015-01-19  Theodore Ts'oMerge branch 'maint' into next
2015-01-13  Theodore Ts'oe2fsck: close the progress_fd in the logfile child...
2014-12-26  Theodore Ts'oMerge branch 'maint' into next
2014-12-15  Theodore Ts'oMerge branch 'maint' into next
2014-12-14  Darrick J. Wonge2fsck: don't complain about root dir csum failures...
next