index
:
pub/scm/linux/kernel/git/mgr/linux.git
master
Linux kernel fork
Michael Grzeschik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
exfat
/
fatent.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-15
exfat: add support for multi-cluster allocation
Namjae Jeon
1
-10
/
+16
2026-06-15
exfat: replace unsafe macros with static inline functions
Namjae Jeon
1
-2
/
+2
2026-04-03
exfat: remove NULL cache pointer case in exfat_ent_get
Chi Zhiling
1
-14
/
+9
2026-03-05
exfat: fix error handling for FAT table operations
Chi Zhiling
1
-4
/
+4
2026-03-05
exfat: optimize exfat_chain_cont_cluster with cached buffer heads
Chi Zhiling
1
-12
/
+37
2026-03-05
exfat: drop redundant sec parameter from exfat_mirror_bh
Chi Zhiling
1
-7
/
+4
2026-03-05
exfat: add block readahead in exfat_chain_cont_cluster
Chi Zhiling
1
-0
/
+37
2026-02-12
exfat: add blank line after declarations
William Hansen-Baird
1
-0
/
+1
2026-02-12
exfat: improve exfat_find_last_cluster
Chi Zhiling
1
-1
/
+3
2026-02-12
exfat: improve exfat_count_num_clusters
Chi Zhiling
1
-1
/
+3
2026-02-12
exfat: support reuse buffer head for exfat_ent_get
Chi Zhiling
1
-15
/
+24
2026-02-12
exfat: add cache option for __exfat_ent_get
Chi Zhiling
1
-7
/
+13
2025-12-03
exfat: validate the cluster bitmap bits of directory
Namjae Jeon
1
-3
/
+3
2025-09-30
exfat: limit log print for IO error
Chi Zhiling
1
-5
/
+6
2025-08-01
exfat: add cluster chain loop check for dir
Yuezhang Mo
1
-0
/
+10
2025-03-27
exfat: fix the infinite loop in exfat_find_last_cluster()
Yuezhang Mo
1
-1
/
+1
2025-03-27
exfat: support batch discard of clusters when freeing clusters
Yuezhang Mo
1
-0
/
+29
2025-03-05
exfat: fix soft lockup in exfat_clear_bitmap
Namjae Jeon
1
-4
/
+7
2024-12-31
exfat: fix the infinite loop in __exfat_free_cluster()
Yuezhang Mo
1
-0
/
+10
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
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
-5
/
+36
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-05
exfat: add fat entry operations
Namjae Jeon
1
-0
/
+463