aboutsummaryrefslogtreecommitdiff
path: root/e2fsck
AgeCommit message (Expand)Author
2020-06-24ANDROID: e2fsck: Handle casefolded encryptionandroid11-devDaniel Rosenberg
2020-06-24ANDROID: e2fsck: Do not mutate encrypted namesDaniel Rosenberg
2020-01-22Make ramdisk_available.Yifan Hong
2019-09-03e2fsck: check the validity of the casefold flagTheodore Ts'o
2019-09-02e2fsck: make the low dtime check consistent when using the backup superblockTheodore Ts'o
2019-09-02e2fsck: update the quota records when the root directory is recreatedTheodore Ts'o
2019-07-24e2fsck: set E2FSCK_TIME correctly on a 32-bit arch with a 64-bit time_tTheodore Ts'o
2019-07-13e2fsck: add xgettext:no-c-format tagsTheodore Ts'o
2019-06-19e2fsck: correctly handle inline directories when large_dir is enabled.Artem Blagodarenko
2019-05-27e2fsck: handle verity files in scan_extent_node()Eric Biggers
2019-05-12e2fsck: remove an potentially ambiguous dangling else clauseTheodore Ts'o
2019-05-12e2fsck: fix printf format / argument mismatchesTheodore Ts'o
2019-05-10e2fsck: fix XML validity problem with the problem logTheodore Ts'o
2019-05-06e2fsck: add support for saving the problem code logTheodore Ts'o
2019-05-06e2fsck: check and fix tails of all bitmap blocksTheodore Ts'o
2019-05-03Rename the feature "fname_encoding" to be "casefold".Theodore Ts'o
2019-04-29libext2fs: remove nls_* namespace contaminationTheodore Ts'o
2019-04-28ext2fs: always attempt to load nls table when loading the filesystemGabriel Krisman Bertazi
2019-02-10Merge branch 'maint' into nextTheodore Ts'o
2019-02-07AOSP: E2fsprogs: fix ODR issueAndreas Gampe
2019-02-05e2fsck: allow to check >2GB sized directoryArtem Blagodarenko
2018-12-16Merge branch 'maint' into nextTheodore Ts'o
2018-12-15e2fsck: use "Optimize?" prompt for PR_1E_CAN_{COLLAPSE,NARROW}_EXTENT_TREETheodore Ts'o
2018-12-02libext2fs: support encoding when calculating dx hashesGabriel Krisman Bertazi
2018-11-26Merge branch 'maint' into nextTheodore Ts'o
2018-11-15e2fsck: check xattr 'system.data' before setting inline_data featureLi Dongyang
2018-10-11Merge branch 'maint' into nextTheodore Ts'o
2018-10-11e2fsck: clear clang warnings for missing field initializers in structsTheodore Ts'o
2018-08-23Merge branch 'maint' into nextTheodore Ts'o
2018-08-21e2fsck: allow verity files to have initialized blocks past i_sizeEric Biggers
2018-08-18Merge branch 'maint' into nextTheodore Ts'o
2018-08-18Remove obsolete files from the repositoryTheodore Ts'o
2018-08-13Merge branch 'maint' into nextTheodore Ts'o
2018-08-13e2fsck: fix fd leak in reserve_stdio_fdsTheodore Ts'o
2018-08-11e2fsck: remove resize inode if both resize_inode and meta_bg are enabledLukas Czerner
2018-08-11build: use MKDIR_P instead of MKINSTALLDIRSRoss Burton
2018-08-08e2fsck: fix LTO type warningsTheodore Ts'o
2018-08-05AOSP: ODR violation in e2fsck during host buildIsaac Chen
2018-08-05AOSP: Update Android.bp files.David Anderson
2018-08-05AOSP: e2fsck: Remove unused variable.David Anderson
2018-07-14Fix compile error and warnings for old gcc versionsLi Dongyang
2018-07-04e2fsck: fix kernel compat functions to use kernel error return conventionsTheodore Ts'o
2018-06-29e2fsck: if user declines to fix s_inodes_acount, abortTheodore Ts'o
2018-06-28e2fsck: do not allow initialized blocks pass i_sizeLukas Czerner
2018-06-28e2fsck: fix hang in readahead code if last block in fs is metadataTheodore Ts'o
2018-06-25Update Makefile.in files using "make depend"Theodore Ts'o
2018-06-24e2fsck: only retry to open the file system when the superblock is corruptTheodore Ts'o
2018-06-24e2fsck: add error-checking when unlink tdb file for dir_infoTheodore Ts'o
2018-06-24e2fsck: add proper error checking in move_quota_inodeTheodore Ts'o
2018-06-23Fix gcc and clang warningsTheodore Ts'o