HFS+: add custom dentry hash and comparison operations
Add custom dentry hash and comparison operations for HFS+ filesystems that are case-insensitive and/or do automatic unicode decomposition. The new operations reuse the existing HFS+ ASCII to unicode conversion, unicode decomposition and case folding functionality. Signed-off-by:Duane Griffin <duaneg@dghda.com> Signed-off-by:
Roman Zippel <zippel@linux-m68k.org> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- fs/hfsplus/btree.c 3 additions, 1 deletionfs/hfsplus/btree.c
- fs/hfsplus/dir.c 2 additions, 0 deletionsfs/hfsplus/dir.c
- fs/hfsplus/hfsplus_fs.h 4 additions, 0 deletionsfs/hfsplus/hfsplus_fs.h
- fs/hfsplus/inode.c 5 additions, 0 deletionsfs/hfsplus/inode.c
- fs/hfsplus/super.c 1 addition, 0 deletionsfs/hfsplus/super.c
- fs/hfsplus/unicode.c 123 additions, 0 deletionsfs/hfsplus/unicode.c
Please register or sign in to comment