[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAKYAXd8XfKPTdDMbHKkyQN1FTGLmgKkMTkUiSOuHE=FjB=G==w@mail.gmail.com>
Date: Fri, 3 Oct 2025 21:18:04 +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.18-rc1
Hi Linus,
This is exfat update pull request for v6.18-rc1. I add a description of
this pull request below. Please pull exfat with following ones.
Thanks!
The following changes since commit 30d4efb2f5a515a60fe6b0ca85362cbebea21e2f:
Merge tag 'for-linus-6.18-rc1-tag' of
git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip (2025-09-29
19:42:03 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat.git
tags/exfat-for-6.18-rc1
for you to fetch changes up to d01579d590f72d2d91405b708e96f6169f24775a:
exfat: Add support for FS_IOC_{GET,SET}FSLABEL (2025-09-30 13:49:31 +0900)
----------------------------------------------------------------
Description for this pull request:
- Add support for FS_IOC_{GET,SET}FSLABEL ioctl.
- Two small clean-up patches.
- Optimizes allocation bitmap loading time on large partitions
with small cluster sizes.
- Allow changes for discard, zero_size_dir, and errors options
via remount.
- Validate that the clusters used for the allocation bitmap are
correctly marked as in-use during mount, preventing potential
data corruption from reallocating the bitmap's own space.
- Uses ratelimit to avoid too many error prints on I/O error path.
----------------------------------------------------------------
Chi Zhiling (1):
exfat: limit log print for IO error
Ethan Ferguson (1):
exfat: Add support for FS_IOC_{GET,SET}FSLABEL
Liao Yuanhong (1):
exfat: Remove unnecessary parentheses
Namjae Jeon (2):
exfat: validate cluster allocation bits of the allocation bitmap
exfat: optimize allocation bitmap loading time
Sang-Heon Jeon (1):
exfat: combine iocharset and utf8 option setup
Xichao Zhao (1):
exfat: drop redundant conversion to bool
Yuezhang Mo (1):
exfat: support modifying mount options via remount
fs/exfat/balloc.c | 85 +++++++++++++++++++++++----
fs/exfat/dir.c | 160 +++++++++++++++++++++++++++++++++++++++++++++++++++
fs/exfat/exfat_fs.h | 7 +++
fs/exfat/exfat_raw.h | 6 ++
fs/exfat/fatent.c | 11 ++--
fs/exfat/file.c | 52 +++++++++++++++++
fs/exfat/inode.c | 2 +-
fs/exfat/namei.c | 2 +-
fs/exfat/nls.c | 2 +-
fs/exfat/super.c | 68 +++++++++++++++++-----
10 files changed, 360 insertions(+), 35 deletions(-)
Powered by blists - more mailing lists