| Age | Commit message (Expand) | Author | Files | Lines |
| 9 days | exfat: fix handling of damaged volume in exfat_create_upcase_table() | David Timber | 1 | -6/+13 |
| 2025-10-15 | exfat: fix out-of-bounds in exfat_nls_to_ucs2() | Jeongjun Park | 1 | -3/+0 |
| 2025-09-30 | exfat: Remove unnecessary parentheses | Liao Yuanhong | 1 | -1/+1 |
| 2025-05-26 | exfat: fix double free in delayed_free | Namjae Jeon | 1 | -0/+1 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-09-23 | exfat: resolve memory leak from exfat_create_upcase_table() | Daniel Yang | 1 | -1/+4 |
| 2024-02-25 | exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helper | Al Viro | 1 | -10/+4 |
| 2022-08-01 | exfat: Drop superfluous new line for error messages | Takashi Iwai | 1 | -1/+1 |
| 2022-08-01 | exfat: Downgrade ENAMETOOLONG error message to debug messages | Takashi Iwai | 1 | -1/+1 |
| 2022-01-10 | exfat: remove argument 'sector' from exfat_get_dentry() | Yuezhang.Mo | 1 | -1/+1 |
| 2020-12-22 | exfat: Avoid allocating upcase table using kcalloc() | Artem Labazov | 1 | -3/+3 |
| 2020-10-22 | exfat: fix misspellings using codespell tool | Namjae Jeon | 1 | -1/+1 |
| 2020-07-21 | exfat: fix name_hash computation on big endian systems | Ilya Ponetayev | 1 | -4/+4 |
| 2020-06-09 | exfat: Fix potential use after free in exfat_load_upcase_table() | Dan Carpenter | 1 | -1/+1 |
| 2020-06-09 | exfat: remove unnecessary reassignment of p_uniname->name_len | Namjae Jeon | 1 | -2/+0 |
| 2020-06-09 | exfat: standardize checksum calculation | Tetsuhiro Kohada | 1 | -12/+7 |
| 2020-06-09 | exfat: Remove unused functions exfat_high_surrogate() and exfat_low_surrogate() | Pali Rohár | 1 | -13/+0 |
| 2020-06-09 | exfat: Use a more common logging style | Joe Perches | 1 | -12/+8 |
| 2020-03-05 | exfat: add nls operations | Namjae Jeon | 1 | -0/+831 |