aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exfat/nls.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-22exfat: Avoid allocating upcase table using kcalloc()Artem Labazov1-3/+3
2020-10-22exfat: fix misspellings using codespell toolNamjae Jeon1-1/+1
2020-07-21exfat: fix name_hash computation on big endian systemsIlya Ponetayev1-4/+4
2020-06-09exfat: Fix potential use after free in exfat_load_upcase_table()Dan Carpenter1-1/+1
2020-06-09exfat: remove unnecessary reassignment of p_uniname->name_lenNamjae Jeon1-2/+0
2020-06-09exfat: standardize checksum calculationTetsuhiro Kohada1-12/+7
2020-06-09exfat: Remove unused functions exfat_high_surrogate() and exfat_low_surrogate()Pali Rohár1-13/+0
2020-06-09exfat: Use a more common logging styleJoe Perches1-12/+8
2020-03-05exfat: add nls operationsNamjae Jeon1-0/+831