index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
exfat
/
balloc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
exfat: fix memory leak in exfat_load_bitmap()
Yuezhang Mo
2024-09-18
1
-5
/
+5
*
exfat: using ffs instead of internal logic
John Sanpe
2024-01-08
1
-26
/
+15
*
exfat: using hweight instead of internal logic
John Sanpe
2024-01-08
1
-27
/
+21
*
exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree
gaoming
2023-07-11
1
-3
/
+3
*
exfat: check if cluster num is valid
Tadeusz Struk
2022-05-23
1
-2
/
+6
*
exfat: remove argument 'sector' from exfat_get_dentry()
Yuezhang.Mo
2022-01-10
1
-1
/
+1
*
exfat: improve write performance when dirsync enabled
Hyeongseok Kim
2021-04-27
1
-2
/
+2
*
exfat: add support ioctl and FITRIM function
Hyeongseok Kim
2021-04-27
1
-0
/
+80
*
exfat: fix erroneous discard when clear cluster bit
Hyeongseok Kim
2021-04-27
1
-10
/
+1
*
exfat: improve performance of exfat_free_cluster when using dirsync mount option
Hyeongseok Kim
2021-02-22
1
-2
/
+2
*
exfat: remove EXFAT_SB_DIRTY flag
Tetsuhiro Kohada
2020-08-12
1
-2
/
+2
*
exfat: Use a more common logging style
Joe Perches
2020-06-09
1
-5
/
+3
*
exfat: Unify access to the boot sector
Tetsuhiro Kohada
2020-04-22
1
-3
/
+0
*
exfat: add bitmap operations
Namjae Jeon
2020-03-06
1
-0
/
+280