public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Namjae Jeon" <namjae.jeon@samsung.com>
To: "'Linus Torvalds'" <torvalds@linux-foundation.org>
Cc: <linux-kernel@vger.kernel.org>,
	"'Sungjong Seo'" <sj1557.seo@samsung.com>
Subject: [GIT PULL] exfat update for 5.10-rc1
Date: Thu, 22 Oct 2020 17:42:14 +0900	[thread overview]
Message-ID: <020201d6a84f$3d93fdc0$b8bbf940$@samsung.com> (raw)
In-Reply-To: CGME20201022084214epcas1p3989473275756ebb83ad2b31dca545a51@epcas1p3.samsung.com

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


       reply	other threads:[~2020-10-22  8:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20201022084214epcas1p3989473275756ebb83ad2b31dca545a51@epcas1p3.samsung.com>
2020-10-22  8:42 ` Namjae Jeon [this message]
2020-10-22 18:05   ` [GIT PULL] exfat update for 5.10-rc1 pr-tracker-bot

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='020201d6a84f$3d93fdc0$b8bbf940$@samsung.com' \
    --to=namjae.jeon@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sj1557.seo@samsung.com \
    --cc=torvalds@linux-foundation.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox