[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAKYAXd9qNaE+LACOh2nf04ua=M9UQZs2N=2uw8dFmKXPzkbxYA@mail.gmail.com>
Date: Wed, 1 Nov 2023 14:43:13 +0900
From: Namjae Jeon <linkinjeon@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Sungjong Seo <sj1557.seo@...sung.com>
Subject: [GIT PULL] exfat update for 6.7-rc1
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(-)
Powered by blists - more mailing lists