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:   Thu, 13 Aug 2020 10:28:34 +0900
From:   "Namjae Jeon" <namjae.jeon@...sung.com>
To:     "'Linus Torvalds'" <torvalds@...ux-foundation.org>
Cc:     <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] exfat update for 5.9-rc1

Hi Linus,

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

Thanks!

The following changes since commit bcf876870b95592b52519ed4aafcf9d95999bc9c:

  Linux 5.8 (2020-08-02 14:21:45 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7018ec68f08249de17cb131b324d5a48e89ed898:

  exfat: retain 'VolumeFlags' properly (2020-08-12 08:31:13 +0900)

----------------------------------------------------------------
Description for this pull request:
 - Don't clear MediaFailure and VolumeDirty bit in volume flags
   if these were already set before mounting.
 - Write multiple dirty buffers at once in sync mode.
 - Remove unneeded EXFAT_SB_DIRTY bit set.

----------------------------------------------------------------
Tetsuhiro Kohada (5):
      exfat: remove EXFAT_SB_DIRTY flag
      exfat: write multiple sectors at once
      exfat: add error check when updating dir-entries
      exfat: optimize exfat_zeroed_cluster()
      exfat: retain 'VolumeFlags' properly

 fs/exfat/balloc.c    |  4 ++--
 fs/exfat/dir.c       | 32 ++++++++++++++++-------------
 fs/exfat/exfat_fs.h  | 14 ++++++-------
 fs/exfat/exfat_raw.h |  5 ++---
 fs/exfat/fatent.c    | 58 ++++++++++------------------------------------------
 fs/exfat/file.c      |  9 +++++---
 fs/exfat/inode.c     | 13 ++++++------
 fs/exfat/misc.c      | 22 ++++++++++++++++++--
 fs/exfat/namei.c     | 32 ++++++++++++++---------------
 fs/exfat/super.c     | 48 ++++++++++++++++++++++++++++---------------
 10 files changed, 121 insertions(+), 116 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ