index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
exfat
/
fatent.c
Age
Commit message (
Expand
)
Author
2025-03-27
exfat: fix the infinite loop in exfat_find_last_cluster()
Yuezhang Mo
2025-03-27
exfat: support batch discard of clusters when freeing clusters
Yuezhang Mo
2025-03-05
exfat: fix soft lockup in exfat_clear_bitmap
Namjae Jeon
2024-12-31
exfat: fix the infinite loop in __exfat_free_cluster()
Yuezhang Mo
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2023-02-28
exfat: fix the newly allocated clusters are not freed in error handling
Yuezhang Mo
2023-02-28
exfat: don't print error log in normal case
Yuezhang Mo
2023-02-28
exfat: remove unneeded code from exfat_alloc_cluster()
Yuezhang Mo
2022-09-04
exfat: fix overflow for large capacity partition
Yuezhang Mo
2022-08-01
exfat: Drop superfluous new line for error messages
Takashi Iwai
2022-05-23
exfat: check if cluster num is valid
Tadeusz Struk
2022-05-23
exfat: reduce block requests when zeroing a cluster
Yuezhang Mo
2022-01-10
exfat: simplify is_valid_cluster()
Christophe Vu-Brugier
2021-04-27
exfat: improve write performance when dirsync enabled
Hyeongseok Kim
2021-04-27
exfat: introduce bitmap_lock for cluster bitmap access
Hyeongseok Kim
2021-02-22
exfat: improve performance of exfat_free_cluster when using dirsync mount option
Hyeongseok Kim
2020-08-12
exfat: optimize exfat_zeroed_cluster()
Tetsuhiro Kohada
2020-08-12
exfat: remove EXFAT_SB_DIRTY flag
Tetsuhiro Kohada
2020-06-09
exfat: fix range validation error in alloc and free cluster
hyeongseok.kim
2020-06-09
exfat: Use a more common logging style
Joe Perches
2020-03-05
exfat: add fat entry operations
Namjae Jeon