summaryrefslogtreecommitdiff
path: root/e2fsck/e2fsck.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint' into nextTheodore Ts'o2023-01-271-1/+1
|\
| * Fix various spelling typosSamanta Navarro2023-01-261-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2022-08-101-1/+1
|\ \ | |/
| * e2fsck: fix potential fencepost error in e2fsck_should_rebuild_extents()Theodore Ts'o2022-08-091-1/+1
* | e2fsck: Add support for handling orphan fileJan Kara2021-09-301-0/+1
|/
* fix unused-function -Wall warningsTheodore Ts'o2021-08-181-0/+7
* Fix miscellaneous compiler warnings using "make gcc-wall"Theodore Ts'o2021-07-251-2/+2
* e2fsck: fix check of directories over 4GBAndreas Dilger2021-02-081-0/+1
* Merge branch 'maint' into nextTheodore Ts'o2021-01-281-0/+1
|\
| * AOSP: ANDROID: e2fsck: Handle casefolded encryptionDaniel Rosenberg2021-01-271-0/+1
* | e2fsck: add option to force encoded filename verificationGabriel Krisman Bertazi2021-01-271-0/+1
* | e2fsck: fix entries with invalid encoded charactersGabriel Krisman Bertazi2021-01-271-0/+1
* | e2fsck: add fast commit setup codeHarshad Shirwadkar2021-01-271-0/+16
* | e2fsck: add function to rewrite extent treeHarshad Shirwadkar2021-01-271-0/+16
* | Merge branch 'maint' into nextTheodore Ts'o2020-10-011-1/+1
|\ \ | |/
| * e2fsck: use size_t instead of int in string_copy()Lukas Czerner2020-10-011-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2020-03-071-16/+17
|\ \ | |/
| * e2fsck: reduce memory usage for many directoriesAndreas Dilger2020-02-291-7/+7
| * e2fsck: use proper types for variablesAndreas Dilger2020-02-291-5/+6
| * e2fsck: fix e2fsck_allocate_memory() overflowAndreas Dilger2020-02-291-4/+4
* | e2fsck: check for consistent encryption policiesEric Biggers2019-10-091-2/+20
* | e2fsck: add a developer-only extended option: clear_all_uninit_bitsTheodore Ts'o2019-08-151-0/+1
|/
* e2fsck: add support for saving the problem code logTheodore Ts'o2019-05-061-0/+2
* libext2fs: support encoding when calculating dx hashesGabriel Krisman Bertazi2018-12-021-1/+3
* Fix gcc and clang warningsTheodore Ts'o2018-06-231-1/+2
* misc: add e2mmpstatus utility via dumpe2fsShuichi Ihara2018-06-221-1/+1
* AOSP: e2fsck: Add an extended option for unsharing blocks.David Anderson2018-06-211-0/+1
* Merge branch 'maint' into nextTheodore Ts'o2018-03-021-4/+0
|\
| * e2fsck: remove get_filename_hash() prototypeEric Biggers2018-03-021-4/+0
* | Merge branch 'maint' into nextTheodore Ts'o2017-08-291-0/+1
|\ \ | |/
| * e2fsck: add optimization for heavily hard-linked file systemsJaco Kroon2017-08-261-0/+1
* | Merge branch 'maint' into nextTheodore Ts'o2017-07-271-0/+1
|\ \ | |/
| * e2fsck: check for invalid quota inode numbersTheodore Ts'o2017-07-221-0/+1
* | e2fsck: update quota inode accounting for ea_inode featureTahsin Erdogan2017-07-231-2/+3
* | e2fsck: track ea_inode referencesTahsin Erdogan2017-07-041-1/+5
* | e2fsck: update i_blocks accounting for ea_inode featureTahsin Erdogan2017-07-041-0/+5
* | e2fsck: generalize ea_refcountTahsin Erdogan2017-07-041-8/+13
* | e2fsck: add support for large xattrs in external inodesAndreas Dilger2017-07-041-0/+1
* | e2fsck: eliminate per-block cluster alignment checkTahsin Erdogan2017-04-271-0/+3
* | Merge branch 'maint' into nextTheodore Ts'o2017-04-261-0/+1
|\ \ | |/
| * e2fsck: allow extent tree optimization to be disabledTheodore Ts'o2017-04-211-0/+1
* | e2fsck: 3 level hash tree directory optimizationArtem Blagodarenko2017-04-131-0/+1
|/
* Add configure --disable-tdb which disables e2fsck's scratch_files featureTheodore Ts'o2016-05-291-2/+3
* Merge branch 'maint' into nextTheodore Ts'o2015-11-301-2/+2
|\
| * e2fsck: skip quota update when interruptedAndreas Dilger2015-11-161-2/+2
* | Move the profile parsing functions from e2fsck to lib/supportTheodore Ts'o2015-07-121-2/+2
* | rename libquota.a to libsupport.aTheodore Ts'o2015-07-121-1/+1
* | e2fsck: optionally create an undo fileDarrick J. Wong2015-05-051-0/+3
* | e2fsck: rebuild sparse extent trees & convert non-extent ext3 filesDarrick J. Wong2015-04-211-1/+35
* | e2fsck: read-ahead metadata during passes 1, 2, and 4Darrick J. Wong2015-04-211-0/+3