summaryrefslogtreecommitdiffstats
path: root/fs/exfat/fatent.c
Commit message (Expand)AuthorAgeFilesLines
* exfat: fix the newly allocated clusters are not freed in error handlingYuezhang Mo2023-02-281-10/+8
* exfat: don't print error log in normal caseYuezhang Mo2023-02-281-2/+3
* exfat: remove unneeded code from exfat_alloc_cluster()Yuezhang Mo2023-02-281-8/+1
* exfat: fix overflow for large capacity partitionYuezhang Mo2022-09-041-2/+1
* exfat: Drop superfluous new line for error messagesTakashi Iwai2022-08-011-1/+1
* exfat: check if cluster num is validTadeusz Struk2022-05-231-6/+0
* exfat: reduce block requests when zeroing a clusterYuezhang Mo2022-05-231-24/+17
* exfat: simplify is_valid_cluster()Christophe Vu-Brugier2022-01-101-3/+1
* exfat: improve write performance when dirsync enabledHyeongseok Kim2021-04-271-2/+2
* exfat: introduce bitmap_lock for cluster bitmap accessHyeongseok Kim2021-04-271-8/+29
* exfat: improve performance of exfat_free_cluster when using dirsync mount optionHyeongseok Kim2021-02-221-6/+37
* exfat: optimize exfat_zeroed_cluster()Tetsuhiro Kohada2020-08-121-43/+10
* exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada2020-08-121-5/+2
* exfat: fix range validation error in alloc and free clusterhyeongseok.kim2020-06-091-2/+2
* exfat: Use a more common logging styleJoe Perches2020-06-091-8/+5
* exfat: add fat entry operationsNamjae Jeon2020-03-051-0/+463