summaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
diff options
context:
space:
mode:
authorDaniel Rosenberg <drosen@google.com>2020-07-08 12:12:35 +0300
committerJaegeuk Kim <jaegeuk@kernel.org>2020-09-11 00:03:31 +0300
commitc843843e714c8f17280d7db009412b1b1baf448b (patch)
tree598f8c20cfdda107eefed04806c9d0197b71bf06 /fs/f2fs/super.c
parent3d7bfea8b8378277a25b42b28fe5a2a5ca76a7cf (diff)
downloadlinux-c843843e714c8f17280d7db009412b1b1baf448b.tar.xz
fs: Add standard casefolding support
This adds general supporting functions for filesystems that use utf8 casefolding. It provides standard dentry_operations and adds the necessary structures in struct super_block to allow this standardization. The new dentry operations are functionally equivalent to the existing operations in ext4 and f2fs, apart from the use of utf8_casefold_hash to avoid an allocation. By providing a common implementation, all users can benefit from any optimizations without needing to port over improvements. Signed-off-by: Daniel Rosenberg <drosen@google.com> Reviewed-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/super.c')
0 files changed, 0 insertions, 0 deletions