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:   Mon, 8 Aug 2022 21:16:25 +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.20-rc1

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ