summaryrefslogtreecommitdiff
path: root/fs/exfat
AgeCommit message (Expand)AuthorFilesLines
5 daysexfat: preserve benign secondary entries during rename and moveRochan Avlur3-72/+169
5 daysexfat: move exfat_chain_set() out of __exfat_resolve_path()Yuezhang Mo1-38/+30
5 daysexfat: add exfat_get_dentry_set_by_ei() helperYuezhang Mo3-48/+38
5 daysexfat: rename argument name for exfat_move_file and exfat_rename_fileYuezhang Mo1-17/+19
5 daysexfat: remove unnecessary read entry in __exfat_rename()Yuezhang Mo1-16/+7
5 daysexfat: move free cluster out of exfat_init_ext_entry()Yuezhang Mo2-6/+4
5 daysexfat: bound uniname advance in exfat_find_dir_entry()Bryam Vargas1-5/+8
2026-07-04exfat: fix potential use-after-free in exfat_find_dir_entry()Michael Bommarito1-1/+3
2026-01-11exfat: fix remount failure in different process environmentsYuezhang Mo1-4/+15
2025-12-01exfat: check return value of sb_min_blocksize in exfat_read_boot_sectorYongpeng Yang1-1/+4
2025-11-24exfat: limit log print for IO errorChi Zhiling1-5/+6
2025-08-28exfat: add cluster chain loop check for dirYuezhang Mo4-11/+48
2025-04-10exfat: fix the infinite loop in exfat_find_last_cluster()Yuezhang Mo1-1/+1
2025-03-13exfat: fix soft lockup in exfat_clear_bitmapNamjae Jeon3-7/+16
2025-01-17exfat: fix the infinite loop in __exfat_free_cluster()Yuezhang Mo1-0/+10
2025-01-17exfat: fix the infinite loop in exfat_readdir()Yuezhang Mo1-1/+2
2024-12-09exfat: fix uninit-value in __exfat_get_dentry_setNamjae Jeon1-0/+1
2024-10-10exfat: fix memory leak in exfat_load_bitmap()Yuezhang Mo1-5/+5
2024-08-03exfat: fix potential deadlock on __exfat_get_dentry_setSungjong Seo1-1/+1
2023-11-28exfat: support handle zero-size directoryYuezhang Mo1-7/+22
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-21/+20
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds4-23/+18
2023-08-10exfat: free the sbi and iocharset in ->kill_sbChristoph Hellwig1-10/+18
2023-08-10exfat: don't RCU-free the sbiChristoph Hellwig2-13/+4
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds1-1/+2
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-0/+1
2023-07-15exfat: release s_lock before calling dir_emit()Sungjong Seo1-15/+12
2023-07-13exfat: check if filename entries exceeds max filename lengthNamjae Jeon1-2/+7
2023-07-13exfat: convert to ctime accessor functionsJeff Layton4-19/+15
2023-07-11exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfreegaoming1-3/+3
2023-07-10exfat: convert to simple_rename_timestampJeff Layton1-3/+2
2023-07-10exfat: ensure that ctime is updated whenever the mtime isJeff Layton1-4/+4
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-03-01Merge tag 'exfat-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-60/+101
2023-02-28exfat: fix the newly allocated clusters are not freed in error handlingYuezhang Mo1-10/+8
2023-02-28exfat: don't print error log in normal caseYuezhang Mo1-2/+3
2023-02-28exfat: remove unneeded code from exfat_alloc_cluster()Yuezhang Mo1-8/+1
2023-02-27exfat: handle unreconized benign secondary entriesNamjae Jeon3-25/+81
2023-02-27exfat: fix inode->i_blocks for non-512 byte sector size deviceYuezhang Mo4-9/+5
2023-02-27exfat: redefine DIR_DELETED as the bad cluster numberSungjong Seo1-1/+1
2023-02-27exfat: fix reporting fs error when reading dir beyond EOFYuezhang Mo1-1/+1
2023-02-27exfat: fix unexpected EOF while reading dirYuezhang Mo1-4/+1
2023-02-21Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-01-26fs: build the legacy direct I/O code conditionallyChristoph Hellwig1-0/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner2-3/+3