[GIT PULL] exfat update for 5.18-rc1

From: Namjae Jeon
Date: Fri Apr 01 2022 - 09:10:27 EST


Hi Linus,

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

Thanks!

The following changes since commit f443e374ae131c168a065ea1748feac6b2e76613:

Linux 5.17 (2022-03-20 13:14:17 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a4a3d8c52d952ab1f5c8b8b67b57f2e01936628d:

exfat: do not clear VolumeDirty in writeback (2022-04-01 10:51:03 +0900)

----------------------------------------------------------------
Description for this pull request:
- Add keep_last_dots mount option to allow access to paths with trailing dots.
- Avoid repetitive volume dirty bit set/clear to improve storage life time.

----------------------------------------------------------------
Vasant Karasulli (1):
exfat: allow access to paths with trailing dots

Yuezhang Mo (1):
exfat: do not clear VolumeDirty in writeback

fs/exfat/exfat_fs.h | 3 ++-
fs/exfat/file.c | 2 --
fs/exfat/namei.c | 55 +++++++++++++++++++++++++++++++++++------------------
fs/exfat/super.c | 17 +++++++++--------
4 files changed, 47 insertions(+), 30 deletions(-)