index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
exfat
/
nls.c
Age
Commit message (
Expand
)
Author
2024-02-25
exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helper
Al Viro
2022-08-01
exfat: Drop superfluous new line for error messages
Takashi Iwai
2022-08-01
exfat: Downgrade ENAMETOOLONG error message to debug messages
Takashi Iwai
2022-01-10
exfat: remove argument 'sector' from exfat_get_dentry()
Yuezhang.Mo
2020-12-22
exfat: Avoid allocating upcase table using kcalloc()
Artem Labazov
2020-10-22
exfat: fix misspellings using codespell tool
Namjae Jeon
2020-07-21
exfat: fix name_hash computation on big endian systems
Ilya Ponetayev
2020-06-09
exfat: Fix potential use after free in exfat_load_upcase_table()
Dan Carpenter
2020-06-09
exfat: remove unnecessary reassignment of p_uniname->name_len
Namjae Jeon
2020-06-09
exfat: standardize checksum calculation
Tetsuhiro Kohada
2020-06-09
exfat: Remove unused functions exfat_high_surrogate() and exfat_low_surrogate()
Pali Rohár
2020-06-09
exfat: Use a more common logging style
Joe Perches
2020-03-05
exfat: add nls operations
Namjae Jeon