mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] exfat update for 6.2-rc1
@ 2022-12-15 23:50 Namjae Jeon
  2022-12-16  2:16 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Namjae Jeon @ 2022-12-15 23:50 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List, Sungjong Seo

Hi Linus,

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

Thanks!

The following changes since commit 830b3c68c1fb1e9176028d02ef86f3cf76aa2476:

  Linux 6.1 (2022-12-11 14:15:18 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 36955d368dc101be885ad2c71618e3c3a93cd8ee:

  exfat: reuse exfat_find_location() to simplify
exfat_get_dentry_set() (2022-12-13 20:17:16 +0900)

----------------------------------------------------------------
Description for this pull request:
- simplify and remove some redundant codes handing directory entries
- optimize the size of exfat_entry_set_cache and its allocation policy
- improve the performance for creating files and directories

----------------------------------------------------------------
Yuezhang Mo (14):
      exfat: simplify empty entry hint
      exfat: hint the empty entry which at the end of cluster chain
      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
      exfat: remove call ilog2() from exfat_readdir()
      exfat: remove unneeded codes from __exfat_rename()
      exfat: remove unnecessary arguments from exfat_find_dir_entry()
      exfat: remove argument 'size' from exfat_truncate()
      exfat: remove i_size_write() from __exfat_truncate()
      exfat: fix overflow in sector and cluster conversion
      exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set()

 fs/exfat/dir.c      | 184 +++++++++++++++++++++++++++++-----------------------
 fs/exfat/exfat_fs.h |  56 +++++++++++-----
 fs/exfat/file.c     |  12 ++--
 fs/exfat/inode.c    |  17 +++--
 fs/exfat/namei.c    |  63 +++++++++---------
 5 files changed, 187 insertions(+), 145 deletions(-)

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

end of thread, other threads:[~2022-12-16  2:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-15 23:50 [GIT PULL] exfat update for 6.2-rc1 Namjae Jeon
2022-12-16  2:16 ` pr-tracker-bot

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®