All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yuezhang.Mo@sony.com" <Yuezhang.Mo@sony.com>
To: Namjae Jeon <linkinjeon@kernel.org>,
	Sungjong Seo <sj1557.seo@samsung.com>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	linux-fsdevel <linux-fsdevel@vger.kernel.org>,
	"Andy.Wu@sony.com" <Andy.Wu@sony.com>,
	"Wataru.Aoyama@sony.com" <Wataru.Aoyama@sony.com>
Subject: [PATCH v1 0/5] exfat: move exfat_entry_set_cache from heap to stack
Date: Thu, 17 Nov 2022 05:45:38 +0000	[thread overview]
Message-ID: <PUZPR04MB63163BEABDCE76AFD33442FF81069@PUZPR04MB6316.apcprd04.prod.outlook.com> (raw)

This patchset reduces the size of exfat_entry_set_cache and moves
it from heap to stack.

Yuezhang Mo (5):
  exfat: reduce the size of exfat_entry_set_cache
  exfat: support dynamic allocate bh for exfat_entry_set_cache
  exfat: move exfat_entry_set_cache from heap to stack
  exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()
  exfat: replace magic numbers with Macros

 fs/exfat/dir.c      | 68 ++++++++++++++++++++++++++-------------------
 fs/exfat/exfat_fs.h | 36 ++++++++++++++++++------
 fs/exfat/inode.c    | 13 ++++-----
 fs/exfat/namei.c    | 11 ++++----
 4 files changed, 78 insertions(+), 50 deletions(-)

                 reply	other threads:[~2022-11-17  5:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=PUZPR04MB63163BEABDCE76AFD33442FF81069@PUZPR04MB6316.apcprd04.prod.outlook.com \
    --to=yuezhang.mo@sony.com \
    --cc=Andy.Wu@sony.com \
    --cc=Wataru.Aoyama@sony.com \
    --cc=linkinjeon@kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sj1557.seo@samsung.com \
    /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 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.