index
:
pub/scm/linux/kernel/git/tip/tip.git
master
Linux kernel fork
TIP group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
exfat
/
balloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-14
exfat: keep FITRIM within the requested range
Yang Wen
1
-12
/
+19
2026-06-15
exfat: replace unsafe macros with static inline functions
Namjae Jeon
1
-1
/
+1
2026-03-05
exfat: use readahead helper in exfat_allocate_bitmap
Chi Zhiling
1
-12
/
+6
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2025-12-03
exfat: fix divide-by-zero in exfat_allocate_bitmap
Namjae Jeon
1
-1
/
+1
2025-12-03
exfat: validate the cluster bitmap bits of directory
Namjae Jeon
1
-4
/
+24
2025-09-30
exfat: optimize allocation bitmap loading time
Namjae Jeon
1
-0
/
+13
2025-09-30
exfat: validate cluster allocation bits of the allocation bitmap
Namjae Jeon
1
-12
/
+60
2025-03-27
exfat: support batch discard of clusters when freeing clusters
Yuezhang Mo
1
-14
/
+0
2025-03-05
exfat: fix soft lockup in exfat_clear_bitmap
Namjae Jeon
1
-2
/
+8
2024-09-18
exfat: fix memory leak in exfat_load_bitmap()
Yuezhang Mo
1
-5
/
+5
2024-01-08
exfat: using ffs instead of internal logic
John Sanpe
1
-26
/
+15
2024-01-08
exfat: using hweight instead of internal logic
John Sanpe
1
-27
/
+21
2023-07-11
exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree
gaoming
1
-3
/
+3
2022-05-23
exfat: check if cluster num is valid
Tadeusz Struk
1
-2
/
+6
2022-01-10
exfat: remove argument 'sector' from exfat_get_dentry()
Yuezhang.Mo
1
-1
/
+1
2021-04-27
exfat: improve write performance when dirsync enabled
Hyeongseok Kim
1
-2
/
+2
2021-04-27
exfat: add support ioctl and FITRIM function
Hyeongseok Kim
1
-0
/
+80
2021-04-27
exfat: fix erroneous discard when clear cluster bit
Hyeongseok Kim
1
-10
/
+1
2021-02-22
exfat: improve performance of exfat_free_cluster when using dirsync mount option
Hyeongseok Kim
1
-2
/
+2
2020-08-12
exfat: remove EXFAT_SB_DIRTY flag
Tetsuhiro Kohada
1
-2
/
+2
2020-06-09
exfat: Use a more common logging style
Joe Perches
1
-5
/
+3
2020-04-22
exfat: Unify access to the boot sector
Tetsuhiro Kohada
1
-3
/
+0
2020-03-05
exfat: add bitmap operations
Namjae Jeon
1
-0
/
+280