Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | exfat: Avoid allocating upcase table using kcalloc() | Artem Labazov | 2020-12-22 | 1 | -3/+3 |
* | exfat: fix misspellings using codespell tool | Namjae Jeon | 2020-10-22 | 1 | -1/+1 |
* | exfat: fix name_hash computation on big endian systems | Ilya Ponetayev | 2020-07-21 | 1 | -4/+4 |
* | exfat: Fix potential use after free in exfat_load_upcase_table() | Dan Carpenter | 2020-06-09 | 1 | -1/+1 |
* | exfat: remove unnecessary reassignment of p_uniname->name_len | Namjae Jeon | 2020-06-09 | 1 | -2/+0 |
* | exfat: standardize checksum calculation | Tetsuhiro Kohada | 2020-06-09 | 1 | -12/+7 |
* | exfat: Remove unused functions exfat_high_surrogate() and exfat_low_surrogate() | Pali Rohár | 2020-06-09 | 1 | -13/+0 |
* | exfat: Use a more common logging style | Joe Perches | 2020-06-09 | 1 | -12/+8 |
* | exfat: add nls operations | Namjae Jeon | 2020-03-05 | 1 | -0/+831 |