linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] exfat fixes for 5.8-rc4
       [not found] <CGME20200630030544epcas1p255f59b5d5e2c82219c37fc5b341b1e67@epcas1p2.samsung.com>
@ 2020-06-30  3:05 ` Namjae Jeon
  2020-07-01 19:10   ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Namjae Jeon @ 2020-06-30  3:05 UTC (permalink / raw)
  To: 'Linus Torvalds'; +Cc: linux-kernel

Hi Linus,

This is exfat fixes pull request for v5.8-rc4. I add description of
this pull request on below. Please pull exfat with following fixes.

Thanks!

The following changes since commit 9ebcfadb0610322ac537dd7aa5d9cbc2b2894c68:

  Linux 5.8-rc3 (2020-06-28 15:00:24 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat.git tags/exfat-for-5.8-rc4

for you to fetch changes up to 5267456e953fd8c5abd8e278b1cc6a9f9027ac0a:

  exfat: flush dirty metadata in fsync (2020-06-29 17:11:18 +0900)

----------------------------------------------------------------
Description for this pull request:
  - Zero out unused characters of FileName field to avoid a complaint from some fsck tool.
  - Fix memory leak on error paths.
  - Fix unnecessary VOL_DIRTY set when calling rmdir on non-empty directory.
  - Call sync_filesystem() for read-only remount(Fix generic/452 test in xfstests)
  - Add own fsync() to flush dirty metadata.

----------------------------------------------------------------
Dan Carpenter (1):
      exfat: add missing brelse() calls on error paths

Hyeongseok.Kim (1):
      exfat: Set the unused characters of FileName field to the value 0000h

Hyunchul Lee (1):
      exfat: call sync_filesystem for read-only remount

Namjae Jeon (1):
      exfat: move setting VOL_DIRTY over exfat_remove_entries()

Sungjong Seo (1):
      exfat: flush dirty metadata in fsync

 fs/exfat/dir.c      | 12 +++++++-----
 fs/exfat/exfat_fs.h |  1 +
 fs/exfat/file.c     | 19 ++++++++++++++++++-
 fs/exfat/namei.c    | 14 +++++++++++---
 fs/exfat/super.c    | 10 ++++++++++
 5 files changed, 47 insertions(+), 9 deletions(-)


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

* Re: [GIT PULL] exfat fixes for 5.8-rc4
  2020-06-30  3:05 ` [GIT PULL] exfat fixes for 5.8-rc4 Namjae Jeon
@ 2020-07-01 19:10   ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-07-01 19:10 UTC (permalink / raw)
  To: Namjae Jeon; +Cc: 'Linus Torvalds', linux-kernel

The pull request you sent on Tue, 30 Jun 2020 12:05:44 +0900:

> git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat.git tags/exfat-for-5.8-rc4

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

Thank you!

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

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

end of thread, other threads:[~2020-07-01 19:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20200630030544epcas1p255f59b5d5e2c82219c37fc5b341b1e67@epcas1p2.samsung.com>
2020-06-30  3:05 ` [GIT PULL] exfat fixes for 5.8-rc4 Namjae Jeon
2020-07-01 19:10   ` 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).