From: "Namjae Jeon" <namjae.jeon@samsung.com>
To: "'Linus Torvalds'" <torvalds@linux-foundation.org>
Cc: <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] exfat update for 5.9-rc1
Date: Thu, 13 Aug 2020 10:28:34 +0900 [thread overview]
Message-ID: <000001d67111$0fc882f0$2f5988d0$@samsung.com> (raw)
In-Reply-To: <CGME20200813012834epcas1p2ca9a4e0f74353f7f3359a46b5acc5e39@epcas1p2.samsung.com>
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(-)
next parent reply other threads:[~2020-08-13 1:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20200813012834epcas1p2ca9a4e0f74353f7f3359a46b5acc5e39@epcas1p2.samsung.com>
2020-08-13 1:28 ` Namjae Jeon [this message]
2020-08-13 19:47 ` 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='000001d67111$0fc882f0$2f5988d0$@samsung.com' \
--to=namjae.jeon@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--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
all inboxes | Powered by JetHome®