index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
exfat
/
fatent.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
exfat: fix the newly allocated clusters are not freed in error handling
Yuezhang Mo
2023-02-28
1
-10
/
+8
*
exfat: don't print error log in normal case
Yuezhang Mo
2023-02-28
1
-2
/
+3
*
exfat: remove unneeded code from exfat_alloc_cluster()
Yuezhang Mo
2023-02-28
1
-8
/
+1
*
exfat: fix overflow for large capacity partition
Yuezhang Mo
2022-09-04
1
-2
/
+1
*
exfat: Drop superfluous new line for error messages
Takashi Iwai
2022-08-01
1
-1
/
+1
*
exfat: check if cluster num is valid
Tadeusz Struk
2022-05-23
1
-6
/
+0
*
exfat: reduce block requests when zeroing a cluster
Yuezhang Mo
2022-05-23
1
-24
/
+17
*
exfat: simplify is_valid_cluster()
Christophe Vu-Brugier
2022-01-10
1
-3
/
+1
*
exfat: improve write performance when dirsync enabled
Hyeongseok Kim
2021-04-27
1
-2
/
+2
*
exfat: introduce bitmap_lock for cluster bitmap access
Hyeongseok Kim
2021-04-27
1
-8
/
+29
*
exfat: improve performance of exfat_free_cluster when using dirsync mount option
Hyeongseok Kim
2021-02-22
1
-6
/
+37
*
exfat: optimize exfat_zeroed_cluster()
Tetsuhiro Kohada
2020-08-12
1
-43
/
+10
*
exfat: remove EXFAT_SB_DIRTY flag
Tetsuhiro Kohada
2020-08-12
1
-5
/
+2
*
exfat: fix range validation error in alloc and free cluster
hyeongseok.kim
2020-06-09
1
-2
/
+2
*
exfat: Use a more common logging style
Joe Perches
2020-06-09
1
-8
/
+5
*
exfat: add fat entry operations
Namjae Jeon
2020-03-06
1
-0
/
+463