summaryrefslogtreecommitdiff
path: root/fs/exfat
AgeCommit message (Expand)Author
6 daysiomap: consolidate bio submissionChristoph Hellwig
2026-06-15exfat: bound uniname advance in exfat_find_dir_entry()Bryam Vargas
2026-06-15exfat: add swap_activate supportJan Polensky
2026-06-15exfat: preserve benign secondary entries during rename and moveRochan Avlur
2026-06-15exfat: serialize truncate against in-flight DIONamjae Jeon
2026-06-15exfat: add support for SEEK_HOLE and SEEK_DATA in llseekNamjae Jeon
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: add exfat_file_open()Namjae 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-06-15exfat: simplify exfat_lookup()Al Viro
2026-06-15exfat: fix potential use-after-free in exfat_find_dir_entry()Michael Bommarito
2026-06-15exfat: fix handling of damaged volume in exfat_create_upcase_table()David Timber
2026-05-11exfat: Implement fileattr_get for case sensitivityChuck Lever
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_chain_advance helperChi Zhiling
2026-04-03exfat: introduce exfat_chain_advance helperChi Zhiling
2026-04-03exfat: remove NULL cache pointer case in exfat_ent_getChi Zhiling
2026-04-03exfat: use exfat_cluster_walk helperChi Zhiling
2026-04-03exfat: introduce exfat_cluster_walk helperChi Zhiling
2026-04-03exfat: fix incorrect directory checksum after rename to shorter nameChi Zhiling
2026-03-31exfat: fix s_maxbytesDavid Timber
2026-03-26fs: Rename generic_file_fsync() to simple_fsync()Jan Kara
2026-03-26exfat: Drop pointless invalidate_inode_buffers() callJan Kara
2026-03-26exfat: fix passing zero to ERR_PTR() in exfat_mkdir()Yang Wen
2026-03-05exfat: fix error handling for FAT table operationsChi Zhiling
2026-03-05exfat: optimize exfat_chain_cont_cluster with cached buffer headsChi Zhiling
2026-03-05exfat: drop redundant sec parameter from exfat_mirror_bhChi Zhiling
2026-03-05exfat: use readahead helper in exfat_get_dentryChi Zhiling
2026-03-05exfat: use readahead helper in exfat_allocate_bitmapChi Zhiling
2026-03-05exfat: add block readahead in exfat_chain_cont_clusterChi Zhiling
2026-03-04exfat: add fallocate FALLOC_FL_ALLOCATE_RANGE supportDavid Timber
2026-03-04exfat: Fix bitwise operation having different sizePhilipp Hahn
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-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12exfat: add blank line after declarationsWilliam Hansen-Baird
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: return the start of next cache in exfat_cache_lookupChi Zhiling
2026-02-12exfat: tweak cluster cache to support zero offsetChi 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: reuse cache to improve exfat_get_clusterChi Zhiling