index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
exfat
/
fatent.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-28
exfat: fix the newly allocated clusters are not freed in error handling
Yuezhang Mo
1
-10
/
+8
2023-02-28
exfat: don't print error log in normal case
Yuezhang Mo
1
-2
/
+3
2023-02-28
exfat: remove unneeded code from exfat_alloc_cluster()
Yuezhang Mo
1
-8
/
+1
2022-09-04
exfat: fix overflow for large capacity partition
Yuezhang Mo
1
-2
/
+1
2022-08-01
exfat: Drop superfluous new line for error messages
Takashi Iwai
1
-1
/
+1
2022-05-23
exfat: check if cluster num is valid
Tadeusz Struk
1
-6
/
+0
2022-05-23
exfat: reduce block requests when zeroing a cluster
Yuezhang Mo
1
-24
/
+17
2022-01-10
exfat: simplify is_valid_cluster()
Christophe Vu-Brugier
1
-3
/
+1
2021-04-27
exfat: improve write performance when dirsync enabled
Hyeongseok Kim
1
-2
/
+2
2021-04-27
exfat: introduce bitmap_lock for cluster bitmap access
Hyeongseok Kim
1
-8
/
+29
2021-02-22
exfat: improve performance of exfat_free_cluster when using dirsync mount option
Hyeongseok Kim
1
-6
/
+37
2020-08-12
exfat: optimize exfat_zeroed_cluster()
Tetsuhiro Kohada
1
-43
/
+10
2020-08-12
exfat: remove EXFAT_SB_DIRTY flag
Tetsuhiro Kohada
1
-5
/
+2
2020-06-09
exfat: fix range validation error in alloc and free cluster
hyeongseok.kim
1
-2
/
+2
2020-06-09
exfat: Use a more common logging style
Joe Perches
1
-8
/
+5
2020-03-06
exfat: add fat entry operations
Namjae Jeon
1
-0
/
+463