Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Pull ext4 updates from Ted Ts'o: "Add as a feature case-insensitive directories (the casefold feature) using Unicode 12.1. Also, the usual largish number of cleanups and bug fixes" * tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: (25 commits) ext4: export /sys/fs/ext4/feature/casefold if Unicode support is present ext4: fix ext4_show_options for file systems w/o journal unicode: refactor the rule for regenerating utf8data.h docs: ext4.rst: document case-insensitive directories ext4: Support case-insensitive file name lookups ext4: include charset encoding information in the superblock MAINTAINERS: add Unicode subsystem entry unicode: update unicode database unicode version 12.1.0 unicode: introduce test module for normalized utf8 implementation unicode: implement higher level API for string handling unicode: reduce the size of utf8data[] unicode: introduce code for UTF-8 normalization unicode: introduce UTF-8 character database ext4: actually request zeroing of inode table after grow ext4: cond_resched in work-heavy group loops ext4: fix use-after-free race with debug_want_extra_isize ext4: avoid drop reference to iloc.bh twice ext4: ignore e_value_offs for xattrs with value-in-ea-inode ext4: protect journal inode's blocks using block_validity ext4: use BUG() instead of BUG_ON(1) ...
Showing
fs/unicode/.gitignore
0 → 100644
fs/unicode/Kconfig
0 → 100644
fs/unicode/Makefile
0 → 100644
fs/unicode/README.utf8data
0 → 100644
fs/unicode/mkutf8data.c
0 → 100644
This diff is collapsed.
fs/unicode/utf8-core.c
0 → 100644
fs/unicode/utf8-norm.c
0 → 100644
This diff is collapsed.
fs/unicode/utf8-selftest.c
0 → 100644
This diff is collapsed.
This diff is collapsed.
fs/unicode/utf8n.h
0 → 100644
include/linux/unicode.h
0 → 100644
Please register or sign in to comment