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-03-13exfat: fix soft lockup in exfat_clear_bitmapNamjae Jeon3-7/+16
2025-01-23exfat: fix the infinite loop in __exfat_free_cluster()Yuezhang Mo1-0/+10
2025-01-23exfat: 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
2024-03-01exfat: support dynamic allocate bh for exfat_entry_set_cacheYuezhang Mo2-1/+19
2023-11-28exfat: support handle zero-size directoryYuezhang Mo1-7/+22
2023-08-26exfat: check if filename entries exceeds max filename lengthNamjae Jeon1-2/+7
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-10exfat: fix inode->i_blocks for non-512 byte sector size deviceYuezhang Mo4-9/+5
2023-03-10exfat: redefine DIR_DELETED as the bad cluster numberSungjong Seo1-1/+1
2023-03-10exfat: fix unexpected EOF while reading dirYuezhang Mo1-4/+1
2023-03-10exfat: fix reporting fs error when reading dir beyond EOFYuezhang Mo1-1/+1
2022-07-29exfat: use updated exfat_chain directly during renamingSungjong Seo1-1/+3
2022-07-29exfat: fix referencing wrong parent directory information after renamingYuezhang Mo1-26/+1
2022-06-06exfat: check if cluster num is validTadeusz Struk3-10/+14
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-06Merge tag 'exfat-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+6
2021-07-04exfat: handle wrong stream entry size in exfat_readdir()Namjae Jeon1-3/+5
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+1
2021-06-28exfat: avoid incorrectly releasing for root inodeChen Li1-1/+1
2021-04-27exfat: speed up iterate/lookup by fixing start point of traversing cluster chainHyeongseok Kim3-8/+22
2021-04-27exfat: improve write performance when dirsync enabledHyeongseok Kim6-9/+10
2021-04-27exfat: add support ioctl and FITRIM functionHyeongseok Kim4-0/+142
2021-04-27exfat: introduce bitmap_lock for cluster bitmap accessHyeongseok Kim3-8/+31
2021-04-27exfat: fix erroneous discard when clear cluster bitHyeongseok Kim1-10/+1
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-15/+21
2021-02-23Merge tag 'exfat-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-14/+70
2021-02-22exfat: improve performance of exfat_free_cluster when using dirsync mount optionHyeongseok Kim3-9/+40
2021-02-22exfat: fix shift-out-of-bounds in exfat_fill_super()Namjae Jeon2-5/+30
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner3-12/+18
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2020-12-22exfat: 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