aboutsummaryrefslogtreecommitdiff
path: root/e2fsck/rehash.c
AgeCommit message (Expand)Author
2021-06-15Fix -Wunused-variable warningsEric Biggers
2021-02-09Provide and use sort_r() instead of qsort_r() for portability reasonsTheodore Ts'o
2021-01-28Merge branch 'maint' into nextTheodore Ts'o
2021-01-27AOSP: ANDROID: e2fsck: Handle casefolded encryptionDaniel Rosenberg
2021-01-27AOSP: ANDROID: e2fsck: Do not mutate encrypted namesDaniel Rosenberg
2021-01-27e2fsck: support casefold directories when rehashingGabriel Krisman Bertazi
2020-03-23e2fsck: fix various gcc -Wall nitsTheodore Ts'o
2020-03-04e2fsck: avoid overflow with very large dirsAndreas Dilger
2020-02-29e2fsck: use proper types for variablesAndreas Dilger
2020-01-01e2fsck: fix use after free in calculate_tree()Wang Shilong
2020-01-01e2fsck: fix to return ENOMEM in alloc_size_dir()Wang Shilong
2019-12-20e2fsck: don't try to rehash a deleted directoryTheodore Ts'o
2019-12-20e2fsck: abort if there is a corrupted directory block when rehashingTheodore Ts'o
2018-12-02libext2fs: support encoding when calculating dx hashesGabriel Krisman Bertazi
2018-06-23Fix gcc and clang warningsTheodore Ts'o
2017-08-04Merge branch 'maint' into nextTheodore Ts'o
2017-08-01e2fsck: fix e2fsck -D for encrypted directoriesTheodore Ts'o
2017-04-13e2fsck: 3 level hash tree directory optimizationArtem Blagodarenko
2016-05-29Fix Android build warningsTheodore Ts'o
2016-05-29e2fsck,resize2fs: fix gcc -Wall nitsTheodore Ts'o
2015-11-30Merge branch 'maint' into nextTheodore Ts'o
2015-11-30e2fsck: fix e2fsck -fD directory truncationAndreas Dilger
2015-10-24e2fsck: clean up feature test macros with predicate functionsDarrick 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-12Remove compression supportTheodore Ts'o
2015-03-08e2fsck: handle encrypted directories which are indexed using htreeTheodore Ts'o
2014-08-02e2fsck: correctly preserve fs flags when modifying ignore-csum-error flagDarrick J. Wong
2014-07-26Merge branch 'maint' into nextTheodore Ts'o
2014-07-26libext2fs: provide a function to set inode sizeDarrick J. Wong
2014-07-25Merge branch 'maint' into nextTheodore Ts'o
2014-07-25e2fsck: don't crash during rehashDarrick J. Wong
2014-07-24e2fsck: force all block allocations to use block_found_mapDarrick J. Wong
2014-03-14e2fsck: don't rehash inline directoriesDarrick J. Wong
2014-03-04e2fsck: check inline_data in pass3Zheng Liu
2013-12-16Merge branch 'maint' into nextTheodore Ts'o
2013-12-15e2fsck: only release clusters when shortening a directory during a rehashDarrick J. Wong
2013-12-03Merge branch 'maint' into nextTheodore Ts'o
2013-12-02e2fsck: use errcode_t to suppress some -Wconversion warningsTheodore Ts'o
2013-10-12Merge branch 'maint' into nextTheodore Ts'o
2013-10-07e2fsprogs: fix blk_t <- blk64_t assignment mismatchesDarrick J. Wong
2013-06-08libext2fs: provide functions to safely access name_len and file_typeJan Kara
2013-05-20e2fsck: fix gcc -Wall nitsTheodore Ts'o
2013-05-19Merge branch 'maint' into nextTheodore Ts'o
2013-05-19e2fsck: fix gcc -Wall nitsTheodore Ts'o
2013-01-01Merge branch 'maint' into nextTheodore Ts'o
2013-01-01Fix gcc -Wall nitsTheodore Ts'o
2012-08-15ext4: fix rehashing of the lost+found directoryTheodore Ts'o
2012-08-02libext2fs: add checksums to the end of directory leaf nodesDarrick J. Wong
2012-08-02e2fsck: verify htree root/node checksumsDarrick J. Wong