summaryrefslogtreecommitdiffstats
path: root/fs/exfat
AgeCommit message (Expand)AuthorLines
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
2025-03-29exfat: fix potential wrong error return from get_blockSungjong Seo-0/+2
2025-03-27exfat: fix missing shutdown checkYuezhang Mo-2/+27
2025-03-27exfat: fix the infinite loop in exfat_find_last_cluster()Yuezhang Mo-1/+1
2025-03-27exfat: fix random stack corruption after get_blockSungjong Seo-6/+33
2025-03-27exfat: remove count used cluster from exfat_statfs()Yuezhang Mo-12/+0
2025-03-27exfat: support batch discard of clusters when freeing clustersYuezhang Mo-14/+29
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-4/+4
2025-03-05exfat: add a check for invalid data sizeYuezhang Mo-0/+5
2025-03-05exfat: short-circuit zero-byte writes in exfat_file_write_iterEric Sandeen-1/+1
2025-03-05exfat: fix soft lockup in exfat_clear_bitmapNamjae Jeon-7/+16
2025-03-05exfat: fix just enough dentries but allocate a new cluster to dirYuezhang Mo-1/+1
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown-4/+4
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-8/+3
2025-01-27exfat_d_revalidate(): use stable parent inode passed by callerAl Viro-7/+1
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro-1/+2
2024-12-31exfat: fix the infinite loop in __exfat_free_cluster()Yuezhang Mo-0/+10
2024-12-31exfat: fix the new buffer was not zeroed before writingYuezhang Mo-0/+6
2024-12-31exfat: fix the infinite loop in exfat_readdir()Yuezhang Mo-1/+2
2024-12-17exfat: fix exfat_find_empty_entry() not returning error on failureYuezhang Mo-2/+2
2024-11-25exfat: reduce FAT chain traversalYuezhang Mo-9/+32
2024-11-25exfat: code cleanup for exfat_readdir()Yuezhang Mo-22/+2
2024-11-25exfat: remove argument 'p_dir' from exfat_add_entry()Yuezhang Mo-10/+4
2024-11-25exfat: move exfat_chain_set() out of __exfat_resolve_path()Yuezhang Mo-34/+26
2024-11-25exfat: add exfat_get_dentry_set_by_ei() helperYuezhang Mo-36/+21
2024-11-25exfat: rename argument name for exfat_move_file and exfat_rename_fileYuezhang Mo-12/+12
2024-11-25exfat: remove unnecessary read entry in __exfat_rename()Yuezhang Mo-16/+4
2024-11-25exfat: fix file being changed by unaligned direct writeYuezhang Mo-0/+10
2024-11-25exfat: fix uninit-value in __exfat_get_dentry_setNamjae Jeon-0/+1