summaryrefslogtreecommitdiff
path: root/fs/exfat
AgeCommit message (Expand)AuthorFilesLines
14 daysMerge tag 'exfat-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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
2026-03-04exfat: Drop dead assignment of num_clustersPhilipp Hahn1-1/+0
2026-02-26exfat: use truncate_inode_pages_final() at evict_inode()Yang Wen1-1/+1
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-4/+4
2026-02-12exfat: add blank line after declarationsWilliam Hansen-Baird2-0/+2
2026-02-12exfat: remove unnecessary else after return statementWilliam Hansen-Baird1-2/+3
2026-02-12exfat: support multi-cluster for exfat_get_clusterChi Zhiling3-8/+53
2026-02-12exfat: return the start of next cache in exfat_cache_lookupChi Zhiling1-12/+37
2026-02-12exfat: tweak cluster cache to support zero offsetChi Zhiling1-2/+2
2026-02-12exfat: support multi-cluster for exfat_map_clusterChi Zhiling1-13/+17
2026-02-12exfat: remove handling of non-file types in exfat_map_clusterChi Zhiling1-17/+1
2026-02-12exfat: reuse cache to improve exfat_get_clusterChi Zhiling1-1/+3
2026-02-12exfat: reduce the number of parameters for exfat_get_cluster()Chi Zhiling3-24/+11
2026-02-12exfat: remove the unreachable warning for cache miss casesChi Zhiling1-12/+1
2026-02-12exfat: remove the check for infinite cluster chain loopChi Zhiling1-10/+0
2026-02-12exfat: improve exfat_find_last_clusterChi Zhiling1-1/+3
2026-02-12exfat: improve exfat_count_num_clustersChi Zhiling1-1/+3
2026-02-12exfat: support reuse buffer head for exfat_ent_getChi Zhiling3-18/+27
2026-02-12exfat: add cache option for __exfat_ent_getChi Zhiling1-7/+13
2026-02-12exfat: reduce unnecessary writes during mmap writeYuling Dong1-9/+6
2026-02-12exfat: improve error code handling in exfat_find_empty_entry()Haotian Zhang1-2/+2
2026-01-12exfat: add setlease file operationJeff Layton2-0/+4
2025-12-03exfat: fix remount failure in different process environmentsYuezhang Mo1-4/+15
2025-12-03exfat: fix divide-by-zero in exfat_allocate_bitmapNamjae Jeon1-1/+1
2025-12-03exfat: validate the cluster bitmap bits of directoryNamjae Jeon5-9/+46
2025-12-03exfat: zero out post-EOF page cache on file extensionYuezhang Mo1-0/+5
2025-12-03exfat: fix refcount leak in exfat_findShuhao Fu1-10/+10
2025-11-17Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-1/+4
2025-11-05exfat: check return value of sb_min_blocksize in exfat_read_boot_sectorYongpeng Yang1-1/+4
2025-10-15exfat: fix out-of-bounds in exfat_nls_to_ucs2()Jeongjun Park4-8/+5