[GIT PULL] exfat update for 5.20-rc1

From: Namjae Jeon
Date: Mon Aug 08 2022 - 08:16:36 EST


Hi Linus,

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

Thanks!

The following changes since commit 3d7cb6b04c3f3115719235cc6866b10326de34cd:

Linux 5.19 (2022-07-31 14:03:01 -0700)

are available in the Git repository at:

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

for you to fetch changes up to df13a3477635414f243d53344bb4b510385e994d:

MAINTAINERS: Add Namjae's exfat git tree (2022-08-01 10:14:07 +0900)

----------------------------------------------------------------
Description for this pull request:
- fix the error code of rename syscall.
- cleanup and suppress the superfluous error messages.
- remove duplicate directory entry update.
- add exfat git tree in MAINTAINERS.

----------------------------------------------------------------
Petr Vorel (1):
MAINTAINERS: Add Namjae's exfat git tree

Takashi Iwai (5):
exfat: Return ENAMETOOLONG consistently for oversized paths
exfat: Define NLS_NAME_* as bit flags explicitly
exfat: Expand exfat_err() and co directly to pr_*() macro
exfat: Downgrade ENAMETOOLONG error message to debug messages
exfat: Drop superfluous new line for error messages

Yuezhang Mo (3):
exfat: reuse __exfat_write_inode() to update directory entry
exfat: remove duplicate write inode for truncating file
exfat: remove duplicate write inode for extending dir/file

MAINTAINERS | 1 +
fs/exfat/exfat_fs.h | 19 +++++++------
fs/exfat/fatent.c | 2 +-
fs/exfat/file.c | 82 +++++++++++++++++------------------------------------
fs/exfat/inode.c | 41 +++++++--------------------
fs/exfat/misc.c | 17 -----------
fs/exfat/namei.c | 22 +-------------
fs/exfat/nls.c | 4 +--
fs/exfat/super.c | 4 +--
9 files changed, 54 insertions(+), 138 deletions(-)