linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] exfat update for 5.10-rc1
       [not found] <CGME20201022084214epcas1p3989473275756ebb83ad2b31dca545a51@epcas1p3.samsung.com>
@ 2020-10-22  8:42 ` Namjae Jeon
  2020-10-22 18:05   ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Namjae Jeon @ 2020-10-22  8:42 UTC (permalink / raw)
  To: 'Linus Torvalds'; +Cc: linux-kernel, 'Sungjong Seo'

Hi Linus,

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

Thanks!

The following changes since commit bbf5c979011a099af5dc76498918ed7df445635b:

  Linux 5.9 (2020-10-11 14:15:50 -0700)

are available in the Git repository at:

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

for you to fetch changes up to eae503f7eb0509594076a951e422e29082385c96:

  exfat: remove useless check in exfat_move_file() (2020-10-22 08:29:12 +0900)

----------------------------------------------------------------
Description for this pull request:
  - Replace memcpy with structure assignment.
  - Remove unneeded codes and use helper function i_blocksize().
  - Fix typos found by codespell.

----------------------------------------------------------------
Namjae Jeon (1):
      exfat: fix misspellings using codespell tool

Tetsuhiro Kohada (5):
      exfat: eliminate dead code in exfat_find()
      exfat: remove useless directory scan in exfat_add_entry()
      exfat: replace memcpy with structure assignment
      exfat: remove 'rwoffset' in exfat_inode_info
      exfat: remove useless check in exfat_move_file()

Xianting Tian (1):
      exfat: use i_blocksize() to get blocksize

 fs/exfat/dir.c      |  29 ++++------
 fs/exfat/exfat_fs.h |   4 +-
 fs/exfat/file.c     |   4 +-
 fs/exfat/inode.c    |   5 +-
 fs/exfat/namei.c    | 153 +++++++++++++++++++---------------------------------
 fs/exfat/nls.c      |   2 +-
 fs/exfat/super.c    |   1 -
 7 files changed, 71 insertions(+), 127 deletions(-)


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

* Re: [GIT PULL] exfat update for 5.10-rc1
  2020-10-22  8:42 ` [GIT PULL] exfat update for 5.10-rc1 Namjae Jeon
@ 2020-10-22 18:05   ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-10-22 18:05 UTC (permalink / raw)
  To: Namjae Jeon
  Cc: 'Linus Torvalds', linux-kernel, 'Sungjong Seo'

The pull request you sent on Thu, 22 Oct 2020 17:42:14 +0900:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9b06f57b9edb2d67471e626b3ebd247826729a7f

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2020-10-22 18:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20201022084214epcas1p3989473275756ebb83ad2b31dca545a51@epcas1p3.samsung.com>
2020-10-22  8:42 ` [GIT PULL] exfat update for 5.10-rc1 Namjae Jeon
2020-10-22 18:05   ` 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;
as well as URLs for NNTP newsgroup(s).