All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] exfat update for 5.19-rc1
@ 2022-05-23 13:05 Namjae Jeon
  2022-05-25  2:16 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Namjae Jeon @ 2022-05-23 13:05 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List, Sungjong Seo

Hi Linus,

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

Thanks!

The following changes since commit 4b0986a3613c92f4ec1bdc7f60ec66fea135991f:

  Linux 5.18 (2022-05-22 09:52:31 -1000)

are available in the Git repository at:

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

for you to fetch changes up to 64ba4b15e5c045f8b746c6da5fc9be9a6b00b61d:

  exfat: check if cluster num is valid (2022-05-23 11:17:30 +0900)

----------------------------------------------------------------
Description for this pull request:
 - fix referencing wrong parent directory information during rename.
 - introduce a sys_tz mount option to use system timezone.
 - improve performance while zeroing a cluster with dirsync mount option.
 - fix slab-out-bounds in exat_clear_bitmap() reported from syzbot.

----------------------------------------------------------------
Chung-Chiang Cheng (1):
      exfat: introduce mount option 'sys_tz'

Tadeusz Struk (1):
      exfat: check if cluster num is valid

Yuezhang Mo (3):
      exfat: fix referencing wrong parent directory information after renaming
      block: add sync_blockdev_range()
      exfat: reduce block requests when zeroing a cluster

 block/bdev.c           |  7 +++++++
 fs/exfat/balloc.c      |  8 ++++++--
 fs/exfat/exfat_fs.h    |  7 +++++++
 fs/exfat/fatent.c      | 47 +++++++++++++++++------------------------------
 fs/exfat/misc.c        | 10 ++++++++--
 fs/exfat/namei.c       | 27 +--------------------------
 fs/exfat/super.c       |  9 ++++++++-
 include/linux/blkdev.h |  1 +
 8 files changed, 55 insertions(+), 61 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] exfat update for 5.19-rc1
  2022-05-23 13:05 [GIT PULL] exfat update for 5.19-rc1 Namjae Jeon
@ 2022-05-25  2:16 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-05-25  2:16 UTC (permalink / raw)
  To: Namjae Jeon; +Cc: Linus Torvalds, Linux Kernel Mailing List, Sungjong Seo

The pull request you sent on Mon, 23 May 2022 22:05:56 +0900:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/850f6033cd2bf3b1fcbf9a20d078edab7e7c67b4

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-25  2:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-23 13:05 [GIT PULL] exfat update for 5.19-rc1 Namjae Jeon
2022-05-25  2:16 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.