aboutsummaryrefslogtreecommitdiff
path: root/fs/exfat/fatent.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-28exfat: fix the newly allocated clusters are not freed in error handlingGravatar Yuezhang Mo 1-10/+8
2023-02-28exfat: don't print error log in normal caseGravatar Yuezhang Mo 1-2/+3
2023-02-28exfat: remove unneeded code from exfat_alloc_cluster()Gravatar Yuezhang Mo 1-8/+1
2022-09-04exfat: fix overflow for large capacity partitionGravatar Yuezhang Mo 1-2/+1
2022-08-01exfat: Drop superfluous new line for error messagesGravatar Takashi Iwai 1-1/+1
2022-05-23exfat: check if cluster num is validGravatar Tadeusz Struk 1-6/+0
2022-05-23exfat: reduce block requests when zeroing a clusterGravatar Yuezhang Mo 1-24/+17
2022-01-10exfat: simplify is_valid_cluster()Gravatar Christophe Vu-Brugier 1-3/+1
2021-04-27exfat: improve write performance when dirsync enabledGravatar Hyeongseok Kim 1-2/+2
2021-04-27exfat: introduce bitmap_lock for cluster bitmap accessGravatar Hyeongseok Kim 1-8/+29
2021-02-22exfat: improve performance of exfat_free_cluster when using dirsync mount optionGravatar Hyeongseok Kim 1-6/+37
2020-08-12exfat: optimize exfat_zeroed_cluster()Gravatar Tetsuhiro Kohada 1-43/+10
2020-08-12exfat: remove EXFAT_SB_DIRTY flagGravatar Tetsuhiro Kohada 1-5/+2
2020-06-09exfat: fix range validation error in alloc and free clusterGravatar hyeongseok.kim 1-2/+2
2020-06-09exfat: Use a more common logging styleGravatar Joe Perches 1-8/+5
2020-03-05exfat: add fat entry operationsGravatar Namjae Jeon 1-0/+463