aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exfat
AgeCommit message (Expand)AuthorFilesLines
2026-08-22Merge tag 'exfat-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfatLinus Torvalds8-71/+206
2026-08-17Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2026-08-17Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-3/+7
2026-08-17exfat: replace truncate_lock with inode_lockChi Zhiling4-8/+2
2026-08-14exfat: keep FITRIM within the requested rangeYang Wen1-12/+19
2026-08-11exfat: fix truncated volume labels returned by FS_IOC_GETFSLABELYang Wen1-1/+1
2026-08-06exfat: fix overflow in cluster-to-dentry conversionYang Wen2-3/+3
2026-07-31exfat: convert iomap ops to ->iomap_next()Joanne Koong1-3/+7
2026-07-31Remove excl arg to ->create inode_operationNeilBrown1-1/+1
2026-07-29exfat: clean up new entry on add entry failureYichong Chen1-1/+16
2026-07-28exfat: free new directory cluster if zeroing failsYichong Chen1-1/+7
2026-07-27exfat: write moved entry before removing sourceYichong Chen1-5/+5
2026-07-25exfat: fix valid_size extension over a shared writable mappingNamjae Jeon3-40/+153
2026-07-01iomap: consolidate bio submissionChristoph Hellwig1-4/+1
2026-06-15exfat: bound uniname advance in exfat_find_dir_entry()Bryam Vargas1-5/+8
2026-06-15exfat: add swap_activate supportJan Polensky3-0/+10
2026-06-15exfat: preserve benign secondary entries during rename and moveRochan Avlur3-28/+116
2026-06-15exfat: serialize truncate against in-flight DIONamjae Jeon1-0/+6
2026-06-15exfat: add support for SEEK_HOLE and SEEK_DATA in llseekNamjae Jeon2-5/+52
2026-06-15exfat: add iomap direct I/O supportNamjae Jeon6-220/+119
2026-06-15exfat: add iomap buffered I/O supportNamjae Jeon7-130/+367
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 Jeon2-0/+9
2026-06-15exfat: add support for multi-cluster allocationNamjae Jeon6-31/+26
2026-06-15exfat: add exfat_file_open()Namjae Jeon1-0/+9
2026-06-15exfat: add balloc parameter to exfat_map_cluster() for iomap supportNamjae Jeon1-2/+5
2026-06-15exfat: replace unsafe macros with static inline functionsNamjae Jeon8-86/+147
2026-06-15exfat: simplify exfat_lookup()Al Viro1-43/+13
2026-06-15exfat: fix potential use-after-free in exfat_find_dir_entry()Michael Bommarito1-1/+3
2026-06-15exfat: fix handling of damaged volume in exfat_create_upcase_table()David Timber1-6/+13
2026-05-11exfat: Implement fileattr_get for case sensitivityChuck Lever3-2/+19
2026-04-13Merge tag 'exfat-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfatLinus Torvalds10-218/+265
2026-04-03exfat: use exfat_chain_advance helperChi Zhiling2-74/+25
2026-04-03exfat: introduce exfat_chain_advance helperChi Zhiling1-0/+21
2026-04-03exfat: remove NULL cache pointer case in exfat_ent_getChi Zhiling1-14/+9
2026-04-03exfat: use exfat_cluster_walk helperChi Zhiling2-45/+13
2026-04-03exfat: introduce exfat_cluster_walk helperChi Zhiling1-1/+22
2026-04-03exfat: fix incorrect directory checksum after rename to shorter nameChi Zhiling1-0/+1
2026-03-31exfat: fix s_maxbytesDavid Timber3-3/+10
2026-03-26fs: Rename generic_file_fsync() to simple_fsync()Jan Kara1-1/+1
2026-03-26exfat: Drop pointless invalidate_inode_buffers() callJan Kara1-1/+0
2026-03-26exfat: fix passing zero to ERR_PTR() in exfat_mkdir()Yang Wen1-3/+4
2026-03-05exfat: fix error handling for FAT table operationsChi Zhiling5-10/+16
2026-03-05exfat: optimize exfat_chain_cont_cluster with cached buffer headsChi Zhiling1-12/+37
2026-03-05exfat: drop redundant sec parameter from exfat_mirror_bhChi Zhiling1-7/+4
2026-03-05exfat: use readahead helper in exfat_get_dentryChi Zhiling1-38/+14
2026-03-05exfat: use readahead helper in exfat_allocate_bitmapChi Zhiling1-12/+6
2026-03-05exfat: add block readahead in exfat_chain_cont_clusterChi Zhiling2-2/+46
2026-03-04exfat: add fallocate FALLOC_FL_ALLOCATE_RANGE supportDavid Timber1-0/+41
2026-03-04exfat: Fix bitwise operation having different sizePhilipp Hahn1-1/+1