[GIT,PULL] exfat update for 6.7-rc1

Message ID CAKYAXd9qNaE+LACOh2nf04ua=M9UQZs2N=2uw8dFmKXPzkbxYA@mail.gmail.com
State New
Headers
Series [GIT,PULL] exfat update for 6.7-rc1 |

Pull-request

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

Message

Namjae Jeon Nov. 1, 2023, 5:43 a.m. UTC
  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(-)
  

Comments

pr-tracker-bot@kernel.org Nov. 2, 2023, 6:38 p.m. UTC | #1
The pull request you sent on Wed, 1 Nov 2023 14:43:13 +0900:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/dc737f11c218969d01799dd8eb478582b67aaa24

Thank you!