mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] exfat update for 6.18-rc1
@ 2025-10-03 12:18 Namjae Jeon
  2025-10-03 21:33 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Namjae Jeon @ 2025-10-03 12:18 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Sungjong Seo, Yuezhang.Mo, Linux Kernel Mailing List

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-03 21:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-03 12:18 [GIT PULL] exfat update for 6.18-rc1 Namjae Jeon
2025-10-03 21:33 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®