summaryrefslogtreecommitdiff
path: root/fs/exfat
AgeCommit message (Expand)AuthorFilesLines
4 daysexfat: fix remount failure in different process environmentsYuezhang Mo1-4/+15
2025-12-07exfat: check return value of sb_min_blocksize in exfat_read_boot_sectorYongpeng Yang1-1/+4
2025-12-07exfat: limit log print for IO errorChi Zhiling1-5/+6
2025-06-27exfat: fix double free in delayed_freeNamjae Jeon1-0/+1
2025-04-10exfat: fix the infinite loop in exfat_find_last_cluster()Yuezhang Mo1-1/+1
2025-02-01exfat: fix the infinite loop in exfat_readdir()Yuezhang Mo1-1/+2
2024-12-19exfat: fix potential deadlock on __exfat_get_dentry_setSungjong Seo1-1/+1
2024-12-14exfat: fix uninit-value in __exfat_get_dentry_setNamjae Jeon1-0/+1
2024-10-17exfat: fix memory leak in exfat_load_bitmap()Yuezhang Mo1-5/+5
2023-11-28exfat: support handle zero-size directoryYuezhang Mo1-7/+22
2023-08-11exfat: check if filename entries exceeds max filename lengthNamjae Jeon1-2/+7
2023-08-11exfat: support dynamic allocate bh for exfat_entry_set_cacheYuezhang Mo2-1/+19
2023-08-11exfat: speed up iterate/lookup by fixing start point of traversing cluster chainHyeongseok Kim3-8/+22
2023-08-11exfat: release s_lock before calling dir_emit()Sungjong Seo1-15/+12
2023-08-11exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfreegaoming1-3/+3
2023-03-11exfat: fix inode->i_blocks for non-512 byte sector size deviceYuezhang Mo4-9/+5
2023-03-11exfat: redefine DIR_DELETED as the bad cluster numberSungjong Seo1-1/+1
2023-03-11exfat: fix unexpected EOF while reading dirYuezhang Mo1-4/+1
2023-03-11exfat: fix reporting fs error when reading dir beyond EOFYuezhang Mo1-1/+1
2022-06-06exfat: check if cluster num is validTadeusz Struk3-10/+14
2022-03-28exfat: avoid incorrectly releasing for root inodeChen Li1-1/+1
2022-03-08exfat: fix i_blocks for files truncated over 4 GiBChristophe Vu-Brugier3-6/+6
2022-03-08exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()Christophe Vu-Brugier4-18/+17
2021-11-18exfat: fix incorrect loading of i_blocks for large filesSungjong Seo1-1/+1
2021-07-14exfat: handle wrong stream entry size in exfat_readdir()Namjae Jeon1-3/+5
2021-05-11exfat: fix erroneous discard when clear cluster bitHyeongseok Kim1-10/+1
2021-03-04exfat: fix shift-out-of-bounds in exfat_fill_super()Namjae Jeon2-5/+30
2020-12-26exfat: Avoid allocating upcase table using kcalloc()Artem Labazov1-3/+3
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-10-22exfat: remove useless check in exfat_move_file()Tetsuhiro Kohada1-5/+0
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada5-20/+9
2020-10-22exfat: replace memcpy with structure assignmentTetsuhiro Kohada3-14/+10
2020-10-22exfat: remove useless directory scan in exfat_add_entry()Tetsuhiro Kohada1-10/+1
2020-10-22exfat: eliminate dead code in exfat_find()Tetsuhiro Kohada2-74/+47
2020-10-22exfat: use i_blocksize() to get blocksizeXianting Tian1-1/+1
2020-10-22exfat: fix misspellings using codespell toolNamjae Jeon3-3/+3
2020-10-07exfat: fix use of uninitialized spinlock on error pathNamjae Jeon4-15/+6
2020-10-07exfat: fix pointer error checkingTetsuhiro Kohada1-7/+6
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-08-12exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada6-28/+47
2020-08-12exfat: optimize exfat_zeroed_cluster()Tetsuhiro Kohada1-43/+10
2020-08-12exfat: add error check when updating dir-entriesTetsuhiro Kohada4-7/+12
2020-08-12exfat: write multiple sectors at onceTetsuhiro Kohada3-6/+29
2020-08-12exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada7-35/+26
2020-07-21exfat: fix name_hash computation on big endian systemsIlya Ponetayev1-4/+4
2020-07-21exfat: fix wrong size update of stream entry by typoHyeongseok Kim1-1/+1
2020-07-21exfat: fix wrong hint_stat initialization in exfat_find_dir_entry()Namjae Jeon1-1/+1
2020-07-21exfat: fix overflow issue in exfat_cluster_to_sector()Namjae Jeon1-1/+1
2020-06-29exfat: flush dirty metadata in fsyncSungjong Seo3-2/+20
2020-06-29exfat: move setting VOL_DIRTY over exfat_remove_entries()Namjae Jeon1-1/+1