[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAKYAXd_tOxGD7syqV17YEbpNkcmi3-cNoLz5mKneXyLGbQyjhA@mail.gmail.com>
Date: Mon, 23 May 2022 22:05:56 +0900
From: Namjae Jeon <linkinjeon@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Sungjong Seo <sj1557.seo@...sung.com>
Subject: [GIT PULL] exfat update for 5.19-rc1
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(-)
Powered by blists - more mailing lists