linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] exfat: move exfat_entry_set_cache from heap to stack
@ 2022-11-24  6:40 Yuezhang.Mo
  2022-11-24 13:01 ` Sungjong Seo
  2022-11-28 12:46 ` Namjae Jeon
  0 siblings, 2 replies; 3+ messages in thread
From: Yuezhang.Mo @ 2022-11-24  6:40 UTC (permalink / raw)
  To: linkinjeon@kernel.org, sj1557.seo@samsung.com
  Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org,
	Andy.Wu@sony.com, Wataru.Aoyama@sony.com

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

Changes for v2:
  * [1/5] [5/5]
    - Rename ES_*_ENTRY to ES_IDX_*
    - Fix ES_IDX_LAST_FILENAME() to return the index of the last
      filename entry
    - Add ES_ENTRY_NUM() MACRO

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      | 70 ++++++++++++++++++++++++++-------------------
 fs/exfat/exfat_fs.h | 37 ++++++++++++++++++------
 fs/exfat/inode.c    | 13 ++++-----
 fs/exfat/namei.c    | 11 ++++---
 4 files changed, 80 insertions(+), 51 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2 0/5] exfat: move exfat_entry_set_cache from heap to stack
  2022-11-24  6:40 [PATCH v2 0/5] exfat: move exfat_entry_set_cache from heap to stack Yuezhang.Mo
@ 2022-11-24 13:01 ` Sungjong Seo
  2022-11-28 12:46 ` Namjae Jeon
  1 sibling, 0 replies; 3+ messages in thread
From: Sungjong Seo @ 2022-11-24 13:01 UTC (permalink / raw)
  To: Yuezhang.Mo@sony.com, linkinjeon@kernel.org
  Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org,
	Andy.Wu@sony.com, Wataru.Aoyama@sony.com

Looks good.
Thanks for your patchset.

Reviewed-by: Sungjong Seo <sj1557.seo@samsung.com>

> This patchset reduces the size of exfat_entry_set_cache and moves
> it from heap to stack.
> 
> Changes for v2:
>   * [1/5] [5/5]
>     - Rename ES_*_ENTRY to ES_IDX_*
>     - Fix ES_IDX_LAST_FILENAME() to return the index of the last
>       filename entry
>     - Add ES_ENTRY_NUM() MACRO
> 
> 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      | 70 ++++++++++++++++++++++++++-------------------
>  fs/exfat/exfat_fs.h | 37 ++++++++++++++++++------
>  fs/exfat/inode.c    | 13 ++++-----
>  fs/exfat/namei.c    | 11 ++++---
>  4 files changed, 80 insertions(+), 51 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2 0/5] exfat: move exfat_entry_set_cache from heap to stack
  2022-11-24  6:40 [PATCH v2 0/5] exfat: move exfat_entry_set_cache from heap to stack Yuezhang.Mo
  2022-11-24 13:01 ` Sungjong Seo
@ 2022-11-28 12:46 ` Namjae Jeon
  1 sibling, 0 replies; 3+ messages in thread
From: Namjae Jeon @ 2022-11-28 12:46 UTC (permalink / raw)
  To: Yuezhang.Mo@sony.com
  Cc: sj1557.seo@samsung.com, linux-fsdevel@vger.kernel.org,
	linux-kernel@vger.kernel.org, Andy.Wu@sony.com,
	Wataru.Aoyama@sony.com

2022-11-24 15:40 GMT+09:00, Yuezhang.Mo@sony.com <Yuezhang.Mo@sony.com>:
> This patchset reduces the size of exfat_entry_set_cache and moves
> it from heap to stack.
>
> Changes for v2:
>   * [1/5] [5/5]
>     - Rename ES_*_ENTRY to ES_IDX_*
>     - Fix ES_IDX_LAST_FILENAME() to return the index of the last
>       filename entry
>     - Add ES_ENTRY_NUM() MACRO
>
> 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
Applied, Thanks for your patches!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-28 12:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-24  6:40 [PATCH v2 0/5] exfat: move exfat_entry_set_cache from heap to stack Yuezhang.Mo
2022-11-24 13:01 ` Sungjong Seo
2022-11-28 12:46 ` Namjae Jeon

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).