summaryrefslogtreecommitdiffstats
path: root/fs/exfat
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2026-02-12exfat: add blank line after declarationsWilliam Hansen-Baird-0/+2
2026-02-12exfat: remove unnecessary else after return statementWilliam Hansen-Baird-2/+3
2026-02-12exfat: support multi-cluster for exfat_get_clusterChi Zhiling-8/+53
2026-02-12exfat: return the start of next cache in exfat_cache_lookupChi Zhiling-12/+37
2026-02-12exfat: tweak cluster cache to support zero offsetChi Zhiling-2/+2
2026-02-12exfat: support multi-cluster for exfat_map_clusterChi Zhiling-13/+17
2026-02-12exfat: remove handling of non-file types in exfat_map_clusterChi Zhiling-17/+1
2026-02-12exfat: reuse cache to improve exfat_get_clusterChi Zhiling-1/+3
2026-02-12exfat: reduce the number of parameters for exfat_get_cluster()Chi Zhiling-24/+11
2026-02-12exfat: remove the unreachable warning for cache miss casesChi Zhiling-12/+1
2026-02-12exfat: remove the check for infinite cluster chain loopChi Zhiling-10/+0
2026-02-12exfat: improve exfat_find_last_clusterChi Zhiling-1/+3
2026-02-12exfat: improve exfat_count_num_clustersChi Zhiling-1/+3
2026-02-12exfat: support reuse buffer head for exfat_ent_getChi Zhiling-18/+27
2026-02-12exfat: add cache option for __exfat_ent_getChi Zhiling-7/+13
2026-02-12exfat: reduce unnecessary writes during mmap writeYuling Dong-9/+6
2026-02-12exfat: improve error code handling in exfat_find_empty_entry()Haotian Zhang-2/+2
2026-01-12exfat: add setlease file operationJeff Layton-0/+4
2025-12-03exfat: fix remount failure in different process environmentsYuezhang Mo-4/+15
2025-12-03exfat: fix divide-by-zero in exfat_allocate_bitmapNamjae Jeon-1/+1
2025-12-03exfat: validate the cluster bitmap bits of directoryNamjae Jeon-9/+46
2025-12-03exfat: zero out post-EOF page cache on file extensionYuezhang Mo-0/+5
2025-12-03exfat: fix refcount leak in exfat_findShuhao Fu-10/+10
2025-11-17Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds-1/+4
2025-11-05exfat: check return value of sb_min_blocksize in exfat_read_boot_sectorYongpeng Yang-1/+4
2025-10-15exfat: fix out-of-bounds in exfat_nls_to_ucs2()Jeongjun Park-8/+5
2025-10-15exfat: fix improper check of dentry.stream.valid_sizeJaehun Gou-1/+5
2025-10-03Merge tag 'exfat-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-35/+360
2025-09-30exfat: Add support for FS_IOC_{GET,SET}FSLABELEthan Ferguson-1/+226
2025-09-30exfat: combine iocharset and utf8 option setupSang-Heon Jeon-9/+15
2025-09-30exfat: support modifying mount options via remountYuezhang Mo-6/+38
2025-09-30exfat: optimize allocation bitmap loading timeNamjae Jeon-0/+13
2025-09-30exfat: Remove unnecessary parenthesesLiao Yuanhong-1/+1
2025-09-30exfat: drop redundant conversion to boolXichao Zhao-1/+1
2025-09-30exfat: validate cluster allocation bits of the allocation bitmapNamjae Jeon-12/+60
2025-09-30exfat: limit log print for IO errorChi Zhiling-5/+6
2025-09-15exfat_find(): constify qstr argumentAl Viro-1/+1
2025-08-01exfat: add cluster chain loop check for dirYuezhang Mo-11/+48
2025-08-01exfat: fdatasync flag should be same like generic_write_sync()Zhengxu Zhang-3/+2
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+6
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-13/+14
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen-13/+14
2025-06-19fs: replace mmap hook with .mmap_prepare for simple mappingsLorenzo Stoakes-4/+6
2025-06-10new helper: set_default_d_op()Al Viro-2/+2
2025-05-26exfat: do not clear volume dirty flag during syncYuezhang Mo-23/+7
2025-05-26exfat: fix double free in delayed_freeNamjae Jeon-0/+1
2025-03-29exfat: call bh_read in get_block only when necessarySungjong Seo-82/+77