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
/
dir.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-06
exfat: fix overflow in cluster-to-dentry conversion
Yang Wen
1
-1
/
+1
2026-07-28
exfat: free new directory cluster if zeroing fails
Yichong Chen
1
-1
/
+7
2026-06-15
exfat: bound uniname advance in exfat_find_dir_entry()
Bryam Vargas
1
-5
/
+8
2026-06-15
exfat: preserve benign secondary entries during rename and move
Rochan Avlur
1
-6
/
+44
2026-06-15
exfat: add support for multi-cluster allocation
Namjae Jeon
1
-1
/
+1
2026-06-15
exfat: replace unsafe macros with static inline functions
Namjae Jeon
1
-23
/
+25
2026-06-15
exfat: fix potential use-after-free in exfat_find_dir_entry()
Michael Bommarito
1
-1
/
+3
2026-04-03
exfat: use exfat_chain_advance helper
Chi Zhiling
1
-53
/
+18
2026-04-03
exfat: use exfat_cluster_walk helper
Chi Zhiling
1
-36
/
+11
2026-04-03
exfat: fix incorrect directory checksum after rename to shorter name
Chi Zhiling
1
-0
/
+1
2026-03-05
exfat: use readahead helper in exfat_get_dentry
Chi Zhiling
1
-38
/
+14
2026-03-04
exfat: Fix bitwise operation having different size
Philipp Hahn
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-01-12
exfat: add setlease file operation
Jeff Layton
1
-0
/
+2
2025-12-03
exfat: validate the cluster bitmap bits of directory
Namjae Jeon
1
-0
/
+5
2025-09-30
exfat: Add support for FS_IOC_{GET,SET}FSLABEL
Ethan Ferguson
1
-0
/
+160
2025-08-01
exfat: add cluster chain loop check for dir
Yuezhang Mo
1
-0
/
+12
2024-12-31
exfat: fix the infinite loop in exfat_readdir()
Yuezhang Mo
1
-1
/
+2
2024-11-25
exfat: reduce FAT chain traversal
Yuezhang Mo
1
-2
/
+3
2024-11-25
exfat: code cleanup for exfat_readdir()
Yuezhang Mo
1
-22
/
+2
2024-07-15
exfat: fix potential deadlock on __exfat_get_dentry_set
Sungjong Seo
1
-1
/
+1
2024-04-25
exfat: zero the reserved fields of file and stream extension dentries
Yuezhang Mo
1
-0
/
+2
2024-03-19
exfat: remove unused functions
Yuezhang Mo
1
-58
/
+2
2024-03-19
exfat: convert exfat_init_ext_entry() to use dentry cache
Yuezhang Mo
1
-26
/
+7
2024-03-19
exfat: move free cluster out of exfat_init_ext_entry()
Yuezhang Mo
1
-3
/
+0
2024-03-19
exfat: convert exfat_remove_entries() to use dentry cache
Yuezhang Mo
1
-11
/
+6
2024-03-19
exfat: convert exfat_add_entry() to use dentry cache
Yuezhang Mo
1
-28
/
+9
2024-03-19
exfat: add exfat_get_empty_dentry_set() helper
Yuezhang Mo
1
-0
/
+79
2024-03-19
exfat: add __exfat_get_dentry_set() helper
Yuezhang Mo
1
-21
/
+42
2023-10-31
exfat: support create zero-size directory
Yuezhang Mo
1
-6
/
+6
2023-10-31
exfat: add ioctls for accessing attributes
Jan Cincera
1
-4
/
+4
2023-08-06
vfs: get rid of old '->iterate' directory operation
Linus Torvalds
1
-1
/
+2
2023-07-15
exfat: release s_lock before calling dir_emit()
Sungjong Seo
1
-15
/
+12
2023-07-13
exfat: check if filename entries exceeds max filename length
Namjae Jeon
1
-2
/
+7
2023-02-27
exfat: handle unreconized benign secondary entries
Namjae Jeon
1
-25
/
+58
2023-02-27
exfat: fix reporting fs error when reading dir beyond EOF
Yuezhang Mo
1
-1
/
+1
2023-02-27
exfat: fix unexpected EOF while reading dir
Yuezhang Mo
1
-4
/
+1
2022-12-13
exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set()
Yuezhang Mo
1
-13
/
+4
2022-12-12
exfat: remove unnecessary arguments from exfat_find_dir_entry()
Yuezhang Mo
1
-5
/
+7
2022-12-12
exfat: remove call ilog2() from exfat_readdir()
Yuezhang Mo
1
-5
/
+4
2022-12-12
exfat: replace magic numbers with Macros
Yuezhang Mo
1
-6
/
+6
2022-12-12
exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()
Yuezhang Mo
1
-8
/
+8
2022-12-12
exfat: move exfat_entry_set_cache from heap to stack
Yuezhang Mo
1
-20
/
+15
2022-12-12
exfat: support dynamic allocate bh for exfat_entry_set_cache
Yuezhang Mo
1
-0
/
+15
2022-12-12
exfat: hint the empty entry which at the end of cluster chain
Yuezhang Mo
1
-4
/
+22
2022-12-12
exfat: simplify empty entry hint
Yuezhang Mo
1
-27
/
+31
2022-09-01
exfat_iterate(): don't open-code file_inode(file)
Al Viro
1
-3
/
+3
2022-01-10
exfat: remove argument 'sector' from exfat_get_dentry()
Yuezhang.Mo
1
-22
/
+14
2022-01-10
exfat: make exfat_find_location() static
Christophe Vu-Brugier
1
-2
/
+2
2022-01-10
exfat: fix typos in comments
Christophe Vu-Brugier
1
-1
/
+1
[next]