index
:
kernel/git/torvalds/linux.git
master
Linux kernel source tree
Linus Torvalds
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
exfat
/
dir.c
Age
Commit message (
Expand
)
Author
2026-06-15
exfat: bound uniname advance in exfat_find_dir_entry()
Bryam Vargas
2026-06-15
exfat: preserve benign secondary entries during rename and move
Rochan Avlur
2026-06-15
exfat: add support for multi-cluster allocation
Namjae Jeon
2026-06-15
exfat: replace unsafe macros with static inline functions
Namjae Jeon
2026-06-15
exfat: fix potential use-after-free in exfat_find_dir_entry()
Michael Bommarito
2026-04-03
exfat: use exfat_chain_advance helper
Chi Zhiling
2026-04-03
exfat: use exfat_cluster_walk helper
Chi Zhiling
2026-04-03
exfat: fix incorrect directory checksum after rename to shorter name
Chi Zhiling
2026-03-05
exfat: use readahead helper in exfat_get_dentry
Chi Zhiling
2026-03-04
exfat: Fix bitwise operation having different size
Philipp Hahn
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-12
exfat: add setlease file operation
Jeff Layton
2025-12-03
exfat: validate the cluster bitmap bits of directory
Namjae Jeon
2025-09-30
exfat: Add support for FS_IOC_{GET,SET}FSLABEL
Ethan Ferguson
2025-08-01
exfat: add cluster chain loop check for dir
Yuezhang Mo
2024-12-31
exfat: fix the infinite loop in exfat_readdir()
Yuezhang Mo
2024-11-25
exfat: reduce FAT chain traversal
Yuezhang Mo
2024-11-25
exfat: code cleanup for exfat_readdir()
Yuezhang Mo
2024-07-15
exfat: fix potential deadlock on __exfat_get_dentry_set
Sungjong Seo
2024-04-25
exfat: zero the reserved fields of file and stream extension dentries
Yuezhang Mo
2024-03-19
exfat: remove unused functions
Yuezhang Mo
2024-03-19
exfat: convert exfat_init_ext_entry() to use dentry cache
Yuezhang Mo
2024-03-19
exfat: move free cluster out of exfat_init_ext_entry()
Yuezhang Mo
2024-03-19
exfat: convert exfat_remove_entries() to use dentry cache
Yuezhang Mo
2024-03-19
exfat: convert exfat_add_entry() to use dentry cache
Yuezhang Mo
2024-03-19
exfat: add exfat_get_empty_dentry_set() helper
Yuezhang Mo
2024-03-19
exfat: add __exfat_get_dentry_set() helper
Yuezhang Mo
2023-10-31
exfat: support create zero-size directory
Yuezhang Mo
2023-10-31
exfat: add ioctls for accessing attributes
Jan Cincera
2023-08-06
vfs: get rid of old '->iterate' directory operation
Linus Torvalds
2023-07-15
exfat: release s_lock before calling dir_emit()
Sungjong Seo
2023-07-13
exfat: check if filename entries exceeds max filename length
Namjae Jeon
2023-02-27
exfat: handle unreconized benign secondary entries
Namjae Jeon
2023-02-27
exfat: fix reporting fs error when reading dir beyond EOF
Yuezhang Mo
2023-02-27
exfat: fix unexpected EOF while reading dir
Yuezhang Mo
2022-12-13
exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set()
Yuezhang Mo
2022-12-12
exfat: remove unnecessary arguments from exfat_find_dir_entry()
Yuezhang Mo
2022-12-12
exfat: remove call ilog2() from exfat_readdir()
Yuezhang Mo
2022-12-12
exfat: replace magic numbers with Macros
Yuezhang Mo
2022-12-12
exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()
Yuezhang Mo
2022-12-12
exfat: move exfat_entry_set_cache from heap to stack
Yuezhang Mo
2022-12-12
exfat: support dynamic allocate bh for exfat_entry_set_cache
Yuezhang Mo
2022-12-12
exfat: hint the empty entry which at the end of cluster chain
Yuezhang Mo
2022-12-12
exfat: simplify empty entry hint
Yuezhang Mo
2022-09-01
exfat_iterate(): don't open-code file_inode(file)
Al Viro
2022-01-10
exfat: remove argument 'sector' from exfat_get_dentry()
Yuezhang.Mo
2022-01-10
exfat: make exfat_find_location() static
Christophe Vu-Brugier
2022-01-10
exfat: fix typos in comments
Christophe Vu-Brugier
2021-07-04
exfat: handle wrong stream entry size in exfat_readdir()
Namjae Jeon
2021-04-27
exfat: speed up iterate/lookup by fixing start point of traversing cluster chain
Hyeongseok Kim
[next]