[<prev] [next>] [day] [month] [year] [list]
Message-ID: <PUZPR04MB63163BEABDCE76AFD33442FF81069@PUZPR04MB6316.apcprd04.prod.outlook.com>
Date: Thu, 17 Nov 2022 05:45:38 +0000
From: "Yuezhang.Mo@...y.com" <Yuezhang.Mo@...y.com>
To: Namjae Jeon <linkinjeon@...nel.org>,
Sungjong Seo <sj1557.seo@...sung.com>
CC: linux-kernel <linux-kernel@...r.kernel.org>,
linux-fsdevel <linux-fsdevel@...r.kernel.org>,
"Andy.Wu@...y.com" <Andy.Wu@...y.com>,
"Wataru.Aoyama@...y.com" <Wataru.Aoyama@...y.com>
Subject: [PATCH v1 0/5] exfat: move exfat_entry_set_cache from heap to stack
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(-)
Powered by blists - more mailing lists