summaryrefslogtreecommitdiff
path: root/fs/exfat/nls.c
AgeCommit message (Expand)Author
2020-12-22exfat: Avoid allocating upcase table using kcalloc()Artem Labazov
2020-10-22exfat: fix misspellings using codespell toolNamjae Jeon
2020-07-21exfat: fix name_hash computation on big endian systemsIlya Ponetayev
2020-06-09exfat: Fix potential use after free in exfat_load_upcase_table()Dan Carpenter
2020-06-09exfat: remove unnecessary reassignment of p_uniname->name_lenNamjae Jeon
2020-06-09exfat: standardize checksum calculationTetsuhiro Kohada
2020-06-09exfat: Remove unused functions exfat_high_surrogate() and exfat_low_surrogate()Pali Rohár
2020-06-09exfat: Use a more common logging styleJoe Perches
2020-03-05exfat: add nls operationsNamjae Jeon