summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/hash.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: Handle casefolding with EncryptionDaniel Rosenberg2020-12-021-1/+10
* Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2020-06-091-44/+32
|\
| * f2fs: rework filename handlingEric Biggers2020-05-111-44/+32
* | crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2020-05-081-1/+0
|/
* f2fs: Support case-insensitive file name lookupsDaniel Rosenberg2019-08-231-1/+36
* f2fs: add SPDX license identifiersChao Yu2018-09-121-4/+1
* f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim2017-05-041-1/+6
* f2fs: introduce dot and dotdot name checkJaegeuk Kim2015-05-281-2/+1
* f2fs: fix wrong casting for dentry nameJaegeuk Kim2014-08-291-3/+4
* f2fs: arguments cleanup of finding file flow functionsGu Zheng2014-07-091-1/+3
* f2fs: unify string length declarations and usageLeon Romanovsky2012-12-281-4/+6
* f2fs: clean up unused variables and return valuesJaegeuk Kim2012-12-281-3/+1
* f2fs: fix up f2fs_get_parent issue to retrieve correct parent inode numberNamjae Jeon2012-12-261-0/+4
* f2fs: adjust kernel coding styleJaegeuk Kim2012-12-111-1/+1
* f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim2012-12-111-2/+1
* f2fs: add core directory operationsJaegeuk Kim2012-12-111-0/+98