aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck/pass2.c
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wunused-parameter warningsEric Biggers2021-06-151-1/+2
* e2fsck: fix miscellaneous clang warningsTheodore Ts'o2021-02-231-1/+2
* e2fsck: fix check of directories over 4GBAndreas Dilger2021-02-081-3/+10
* Merge branch 'maint' into nextTheodore Ts'o2021-01-281-11/+35
|\
| * AOSP: ANDROID: e2fsck: Handle casefolded encryptionDaniel Rosenberg2021-01-271-11/+34
* | e2fsck: add option to force encoded filename verificationGabriel Krisman Bertazi2021-01-271-2/+3
* | e2fsck: detect duplicated casefolded direntries for rehashGabriel Krisman Bertazi2021-01-271-1/+21
* | dict: support comparison with contextGabriel Krisman Bertazi2021-01-271-1/+1
* | e2fsck: fix entries with invalid encoded charactersGabriel Krisman Bertazi2021-01-271-5/+46
* | Merge branch 'maint' into nextTheodore Ts'o2020-03-071-15/+16
|\|
| * e2fsck: avoid overflow with very large dirsAndreas Dilger2020-03-041-5/+5
| * e2fsck: reduce memory usage for many directoriesAndreas Dilger2020-02-291-6/+6
| * e2fsck: fix e2fsck_allocate_memory() overflowAndreas Dilger2020-02-291-5/+6
* | Merge branch 'maint' into nextTheodore Ts'o2020-01-021-1/+4
|\|
| * e2fsck: optimize away repeated calls to gettext()Theodore Ts'o2019-12-131-1/+4
* | e2fsck: check for consistent encryption policiesEric Biggers2019-10-091-19/+87
|/
* e2fsck: correctly handle inline directories when large_dir is enabled.Artem Blagodarenko2019-06-191-1/+2
* libext2fs: support encoding when calculating dx hashesGabriel Krisman Bertazi2018-12-021-3/+8
* Fix gcc and clang warningsTheodore Ts'o2018-06-231-1/+1
* e2fsck: delete bad inode fix for bigallocharshads2018-03-241-2/+10
* e2fsck: fix endianness problem when reading htree nodesLukas Czerner2018-03-101-2/+3
* Merge branch 'maint' into nextTheodore Ts'o2017-12-041-3/+4
|\
| * e2fsck: fix access after free for dx_db structureArtem Blagodarenko2017-12-041-3/+4
* | Merge branch 'maint' into nextTheodore Ts'o2017-10-151-2/+2
|\|
| * Fix typos in code comments and developer docsSebastian Rasmussen2017-10-151-2/+2
* | e2fsck: fix type mismatch bug in the largedir patchTheodore Ts'o2017-04-141-1/+1
* | e2fsck: 3 level hash tree directory optimizationArtem Blagodarenko2017-04-131-18/+50
* | e2fsprogs: add support for 3-level htreeArtem Blagodarenko2017-04-131-2/+3
* | e2fsprogs: supersede i_dir_acl with i_size_high for all casesArtem Blagodarenko2017-04-131-3/+3
|/
* misc: fix all the compiler warningsDarrick J. Wong2017-03-031-1/+1
* debugfs, e2fsck, mke2fs: fix miscellaneous memory leaks detected by ASANTheodore Ts'o2016-11-121-4/+6
* Add configure --disable-tdb which disables e2fsck's scratch_files featureTheodore Ts'o2016-05-291-14/+3
* e2fsck,resize2fs: fix gcc -Wall nitsTheodore Ts'o2016-05-291-5/+5
* Merge branch 'maint' into nextTheodore Ts'o2015-11-301-5/+5
|\
| * e2fsck: skip quota update when interruptedAndreas Dilger2015-11-161-5/+5
* | e2fsck: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-241-23/+13
* | 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/+20
* | Eliminate unused parameter warnings from Android buildTheodore Ts'o2015-07-131-2/+1
* | Move dict.c from e2fsck to lib/supportTheodore Ts'o2015-07-121-1/+1
* | configure: remove support to disable htree supportTheodore Ts'o2015-07-031-12/+1
* | Update ext4 encryption format to final v4.1 versionTheodore Ts'o2015-05-031-30/+3
* | e2fsck: read-ahead metadata during passes 1, 2, and 4Darrick J. Wong2015-04-211-1/+37
* | Remove compression supportTheodore Ts'o2015-04-121-1/+1
* | e2fsck: handle encrypted directories which are indexed using htreeTheodore Ts'o2015-03-081-13/+35
* | e2fsck: fix spurious duplicate directory entries with encrypted filenamesTheodore Ts'o2015-03-021-1/+1
* | e2fsck: suppress bad name checks for encrypted directoriesTheodore Ts'o2015-02-231-11/+23
* | Merge branch 'maint' into nextTheodore Ts'o2015-02-161-1/+2
|\|
| * e2fsck: fix corruption of Hurd filesystemsJustus Winter2015-01-231-1/+2
* | e2fsck: salvage under-sized dirents by removing themDarrick J. Wong2015-01-291-16/+33