linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Namjae Jeon <linkinjeon@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Sungjong Seo <sj1557.seo@samsung.com>,
	 "Yuezhang.Mo" <Yuezhang.Mo@sony.com>
Subject: [GIT PULL] exfat update for 6.9-rc1
Date: Thu, 21 Mar 2024 11:42:38 +0900	[thread overview]
Message-ID: <CAKYAXd-iGLkXgDa8cj8Un7xz_8zW-AYncpyfy16-2y9KNLNJig@mail.gmail.com> (raw)

Hi Linus,

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

Thanks!

The following changes since commit 855684c7d938c2442f07eabc154e7532b4c1fbf9:

  Merge tag 'x86_tdx_for_6.9' of
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2024-03-11
20:20:36 -0700)

are available in the Git repository at:

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

for you to fetch changes up to dc38fdc51ba650871f12e4032bfe170f5b0e8ed0:

  exfat: remove duplicate update parent dir (2024-03-19 20:56:10 +0900)

----------------------------------------------------------------
Description for this pull request:
  - Improve dirsync performance by syncing on a dentry-set rather than
    on a per-directory entry

----------------------------------------------------------------
Yuezhang Mo (10):
      exfat: add __exfat_get_dentry_set() helper
      exfat: add exfat_get_empty_dentry_set() helper
      exfat: convert exfat_add_entry() to use dentry cache
      exfat: convert exfat_remove_entries() to use dentry cache
      exfat: move free cluster out of exfat_init_ext_entry()
      exfat: convert exfat_init_ext_entry() to use dentry cache
      exfat: convert exfat_find_empty_entry() to use dentry cache
      exfat: remove unused functions
      exfat: do not sync parent dir if just update timestamp
      exfat: remove duplicate update parent dir

 fs/exfat/dir.c      | 290 +++++++++++++++++++++----------------------
 fs/exfat/exfat_fs.h |  25 ++--
 fs/exfat/inode.c    |   2 +-
 fs/exfat/namei.c    | 352 ++++++++++++++++++++--------------------------------
 4 files changed, 293 insertions(+), 376 deletions(-)

             reply	other threads:[~2024-03-21  2:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-21  2:42 Namjae Jeon [this message]
2024-03-21 17:34 ` [GIT PULL] exfat update for 6.9-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=CAKYAXd-iGLkXgDa8cj8Un7xz_8zW-AYncpyfy16-2y9KNLNJig@mail.gmail.com \
    --to=linkinjeon@kernel.org \
    --cc=Yuezhang.Mo@sony.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).