[GIT PULL] exfat update for 6.7-rc1

From: Namjae Jeon
Date: Wed Nov 01 2023 - 01:43:19 EST


Hi Linus,

This is exfat update pull request for v6.7-rc1. I add description of
this pull request on below. Please pull exfat with following ones.

Thanks!

The following changes since commit cd063c8b9e1e95560e90bac7816234d8b2ee2897:

Merge tag 'objtool-core-2023-10-28' of
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2023-10-30
13:20:02 -1000)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat.git
tags/exfat-for-6.7-rc1

for you to fetch changes up to ee785c15b5906a69d4007b4754e8ae40fb41e0b4:

exfat: support create zero-size directory (2023-10-31 10:01:45 +0900)

----------------------------------------------------------------
Description for this pull request:
- Add ioctls to get and set file attribute that used in fatattr util.
- Add zero_size_dir mount option not to allocate a cluster when
creating directory.

----------------------------------------------------------------
Jan Cincera (1):
exfat: add ioctls for accessing attributes

Yuezhang Mo (2):
exfat: support handle zero-size directory
exfat: support create zero-size directory

fs/exfat/dir.c | 20 +++++------
fs/exfat/exfat_fs.h | 14 ++++----
fs/exfat/exfat_raw.h | 19 +++++-----
fs/exfat/file.c | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++-
fs/exfat/inode.c | 6 ++--
fs/exfat/namei.c | 52 +++++++++++++++++++---------
fs/exfat/super.c | 11 ++++--
7 files changed, 171 insertions(+), 48 deletions(-)