summaryrefslogtreecommitdiff
path: root/fs/exfat/fatent.c
AgeCommit message (Expand)AuthorFilesLines
5 daysexfat: add cluster chain loop check for dirYuezhang Mo1-0/+10
2025-03-27exfat: fix the infinite loop in exfat_find_last_cluster()Yuezhang Mo1-1/+1
2025-03-27exfat: support batch discard of clusters when freeing clustersYuezhang Mo1-0/+29
2025-03-05exfat: fix soft lockup in exfat_clear_bitmapNamjae Jeon1-4/+7
2024-12-31exfat: fix the infinite loop in __exfat_free_cluster()Yuezhang Mo1-0/+10
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2023-02-28exfat: fix the newly allocated clusters are not freed in error handlingYuezhang Mo1-10/+8
2023-02-28exfat: don't print error log in normal caseYuezhang Mo1-2/+3
2023-02-28exfat: remove unneeded code from exfat_alloc_cluster()Yuezhang Mo1-8/+1
2022-09-04exfat: fix overflow for large capacity partitionYuezhang Mo1-2/+1
2022-08-01exfat: Drop superfluous new line for error messagesTakashi Iwai1-1/+1
2022-05-23exfat: check if cluster num is validTadeusz Struk1-6/+0
2022-05-23exfat: reduce block requests when zeroing a clusterYuezhang Mo1-24/+17
2022-01-10exfat: simplify is_valid_cluster()Christophe Vu-Brugier1-3/+1
2021-04-27exfat: improve write performance when dirsync enabledHyeongseok Kim1-2/+2
2021-04-27exfat: introduce bitmap_lock for cluster bitmap accessHyeongseok Kim1-8/+29
2021-02-22exfat: improve performance of exfat_free_cluster when using dirsync mount optionHyeongseok Kim1-6/+37
2020-08-12exfat: optimize exfat_zeroed_cluster()Tetsuhiro Kohada1-43/+10
2020-08-12exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada1-5/+2
2020-06-09exfat: fix range validation error in alloc and free clusterhyeongseok.kim1-2/+2
2020-06-09exfat: Use a more common logging styleJoe Perches1-8/+5
2020-03-05exfat: add fat entry operationsNamjae Jeon1-0/+463