index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
exfat
/
inode.c
Age
Commit message (
Expand
)
Author
2026-06-15
exfat: add swap_activate support
Jan Polensky
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: add support for multi-cluster allocation
Namjae Jeon
2026-06-15
exfat: add balloc parameter to exfat_map_cluster() for iomap support
Namjae Jeon
2026-06-15
exfat: replace unsafe macros with static inline functions
Namjae Jeon
2026-04-13
Merge tag 'exfat-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-04-03
exfat: use exfat_cluster_walk helper
Chi Zhiling
2026-03-26
exfat: Drop pointless invalidate_inode_buffers() call
Jan Kara
2026-03-05
exfat: fix error handling for FAT table operations
Chi Zhiling
2026-03-04
exfat: Drop dead assignment of num_clusters
Philipp Hahn
2026-02-26
exfat: use truncate_inode_pages_final() at evict_inode()
Yang Wen
2026-02-12
exfat: remove unnecessary else after return statement
William Hansen-Baird
2026-02-12
exfat: support multi-cluster for exfat_get_cluster
Chi Zhiling
2026-02-12
exfat: support multi-cluster for exfat_map_cluster
Chi Zhiling
2026-02-12
exfat: remove handling of non-file types in exfat_map_cluster
Chi Zhiling
2026-02-12
exfat: reduce the number of parameters for exfat_get_cluster()
Chi Zhiling
2025-09-30
exfat: drop redundant conversion to bool
Xichao Zhao
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
2025-03-29
exfat: call bh_read in get_block only when necessary
Sungjong Seo
2025-03-29
exfat: fix potential wrong error return from get_block
Sungjong Seo
2025-03-27
exfat: fix random stack corruption after get_block
Sungjong Seo
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-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
2024-03-19
exfat: remove unused functions
Yuezhang Mo
2024-01-18
exfat: fix zero the unwritten part for dio read
Yuezhang Mo
2024-01-08
exfat: do not zero the extended part
Yuezhang Mo
2024-01-08
exfat: change to get file size from DataLength
Yuezhang Mo
2023-11-03
exfat: fix setting uninitialized time to ctime/atime
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-07-13
exfat: convert to ctime accessor functions
Jeff Layton
2023-02-27
exfat: fix inode->i_blocks for non-512 byte sector size device
Yuezhang Mo
2022-12-15
Merge tag 'exfat-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-11
extfat: remove ->writepage
Christoph Hellwig
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: 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-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-08-01
exfat: remove duplicate write inode for extending dir/file
Yuezhang Mo
2022-08-01
exfat: remove duplicate write inode for truncating file
Yuezhang Mo
2022-08-01
exfat: reuse __exfat_write_inode() to update directory entry
Yuezhang Mo
2022-05-09
fs: Convert mpage_readpage to mpage_read_folio
Matthew Wilcox (Oracle)
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
[next]