linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Namjae Jeon" <namjae.jeon@samsung.com>
To: "'Linus Torvalds'" <torvalds@linux-foundation.org>
Cc: "'Linux Kernel Mailing List'" <linux-kernel@vger.kernel.org>,
	"'Sungjong Seo'" <sj1557.seo@samsung.com>
Subject: [GIT PULL] exfat update for 5.12-rc1
Date: Mon, 22 Feb 2021 16:32:32 +0900	[thread overview]
Message-ID: <00c601d708ec$e1d8e0f0$a58aa2d0$@samsung.com> (raw)
In-Reply-To: CGME20210222073232epcas1p49025fce773d7139d71dc395dfdc383d8@epcas1p4.samsung.com

Hi Linus,

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

Thanks!

The following changes since commit f40ddce88593482919761f74910f42f4b84c004b:

  Linux 5.11 (2021-02-14 14:32:24 -0800)

are available in the Git repository at:

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

for you to fetch changes up to f728760aa923f1dd3a4818368dbdbd2c7d63b370:

  exfat: improve performance of exfat_free_cluster when using dirsync mount option (2021-02-22 09:55:14 +0900)

----------------------------------------------------------------
Description for this pull request:
- Improve file deletion performance with dirsync mount option.
- fix shift-out-of-bounds in exfat_fill_super() generated by syzkaller.

----------------------------------------------------------------
Hyeongseok Kim (1):
      exfat: improve performance of exfat_free_cluster when using dirsync mount option

Namjae Jeon (1):
      exfat: fix shift-out-of-bounds in exfat_fill_super()

 fs/exfat/balloc.c    |  4 ++--
 fs/exfat/exfat_fs.h  |  2 +-
 fs/exfat/exfat_raw.h |  4 ++++
 fs/exfat/fatent.c    | 43 +++++++++++++++++++++++++++++++++++++------
 fs/exfat/super.c     | 31 ++++++++++++++++++++++++++-----
 5 files changed, 70 insertions(+), 14 deletions(-)


       reply	other threads:[~2021-02-22  7:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20210222073232epcas1p49025fce773d7139d71dc395dfdc383d8@epcas1p4.samsung.com>
2021-02-22  7:32 ` Namjae Jeon [this message]
2021-02-22 21:35   ` [GIT PULL] exfat update for 5.12-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='00c601d708ec$e1d8e0f0$a58aa2d0$@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;
as well as URLs for NNTP newsgroup(s).