index
:
pub/scm/linux/kernel/git/ljs/linux.git
master
ljs's fork of linux.git
Lorenzo Stoakes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
exfat
/
namei.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-22
Merge tag 'exfat-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+21
2026-07-31
Remove excl arg to ->create inode_operation
NeilBrown
1
-1
/
+1
2026-07-29
exfat: clean up new entry on add entry failure
Yichong Chen
1
-1
/
+16
2026-07-27
exfat: write moved entry before removing source
Yichong Chen
1
-5
/
+5
2026-06-15
exfat: preserve benign secondary entries during rename and move
Rochan Avlur
1
-20
/
+69
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
-12
/
+14
2026-06-15
exfat: simplify exfat_lookup()
Al Viro
1
-43
/
+13
2026-05-11
exfat: Implement fileattr_get for case sensitivity
Chuck Lever
1
-0
/
+1
2026-04-03
exfat: use exfat_chain_advance helper
Chi Zhiling
1
-21
/
+7
2026-03-26
exfat: fix passing zero to ERR_PTR() in exfat_mkdir()
Yang Wen
1
-3
/
+4
2026-03-05
exfat: fix error handling for FAT table operations
Chi Zhiling
1
-1
/
+2
2026-02-12
exfat: improve error code handling in exfat_find_empty_entry()
Haotian Zhang
1
-2
/
+2
2025-12-03
exfat: fix refcount leak in exfat_find
Shuhao Fu
1
-10
/
+10
2025-10-15
exfat: fix out-of-bounds in exfat_nls_to_ucs2()
Jeongjun Park
1
-1
/
+1
2025-10-15
exfat: fix improper check of dentry.stream.valid_size
Jaehun Gou
1
-1
/
+5
2025-10-03
Merge tag 'exfat-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2025-09-30
exfat: Add support for FS_IOC_{GET,SET}FSLABEL
Ethan Ferguson
1
-1
/
+1
2025-09-15
exfat_find(): constify qstr argument
Al Viro
1
-1
/
+1
2025-08-01
exfat: add cluster chain loop check for dir
Yuezhang Mo
1
-0
/
+5
2025-03-24
Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+4
2025-03-05
exfat: add a check for invalid data size
Yuezhang Mo
1
-0
/
+5
2025-03-05
exfat: fix just enough dentries but allocate a new cluster to dir
Yuezhang Mo
1
-1
/
+1
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-4
/
+4
2025-01-30
Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-8
/
+3
2025-01-27
exfat_d_revalidate(): use stable parent inode passed by caller
Al Viro
1
-7
/
+1
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
1
-1
/
+2
2024-12-17
exfat: fix exfat_find_empty_entry() not returning error on failure
Yuezhang Mo
1
-2
/
+2
2024-11-25
exfat: reduce FAT chain traversal
Yuezhang Mo
1
-7
/
+25
2024-11-25
exfat: remove argument 'p_dir' from exfat_add_entry()
Yuezhang Mo
1
-10
/
+4
2024-11-25
exfat: move exfat_chain_set() out of __exfat_resolve_path()
Yuezhang Mo
1
-34
/
+26
2024-11-25
exfat: add exfat_get_dentry_set_by_ei() helper
Yuezhang Mo
1
-35
/
+18
2024-11-25
exfat: rename argument name for exfat_move_file and exfat_rename_file
Yuezhang Mo
1
-12
/
+12
2024-11-25
exfat: remove unnecessary read entry in __exfat_rename()
Yuezhang Mo
1
-16
/
+4
2024-11-25
exfat: fix uninit-value in __exfat_get_dentry_set
Namjae Jeon
1
-0
/
+1
2024-11-25
exfat: fix out-of-bounds access of directory entries
Yuezhang Mo
1
-4
/
+16
2024-09-18
exfat: Implement sops->shutdown and ioctl
Dongliang Cui
1
-0
/
+15
2024-09-17
exfat: do not fallback to buffered write
Yuezhang Mo
1
-1
/
+0
2024-09-17
exfat: drop ->i_size_ondisk
Yuezhang Mo
1
-1
/
+0
2024-03-19
exfat: remove duplicate update parent dir
Yuezhang Mo
1
-1
/
+2
2024-03-19
exfat: do not sync parent dir if just update timestamp
Yuezhang Mo
1
-11
/
+8
2024-03-19
exfat: convert exfat_find_empty_entry() to use dentry cache
Yuezhang Mo
1
-82
/
+40
2024-03-19
exfat: convert exfat_init_ext_entry() to use dentry cache
Yuezhang Mo
1
-49
/
+24
2024-03-19
exfat: move free cluster out of exfat_init_ext_entry()
Yuezhang Mo
1
-2
/
+3
2024-03-19
exfat: convert exfat_remove_entries() to use dentry cache
Yuezhang Mo
1
-102
/
+82
2024-03-19
exfat: convert exfat_add_entry() to use dentry cache
Yuezhang Mo
1
-2
/
+10
2024-01-08
exfat: change to get file size from DataLength
Yuezhang Mo
1
-0
/
+6
2023-10-31
exfat: support create zero-size directory
Yuezhang Mo
1
-2
/
+5
2023-10-31
exfat: support handle zero-size directory
Yuezhang Mo
1
-7
/
+22
2023-10-31
exfat: add ioctls for accessing attributes
Jan Cincera
1
-8
/
+8
[next]