lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 1 Apr 2022 22:10:19 +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 5.18-rc1

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ