summaryrefslogtreecommitdiff
path: root/fs/exfat/exfat_fs.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-17exfat: replace truncate_lock with inode_lockChi Zhiling1-2/+0
2026-08-06exfat: fix overflow in cluster-to-dentry conversionYang Wen1-2/+2
2026-07-25exfat: fix valid_size extension over a shared writable mappingNamjae Jeon1-1/+1
2026-06-15exfat: preserve benign secondary entries during rename and moveRochan Avlur1-2/+3
2026-06-15exfat: add iomap direct I/O supportNamjae Jeon1-1/+0
2026-06-15exfat: add iomap buffered I/O supportNamjae Jeon1-1/+5
2026-06-15exfat: fix implicit declaration of brelse()Namjae Jeon1-0/+1
2026-06-15exfat: add data_start_bytes and exfat_cluster_to_phys_bytes() helperNamjae Jeon1-0/+8
2026-06-15exfat: add support for multi-cluster allocationNamjae Jeon1-1/+1
2026-06-15exfat: replace unsafe macros with static inline functionsNamjae Jeon1-33/+89
2026-05-11exfat: Implement fileattr_get for case sensitivityChuck Lever1-0/+2
2026-04-03exfat: introduce exfat_chain_advance helperChi Zhiling1-0/+21
2026-04-03exfat: introduce exfat_cluster_walk helperChi Zhiling1-1/+22
2026-03-05exfat: fix error handling for FAT table operationsChi Zhiling1-1/+1
2026-03-05exfat: add block readahead in exfat_chain_cont_clusterChi Zhiling1-2/+9
2026-02-12exfat: support multi-cluster for exfat_get_clusterChi Zhiling1-1/+1
2026-02-12exfat: reduce the number of parameters for exfat_get_cluster()Chi Zhiling1-2/+1
2026-02-12exfat: support reuse buffer head for exfat_ent_getChi Zhiling1-2/+2
2025-12-03exfat: validate the cluster bitmap bits of directoryNamjae Jeon1-2/+3
2025-10-15exfat: fix out-of-bounds in exfat_nls_to_ucs2()Jeongjun Park1-1/+0
2025-09-30exfat: Add support for FS_IOC_{GET,SET}FSLABELEthan Ferguson1-0/+7
2025-03-27exfat: remove count used cluster from exfat_statfs()Yuezhang Mo1-2/+0
2025-03-05exfat: fix soft lockup in exfat_clear_bitmapNamjae Jeon1-1/+1
2024-11-25exfat: reduce FAT chain traversalYuezhang Mo1-0/+4
2024-11-25exfat: add exfat_get_dentry_set_by_ei() helperYuezhang Mo1-0/+2
2024-09-18exfat: Implement sops->shutdown and ioctlDongliang Cui1-0/+12
2024-09-17exfat: do not fallback to buffered writeYuezhang Mo1-2/+0
2024-09-17exfat: drop ->i_size_ondiskYuezhang Mo1-5/+5
2024-03-19exfat: remove unused functionsYuezhang Mo1-5/+1
2024-03-19exfat: convert exfat_init_ext_entry() to use dentry cacheYuezhang Mo1-2/+2
2024-03-19exfat: convert exfat_remove_entries() to use dentry cacheYuezhang Mo1-2/+2
2024-03-19exfat: convert exfat_add_entry() to use dentry cacheYuezhang Mo1-3/+3
2024-03-19exfat: add exfat_get_empty_dentry_set() helperYuezhang Mo1-0/+3
2024-03-19exfat: add __exfat_get_dentry_set() helperYuezhang Mo1-1/+1
2024-02-25exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helperAl Viro1-0/+1
2024-01-08exfat: change to get file size from DataLengthYuezhang Mo1-0/+2
2024-01-08exfat: using ffs instead of internal logicJohn Sanpe1-2/+1
2023-10-31exfat: support create zero-size directoryYuezhang Mo1-0/+2
2023-10-31exfat: add ioctls for accessing attributesJan Cincera1-6/+6
2023-10-18exfat: convert to new timestamp accessorsJeff Layton1-0/+1
2023-08-10exfat: don't RCU-free the sbiChristoph Hellwig1-2/+0
2023-03-01Merge tag 'exfat-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+3
2023-02-27exfat: handle unreconized benign secondary entriesNamjae Jeon1-0/+2
2023-02-27exfat: redefine DIR_DELETED as the bad cluster numberSungjong Seo1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-1/+1
2022-12-13exfat: fix overflow in sector and cluster conversionYuezhang Mo1-1/+1
2022-12-12exfat: remove i_size_write() from __exfat_truncate()Yuezhang Mo1-1/+1
2022-12-12exfat: remove argument 'size' from exfat_truncate()Yuezhang Mo1-1/+1
2022-12-12exfat: remove unnecessary arguments from exfat_find_dir_entry()Yuezhang Mo1-2/+1