summaryrefslogtreecommitdiff
path: root/fs/exfat
AgeCommit message (Expand)AuthorFilesLines
5 daysexfat: add cluster chain loop check for dirYuezhang Mo4-11/+48
10 daysexfat: fdatasync flag should be same like generic_write_sync()Zhengxu Zhang1-3/+2
2025-06-27exfat: do not clear volume dirty flag during syncYuezhang Mo1-23/+7
2025-06-27exfat: fix double free in delayed_freeNamjae Jeon1-0/+1
2025-03-29exfat: call bh_read in get_block only when necessarySungjong Seo1-82/+77
2025-03-29exfat: fix potential wrong error return from get_blockSungjong Seo1-0/+2
2025-03-27exfat: fix missing shutdown checkYuezhang Mo1-2/+27
2025-03-27exfat: fix the infinite loop in exfat_find_last_cluster()Yuezhang Mo1-1/+1
2025-03-27exfat: fix random stack corruption after get_blockSungjong Seo1-6/+33
2025-03-27exfat: remove count used cluster from exfat_statfs()Yuezhang Mo2-12/+0
2025-03-27exfat: support batch discard of clusters when freeing clustersYuezhang Mo2-14/+29
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+4
2025-03-05exfat: add a check for invalid data sizeYuezhang Mo1-0/+5
2025-03-05exfat: short-circuit zero-byte writes in exfat_file_write_iterEric Sandeen1-1/+1
2025-03-05exfat: fix soft lockup in exfat_clear_bitmapNamjae Jeon3-7/+16
2025-03-05exfat: fix just enough dentries but allocate a new cluster to dirYuezhang Mo1-1/+1
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-4/+4
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+3
2025-01-27exfat_d_revalidate(): use stable parent inode passed by callerAl Viro1-7/+1
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-1/+2
2024-12-31exfat: fix the infinite loop in __exfat_free_cluster()Yuezhang Mo1-0/+10
2024-12-31exfat: fix the new buffer was not zeroed before writingYuezhang Mo1-0/+6
2024-12-31exfat: fix the infinite loop in exfat_readdir()Yuezhang Mo1-1/+2
2024-12-17exfat: fix exfat_find_empty_entry() not returning error on failureYuezhang Mo1-2/+2
2024-11-25exfat: reduce FAT chain traversalYuezhang Mo3-9/+32
2024-11-25exfat: code cleanup for exfat_readdir()Yuezhang Mo1-22/+2
2024-11-25exfat: remove argument 'p_dir' from exfat_add_entry()Yuezhang Mo1-10/+4
2024-11-25exfat: move exfat_chain_set() out of __exfat_resolve_path()Yuezhang Mo1-34/+26
2024-11-25exfat: add exfat_get_dentry_set_by_ei() helperYuezhang Mo3-36/+21
2024-11-25exfat: rename argument name for exfat_move_file and exfat_rename_fileYuezhang Mo1-12/+12
2024-11-25exfat: remove unnecessary read entry in __exfat_rename()Yuezhang Mo1-16/+4
2024-11-25exfat: fix file being changed by unaligned direct writeYuezhang Mo1-0/+10
2024-11-25exfat: fix uninit-value in __exfat_get_dentry_setNamjae Jeon1-0/+1
2024-11-25exfat: fix out-of-bounds access of directory entriesYuezhang Mo1-4/+16
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro3-3/+3
2024-09-23exfat: resolve memory leak from exfat_create_upcase_table()Daniel Yang1-1/+4
2024-09-23exfat: move extend valid_size into ->page_mkwrite()Yuezhang Mo1-25/+45
2024-09-18exfat: fix memory leak in exfat_load_bitmap()Yuezhang Mo1-5/+5
2024-09-18exfat: Implement sops->shutdown and ioctlDongliang Cui5-0/+96
2024-09-17exfat: do not fallback to buffered writeYuezhang Mo5-74/+15
2024-09-17exfat: drop ->i_size_ondiskYuezhang Mo5-25/+12
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)2-7/+6
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)2-3/+3
2024-07-17Merge tag 'exfat-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-11/+15
2024-07-15exfat: fix potential deadlock on __exfat_get_dentry_setSungjong Seo1-1/+1
2024-07-15exfat: handle idmapped mountsMichael Jeanson2-10/+14
2024-07-02exfat: Convert to new uid/gid option parsing helpersEric Sandeen1-4/+4
2024-04-25exfat: zero the reserved fields of file and stream extension dentriesYuezhang Mo1-0/+2
2024-03-31exfat: fix timing of synchronizing bitmap and inodeYuezhang Mo1-4/+3
2024-03-21Merge tag 'exfat-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-376/+293