public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Namjae Jeon" <namjae.jeon@samsung.com>
To: "'Linus Torvalds'" <torvalds@linux-foundation.org>
Cc: <linux-kernel@vger.kernel.org>,
	"'Sungjong Seo'" <sj1557.seo@samsung.com>
Subject: [GIT PULL] exfat update for 5.13-rc1
Date: Wed, 28 Apr 2021 16:45:49 +0900	[thread overview]
Message-ID: <003c01d73c02$81e6b2a0$85b417e0$@samsung.com> (raw)
In-Reply-To: CGME20210428074549epcas1p33641467e86ad0d0e3915d8ba0b936f90@epcas1p3.samsung.com

Hi Linus,

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

Thanks!

The following changes since commit 9f4ad9e425a1d3b6a34617b8ea226d56a119a717:

  Linux 5.12 (2021-04-25 13:49:08 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c6e2f52e3051e8d898d38840104638ca8bbcdec2:

  exfat: speed up iterate/lookup by fixing start point of traversing cluster chain (2021-04-27 20:45:07 +0900)

----------------------------------------------------------------
Description for this pull request:
 - Improve write performance with dirsync mount option.
 - Improve lookup performance.
 - Add support for FITRIM ioctl.
 - Fix a bug with discard option.

----------------------------------------------------------------
Hyeongseok Kim (5):
      exfat: fix erroneous discard when clear cluster bit
      exfat: introduce bitmap_lock for cluster bitmap access
      exfat: add support ioctl and FITRIM function
      exfat: improve write performance when dirsync enabled
      exfat: speed up iterate/lookup by fixing start point of traversing cluster chain

 fs/exfat/balloc.c   | 95 ++++++++++++++++++++++++++++++++++++++++++++++-------
 fs/exfat/dir.c      | 26 +++++++++++----
 fs/exfat/exfat_fs.h | 11 +++++--
 fs/exfat/fatent.c   | 41 +++++++++++++++++------
 fs/exfat/file.c     | 53 ++++++++++++++++++++++++++++++
 fs/exfat/inode.c    |  3 +-
 fs/exfat/namei.c    | 11 +++++--
 fs/exfat/super.c    |  1 +
 8 files changed, 206 insertions(+), 35 deletions(-)


       reply	other threads:[~2021-04-28  7:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20210428074549epcas1p33641467e86ad0d0e3915d8ba0b936f90@epcas1p3.samsung.com>
2021-04-28  7:45 ` Namjae Jeon [this message]
2021-04-29 17:52   ` [GIT PULL] exfat update for 5.13-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='003c01d73c02$81e6b2a0$85b417e0$@samsung.com' \
    --to=namjae.jeon@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sj1557.seo@samsung.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox