aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck/problem.c
Commit message (Expand)AuthorAgeFilesLines
* Fix clang warnings on architectures with a 64-bit longTheodore Ts'o2021-02-111-5/+5
* e2fsck: fix check of directories over 4GBAndreas Dilger2021-02-081-2/+7
* Merge branch 'maint' into nextTheodore Ts'o2021-01-281-0/+17
|\
| * AOSP: ANDROID: e2fsck: Handle casefolded encryptionDaniel Rosenberg2021-01-271-0/+10
| * AOSP: ANDROID: e2fsck: Do not mutate encrypted namesDaniel Rosenberg2021-01-271-0/+5
| * e2fsck: clarify overflow link count error messageJan Kara2020-03-201-0/+5
* | e2fsck: add new problem for encoded name checkArnaud Ferraris2021-01-271-0/+5
* | e2fsck: clarify overflow link count error messageJan Kara2020-03-071-0/+5
* | e2fsck: check for consistent encryption policiesEric Biggers2019-10-091-3/+23
* | Merge branch 'maint' into nextTheodore Ts'o2019-09-031-3/+16
|\|
| * e2fsck: check the validity of the casefold flagTheodore Ts'o2019-09-031-3/+15
* | e2fsck: add a developer-only extended option: clear_all_uninit_bitsTheodore Ts'o2019-08-151-0/+5
|/
* e2fsck: add xgettext:no-c-format tagsTheodore Ts'o2019-07-131-0/+105
* e2fsck: fix printf format / argument mismatchesTheodore Ts'o2019-05-121-6/+6
* e2fsck: fix XML validity problem with the problem logTheodore Ts'o2019-05-101-2/+3
* e2fsck: add support for saving the problem code logTheodore Ts'o2019-05-061-11/+60
* e2fsck: use "Optimize?" prompt for PR_1E_CAN_{COLLAPSE,NARROW}_EXTENT_TREETheodore Ts'o2018-12-151-5/+8
* e2fsck: check xattr 'system.data' before setting inline_data featureLi Dongyang2018-11-151-1/+1
* e2fsck: clear clang warnings for missing field initializers in structsTheodore Ts'o2018-10-111-392/+402
* e2fsck: remove resize inode if both resize_inode and meta_bg are enabledLukas Czerner2018-08-111-0/+6
* Fix compile error and warnings for old gcc versionsLi Dongyang2018-07-141-0/+4
* misc: add e2mmpstatus utility via dumpe2fsShuichi Ihara2018-06-221-1/+1
* e2fsck: set dir_nlink feature if large dir existsAndreas Dilger2018-06-221-0/+5
* e2fsck: handle s_inodes_count corruption properlyJan Kara2018-06-191-0/+5
* Merge branch 'maint' into nextTheodore Ts'o2017-10-151-3/+3
|\
| * Fix typos in code comments and developer docsSebastian Rasmussen2017-10-151-3/+3
* | Merge branch 'maint' into nextTheodore Ts'o2017-07-271-1/+6
|\|
| * e2fsck: check for invalid quota inode numbersTheodore Ts'o2017-07-221-0/+5
| * e2fsck: add support for printing the quota type in problem reports using %UTheodore Ts'o2017-07-221-1/+1
* | e2fsck: track ea_inode referencesTahsin Erdogan2017-07-041-0/+4
* | e2fsck: ea_inode hash validationTahsin Erdogan2017-07-041-5/+0
* | e2fsck: add support for large xattrs in external inodesAndreas Dilger2017-07-041-0/+22
* | e2fsprogs: supersede i_dir_acl with i_size_high for all casesArtem Blagodarenko2017-04-131-3/+3
|/
* e2fsck: make problem comments match error messagesAndreas Dilger2017-02-171-123/+124
* e2fsck: exit with exit status 0 if no errors were fixedTheodore Ts'o2017-02-161-3/+5
* e2fsck: enforce that the extra isize fields in the superblock are saneTheodore Ts'o2016-09-041-0/+10
* libsupport: fix gcc -Wall nitsTheodore Ts'o2016-05-291-0/+10
* e2fsck: correct ext4 dates generated by old kernelsDavid Turner2016-03-141-0/+5
* e2fsck: fix problem report typoEric Whitney2016-03-061-1/+1
* e2fsck: check the checksum seed feature flag is set correctlyDarrick J. Wong2016-03-061-0/+5
* Merge branch 'maint' into nextTheodore Ts'o2015-11-301-0/+5
|\
| * e2fsck: zap extent-format inode with no extent headerDarrick J. Wong2015-11-301-0/+5
* | e2fsck: check htree leaf block checksumsDarrick J. Wong2015-07-221-1/+1
* | e2fsck: check for encrypted directory entries with too-short file namesTheodore Ts'o2015-07-161-0/+5
* | e2fsck: check for an encrypted lost+found directoryTheodore Ts'o2015-07-161-0/+5
* | Suppress annoying missing field initializer warningsTheodore Ts'o2015-07-121-0/+4
* | e2fsck: convert block-mapped files to extents on bigalloc fsDarrick J. Wong2015-05-161-0/+5
* | e2fsck: rebuild sparse extent trees & convert non-extent ext3 filesDarrick J. Wong2015-04-211-0/+48
* | Remove compression supportTheodore Ts'o2015-04-121-5/+0
* | Merge branch 'maint' into nextTheodore Ts'o2015-04-051-4/+4
|\|