summaryrefslogtreecommitdiff
path: root/fs/exfat/inode.c
AgeCommit message (Expand)Author
2026-06-15exfat: add swap_activate supportJan Polensky
2026-06-15exfat: add iomap direct I/O supportNamjae Jeon
2026-06-15exfat: add iomap buffered I/O supportNamjae Jeon
2026-06-15exfat: add support for multi-cluster allocationNamjae Jeon
2026-06-15exfat: add balloc parameter to exfat_map_cluster() for iomap supportNamjae Jeon
2026-06-15exfat: replace unsafe macros with static inline functionsNamjae Jeon
2026-04-13Merge tag 'exfat-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-03exfat: use exfat_cluster_walk helperChi Zhiling
2026-03-26exfat: Drop pointless invalidate_inode_buffers() callJan Kara
2026-03-05exfat: fix error handling for FAT table operationsChi Zhiling
2026-03-04exfat: Drop dead assignment of num_clustersPhilipp Hahn
2026-02-26exfat: use truncate_inode_pages_final() at evict_inode()Yang Wen
2026-02-12exfat: remove unnecessary else after return statementWilliam Hansen-Baird
2026-02-12exfat: support multi-cluster for exfat_get_clusterChi Zhiling
2026-02-12exfat: support multi-cluster for exfat_map_clusterChi Zhiling
2026-02-12exfat: remove handling of non-file types in exfat_map_clusterChi Zhiling
2026-02-12exfat: reduce the number of parameters for exfat_get_cluster()Chi Zhiling
2025-09-30exfat: drop redundant conversion to boolXichao Zhao
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen
2025-03-29exfat: call bh_read in get_block only when necessarySungjong Seo
2025-03-29exfat: fix potential wrong error return from get_blockSungjong Seo
2025-03-27exfat: fix random stack corruption after get_blockSungjong Seo
2024-11-25exfat: add exfat_get_dentry_set_by_ei() helperYuezhang Mo
2024-09-18exfat: Implement sops->shutdown and ioctlDongliang Cui
2024-09-17exfat: do not fallback to buffered writeYuezhang Mo
2024-09-17exfat: drop ->i_size_ondiskYuezhang Mo
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)
2024-03-19exfat: remove unused functionsYuezhang Mo
2024-01-18exfat: fix zero the unwritten part for dio readYuezhang Mo
2024-01-08exfat: do not zero the extended partYuezhang Mo
2024-01-08exfat: change to get file size from DataLengthYuezhang Mo
2023-11-03exfat: fix setting uninitialized time to ctime/atimeYuezhang Mo
2023-10-31exfat: add ioctls for accessing attributesJan Cincera
2023-10-18exfat: convert to new timestamp accessorsJeff Layton
2023-07-13exfat: convert to ctime accessor functionsJeff Layton
2023-02-27exfat: fix inode->i_blocks for non-512 byte sector size deviceYuezhang Mo
2022-12-15Merge tag 'exfat-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-11extfat: remove ->writepageChristoph Hellwig
2022-12-12exfat: remove i_size_write() from __exfat_truncate()Yuezhang Mo
2022-12-12exfat: remove argument 'size' from exfat_truncate()Yuezhang Mo
2022-12-12exfat: replace magic numbers with MacrosYuezhang Mo
2022-12-12exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()Yuezhang Mo
2022-12-12exfat: move exfat_entry_set_cache from heap to stackYuezhang Mo
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-08-01exfat: remove duplicate write inode for extending dir/fileYuezhang Mo
2022-08-01exfat: remove duplicate write inode for truncating fileYuezhang Mo
2022-08-01exfat: reuse __exfat_write_inode() to update directory entryYuezhang Mo
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)