aboutsummaryrefslogtreecommitdiff
path: root/fs/hfsplus/unicode.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2018-08-22hfsplus: fix decomposition of Hangul charactersGravatar Ernesto A. Fernández 1-6/+56
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-07-31get rid of 'parent' argument of ->d_compare()Gravatar Al Viro 1-1/+1
2016-07-29cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Gravatar Al Viro 1-1/+1
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 1-1/+1
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Gravatar Linus Torvalds 1-5/+2
2013-02-27hfsplus: add support of manipulation by attributes fileGravatar Vyacheslav Dubeyko 1-3/+4
2011-06-30hfsplus: assignments inside `if' condition clean-upGravatar Anton Salikhmetov 1-8/+27
2011-01-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Gravatar Linus Torvalds 1-15/+23
2011-01-07fs: change d_hash for rcu-walkGravatar Nick Piggin 1-1/+2
2011-01-07fs: change d_compare for rcu-walkGravatar Nick Piggin 1-6/+9
2010-12-16hfsplus: spaces/indentation clean-upGravatar Anton Salikhmetov 1-10/+10
2010-12-16hfsplus: over 80 character lines clean-upGravatar Anton Salikhmetov 1-6/+15
2010-10-01hfsplus: use atomic bitops for the superblock flagsGravatar Christoph Hellwig 1-6/+6
2010-10-01hfsplus: fix HFSPLUS_SB calling conventionGravatar Christoph Hellwig 1-8/+8
2008-02-08fs/hfsplus/unicode.c: fix uninitialized var warningGravatar Andrew Morton 1-1/+2
2007-07-16HFS+: add custom dentry hash and comparison operationsGravatar Duane Griffin 1-0/+123
2007-07-16HFS+: refactor ASCII to unicode conversion routine for later reuseGravatar Duane Griffin 1-45/+62
2006-01-18[PATCH] hfs: add HFSX supportGravatar David Elliott 1-1/+29
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+271