index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
exfat
/
exfat_fs.h
Age
Commit message (
Expand
)
Author
2026-06-15
exfat: preserve benign secondary entries during rename and move
Rochan Avlur
2026-06-15
exfat: add iomap direct I/O support
Namjae Jeon
2026-06-15
exfat: add iomap buffered I/O support
Namjae Jeon
2026-06-15
exfat: fix implicit declaration of brelse()
Namjae Jeon
2026-06-15
exfat: add data_start_bytes and exfat_cluster_to_phys_bytes() helper
Namjae Jeon
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-05-11
exfat: Implement fileattr_get for case sensitivity
Chuck Lever
2026-04-03
exfat: introduce exfat_chain_advance helper
Chi Zhiling
2026-04-03
exfat: introduce exfat_cluster_walk helper
Chi Zhiling
2026-03-05
exfat: fix error handling for FAT table operations
Chi Zhiling
2026-03-05
exfat: add block readahead in exfat_chain_cont_cluster
Chi Zhiling
2026-02-12
exfat: support multi-cluster for exfat_get_cluster
Chi Zhiling
2026-02-12
exfat: reduce the number of parameters for exfat_get_cluster()
Chi Zhiling
2026-02-12
exfat: support reuse buffer head for exfat_ent_get
Chi Zhiling
2025-12-03
exfat: validate the cluster bitmap bits of directory
Namjae Jeon
2025-10-15
exfat: fix out-of-bounds in exfat_nls_to_ucs2()
Jeongjun Park
2025-09-30
exfat: Add support for FS_IOC_{GET,SET}FSLABEL
Ethan Ferguson
2025-03-27
exfat: remove count used cluster from exfat_statfs()
Yuezhang Mo
2025-03-05
exfat: fix soft lockup in exfat_clear_bitmap
Namjae Jeon
2024-11-25
exfat: reduce FAT chain traversal
Yuezhang Mo
2024-11-25
exfat: add exfat_get_dentry_set_by_ei() helper
Yuezhang Mo
2024-09-18
exfat: Implement sops->shutdown and ioctl
Dongliang Cui
2024-09-17
exfat: do not fallback to buffered write
Yuezhang Mo
2024-09-17
exfat: drop ->i_size_ondisk
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: 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
2024-02-25
exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helper
Al Viro
2024-01-08
exfat: change to get file size from DataLength
Yuezhang Mo
2024-01-08
exfat: using ffs instead of internal logic
John Sanpe
2023-10-31
exfat: support create zero-size directory
Yuezhang Mo
2023-10-31
exfat: add ioctls for accessing attributes
Jan Cincera
2023-10-18
exfat: convert to new timestamp accessors
Jeff Layton
2023-08-10
exfat: don't RCU-free the sbi
Christoph Hellwig
2023-03-01
Merge tag 'exfat-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-02-27
exfat: handle unreconized benign secondary entries
Namjae Jeon
2023-02-27
exfat: redefine DIR_DELETED as the bad cluster number
Sungjong Seo
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
2022-12-13
exfat: fix overflow in sector and cluster conversion
Yuezhang Mo
2022-12-12
exfat: remove i_size_write() from __exfat_truncate()
Yuezhang Mo
2022-12-12
exfat: remove argument 'size' from exfat_truncate()
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: 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
[next]