[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAKYAXd9Lv6B+f1pzMW_yfQfANXNs1HYuD0h-5zixf3xVNUy6pA@mail.gmail.com>
Date: Tue, 5 Aug 2025 15:46:40 +0900
From: Namjae Jeon <linkinjeon@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Sungjong Seo <sj1557.seo@...sung.com>, "Yuezhang.Mo" <Yuezhang.Mo@...y.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] exfat update for 6.17-rc1
Hi Linus,
This is exfat update pull request for v6.17-rc1. I add a description of
this pull request below. Please pull exfat with following ones.
Thanks!
The following changes since commit cbbf0a759ff96c80dfc32192a2cc427b79447f74:
Merge tag 'mtd/for-6.17' of
git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux (2025-07-31
13:43:02 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat.git
tags/exfat-for-6.17-rc1
for you to fetch changes up to 99f9a97dce39ad413c39b92c90393bbd6778f3fd:
exfat: add cluster chain loop check for dir (2025-08-01 08:34:23 +0900)
----------------------------------------------------------------
Description for this pull request:
- Use generic_write_sync instead of vfs_fsync_range in exfat_file_write_iter.
It will fix an issue where fdatasync would be set incorrectly.
- Fix potential infinite loop by the self-linked chain.
----------------------------------------------------------------
Yuezhang Mo (1):
exfat: add cluster chain loop check for dir
Zhengxu Zhang (1):
exfat: fdatasync flag should be same like generic_write_sync()
fs/exfat/dir.c | 12 ++++++++++++
fs/exfat/fatent.c | 10 ++++++++++
fs/exfat/file.c | 5 ++---
fs/exfat/namei.c | 5 +++++
fs/exfat/super.c | 32 +++++++++++++++++++++-----------
5 files changed, 50 insertions(+), 14 deletions(-)
Powered by blists - more mailing lists