aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/hash.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-17f2fs: don't use casefolded comparison for "." and ".."Gravatar Eric Biggers 1-5/+6
2022-01-20unicode: clean up the Kconfig symbol confusionGravatar Christoph Hellwig 1-1/+1
2020-12-02f2fs: Handle casefolding with EncryptionGravatar Daniel Rosenberg 1-1/+10
2020-06-09Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Gravatar Linus Torvalds 1-44/+32
2020-05-11f2fs: rework filename handlingGravatar Eric Biggers 1-44/+32
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hGravatar Eric Biggers 1-1/+0
2019-08-23f2fs: Support case-insensitive file name lookupsGravatar Daniel Rosenberg 1-1/+36
2018-09-12f2fs: add SPDX license identifiersGravatar Chao Yu 1-4/+1
2017-05-04f2fs: check entire encrypted bigname when finding a dentryGravatar Jaegeuk Kim 1-1/+6
2015-05-28f2fs: introduce dot and dotdot name checkGravatar Jaegeuk Kim 1-2/+1
2014-08-29f2fs: fix wrong casting for dentry nameGravatar Jaegeuk Kim 1-3/+4
2014-07-09f2fs: arguments cleanup of finding file flow functionsGravatar Gu Zheng 1-1/+3
2012-12-28f2fs: unify string length declarations and usageGravatar Leon Romanovsky 1-4/+6
2012-12-28f2fs: clean up unused variables and return valuesGravatar Jaegeuk Kim 1-3/+1
2012-12-26f2fs: fix up f2fs_get_parent issue to retrieve correct parent inode numberGravatar Namjae Jeon 1-0/+4
2012-12-11f2fs: adjust kernel coding styleGravatar Jaegeuk Kim 1-1/+1
2012-12-11f2fs: fix endian conversion bugs reported by sparseGravatar Jaegeuk Kim 1-2/+1
2012-12-11f2fs: add core directory operationsGravatar Jaegeuk Kim 1-0/+98