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

Reply via email to