summaryrefslogtreecommitdiff
path: root/fs/exfat/exfat_fs.h
AgeCommit message (Expand)Author
2026-06-15exfat: preserve benign secondary entries during rename and moveRochan Avlur
2026-06-15exfat: add iomap direct I/O supportNamjae Jeon
2026-06-15exfat: add iomap buffered I/O supportNamjae Jeon
2026-06-15exfat: fix implicit declaration of brelse()Namjae Jeon
2026-06-15exfat: add data_start_bytes and exfat_cluster_to_phys_bytes() helperNamjae Jeon
2026-06-15exfat: add support for multi-cluster allocationNamjae Jeon
2026-06-15exfat: replace unsafe macros with static inline functionsNamjae Jeon
2026-05-11exfat: Implement fileattr_get for case sensitivityChuck Lever
2026-04-03exfat: introduce exfat_chain_advance helperChi Zhiling
2026-04-03exfat: introduce exfat_cluster_walk helperChi Zhiling
2026-03-05exfat: fix error handling for FAT table operationsChi Zhiling
2026-03-05exfat: add block readahead in exfat_chain_cont_clusterChi Zhiling
2026-02-12exfat: support multi-cluster for exfat_get_clusterChi Zhiling
2026-02-12exfat: reduce the number of parameters for exfat_get_cluster()Chi Zhiling
2026-02-12exfat: support reuse buffer head for exfat_ent_getChi Zhiling
2025-12-03exfat: validate the cluster bitmap bits of directoryNamjae Jeon
2025-10-15exfat: fix out-of-bounds in exfat_nls_to_ucs2()Jeongjun Park
2025-09-30exfat: Add support for FS_IOC_{GET,SET}FSLABELEthan Ferguson
2025-03-27exfat: remove count used cluster from exfat_statfs()Yuezhang Mo
2025-03-05exfat: fix soft lockup in exfat_clear_bitmapNamjae Jeon
2024-11-25exfat: reduce FAT chain traversalYuezhang Mo
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-03-19exfat: remove unused functionsYuezhang Mo
2024-03-19exfat: convert exfat_init_ext_entry() to use dentry cacheYuezhang Mo
2024-03-19exfat: convert exfat_remove_entries() to use dentry cacheYuezhang Mo
2024-03-19exfat: convert exfat_add_entry() to use dentry cacheYuezhang Mo
2024-03-19exfat: add exfat_get_empty_dentry_set() helperYuezhang Mo
2024-03-19exfat: add __exfat_get_dentry_set() helperYuezhang Mo
2024-02-25exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helperAl Viro
2024-01-08exfat: change to get file size from DataLengthYuezhang Mo
2024-01-08exfat: using ffs instead of internal logicJohn Sanpe
2023-10-31exfat: support create zero-size directoryYuezhang Mo
2023-10-31exfat: add ioctls for accessing attributesJan Cincera
2023-10-18exfat: convert to new timestamp accessorsJeff Layton
2023-08-10exfat: don't RCU-free the sbiChristoph Hellwig
2023-03-01Merge tag 'exfat-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-27exfat: handle unreconized benign secondary entriesNamjae Jeon
2023-02-27exfat: redefine DIR_DELETED as the bad cluster numberSungjong Seo
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-12-13exfat: fix overflow in sector and cluster conversionYuezhang Mo
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: remove unnecessary arguments from exfat_find_dir_entry()Yuezhang Mo
2022-12-12exfat: remove call ilog2() from exfat_readdir()Yuezhang 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