aboutsummaryrefslogtreecommitdiff
path: root/e2fsck
AgeCommit message (Expand)Author
2016-04-17e2fsck: clean up error messages when journal is corruptedTheodore Ts'o
2016-04-15e2fsck: don't abort if the journal is corrupted due to checksum errorsTheodore Ts'o
2016-04-15e2fsck: don't try to set a UUID on metadata_csum file systemsTheodore Ts'o
2016-04-15e2fsck: use specific CRC and corruption errors in journal recoveryTheodore Ts'o
2016-04-15Fix support for configure --enable-jbd-debugTheodore Ts'o
2016-03-26e2fsck: Print "REBOOT SYSTEM" instead of "REBOOT LINUX"Theodore Ts'o
2016-03-18Fix various clang and gcc -Wall warningsTheodore Ts'o
2016-03-15Android.mk: Replace _host suffix with more standard -host suffixAlex Deymo
2016-03-14libext2fs: export the library include pathAlex Deymo
2016-03-14e2fsck: correct ext4 dates generated by old kernelsDavid Turner
2016-03-06e2fsck: fix problem report typoEric Whitney
2016-03-06e2fsck: check the checksum seed feature flag is set correctlyDarrick J. Wong
2016-03-06Add project quota supportLi Xi
2016-03-06Clean up codes for adding new quota typeLi Xi
2015-11-30Merge branch 'maint' into nextTheodore Ts'o
2015-11-30e2fsck: fix e2fsck -fD directory truncationAndreas Dilger
2015-11-30e2fsck: zap extent-format inode with no extent headerDarrick J. Wong
2015-11-30e2fsck: do not read EA header beyond the end of an inodeArtemiy Volkov
2015-11-16e2fsck: skip quota update when interruptedAndreas Dilger
2015-10-24e2fsck: clean up feature test macros with predicate functionsDarrick J. Wong
2015-07-23android: be able to build dumpe2fs, lsattr, and e2fsck staticallyTheodore Ts'o
2015-07-22e2fsck: check htree leaf block checksumsDarrick J. Wong
2015-07-16e2fsck: check for encrypted directory entries with too-short file namesTheodore Ts'o
2015-07-16e2fsck: check for an encrypted lost+found directoryTheodore Ts'o
2015-07-13debugfs: cleanup gcc -Wall warningsTheodore Ts'o
2015-07-13Eliminate unused variable and unused label warnings from Android buildTheodore Ts'o
2015-07-13Eliminate unused parameter warnings from Android buildTheodore Ts'o
2015-07-12Move dict.c from e2fsck to lib/supportTheodore Ts'o
2015-07-12Move the check_plausibility() function from misc to lib/supportTheodore Ts'o
2015-07-12Suppress annoying missing field initializer warningsTheodore Ts'o
2015-07-12Move the profile parsing functions from e2fsck to lib/supportTheodore Ts'o
2015-07-12rename libquota.a to libsupport.aTheodore Ts'o
2015-07-03configure: remove support to disable htree supportTheodore Ts'o
2015-07-01Fix "make clean" and "make distclean"Theodore Ts'o
2015-06-19e2fsck: skip checking the journal fields if the file system is mountedTheodore Ts'o
2015-06-10libext2fs: add new hooks to support large allocationsDarrick J. Wong
2015-05-25libext2fs, libe2p, misc: git rid of jfs_user.hTheodore Ts'o
2015-05-25Update Android build files so the 1.43 branch builds on AOSPTheodore Ts'o
2015-05-23e2fsck,misc: include ext2fs.h to avoid clang warningsTheodore Ts'o
2015-05-16e2fsck: convert block-mapped files to extents on bigalloc fsDarrick J. Wong
2015-05-16e2fsck: fix buffer overrun in revoke block scanningDarrick J. Wong
2015-05-16misc: fix undo file setupDarrick J. Wong
2015-05-16misc: fix Coverity bugsDarrick J. Wong
2015-05-05e2fsck: optionally create an undo fileDarrick J. Wong
2015-05-03Update ext4 encryption format to final v4.1 versionTheodore Ts'o
2015-04-21e2fsck: rebuild sparse extent trees & convert non-extent ext3 filesDarrick J. Wong
2015-04-21e2fsck: read-ahead metadata during passes 1, 2, and 4Darrick J. Wong
2015-04-21libext2fs/e2fsck: provide routines to read-ahead metadataDarrick J. Wong
2015-04-20e2fsck: turn inline data symlink into a fast symlink when possibleDarrick J. Wong
2015-04-12Remove compression supportTheodore Ts'o