summaryrefslogtreecommitdiffstats
path: root/fs/exfat/nls.c
Commit message (Expand)AuthorAgeFilesLines
* exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helperAl Viro2024-02-251-10/+4
* exfat: Drop superfluous new line for error messagesTakashi Iwai2022-08-011-1/+1
* exfat: Downgrade ENAMETOOLONG error message to debug messagesTakashi Iwai2022-08-011-1/+1
* exfat: remove argument 'sector' from exfat_get_dentry()Yuezhang.Mo2022-01-101-1/+1
* exfat: Avoid allocating upcase table using kcalloc()Artem Labazov2020-12-221-3/+3
* exfat: fix misspellings using codespell toolNamjae Jeon2020-10-221-1/+1
* 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