summaryrefslogtreecommitdiff
path: root/fs/exfat/fatent.c
AgeCommit message (Expand)Author
2022-09-04exfat: fix overflow for large capacity partitionYuezhang Mo
2022-08-01exfat: Drop superfluous new line for error messagesTakashi Iwai
2022-05-23exfat: check if cluster num is validTadeusz Struk
2022-05-23exfat: reduce block requests when zeroing a clusterYuezhang Mo
2022-01-10exfat: simplify is_valid_cluster()Christophe Vu-Brugier
2021-04-27exfat: improve write performance when dirsync enabledHyeongseok Kim
2021-04-27exfat: introduce bitmap_lock for cluster bitmap accessHyeongseok Kim
2021-02-22exfat: improve performance of exfat_free_cluster when using dirsync mount optionHyeongseok Kim
2020-08-12exfat: optimize exfat_zeroed_cluster()Tetsuhiro Kohada
2020-08-12exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada
2020-06-09exfat: fix range validation error in alloc and free clusterhyeongseok.kim
2020-06-09exfat: Use a more common logging styleJoe Perches
2020-03-05exfat: add fat entry operationsNamjae Jeon