summaryrefslogtreecommitdiffstats
path: root/fs/exfat/nls.c
Commit message (Expand)AuthorAgeFilesLines
* exfat: fix name_hash computation on big endian systemsIlya Ponetayev2020-07-211-4/+4
* exfat: Fix potential use after free in exfat_load_upcase_table()Dan Carpenter2020-06-091-1/+1
* exfat: remove unnecessary reassignment of p_uniname->name_lenNamjae Jeon2020-06-091-2/+0
* exfat: standardize checksum calculationTetsuhiro Kohada2020-06-091-12/+7
* exfat: Remove unused functions exfat_high_surrogate() and exfat_low_surrogate()Pali Rohár2020-06-091-13/+0
* exfat: Use a more common logging styleJoe Perches2020-06-091-12/+8
* exfat: add nls operationsNamjae Jeon2020-03-051-0/+831