summaryrefslogtreecommitdiff
path: root/fs/exfat/nls.c
AgeCommit message (Expand)Author
2024-02-25exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helperAl Viro
2022-08-01exfat: Drop superfluous new line for error messagesTakashi Iwai
2022-08-01exfat: Downgrade ENAMETOOLONG error message to debug messagesTakashi Iwai
2022-01-10exfat: remove argument 'sector' from exfat_get_dentry()Yuezhang.Mo
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