[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAKYAXd8hP6CEoK8qvTPrjmC+kSzpEOQggWyvd_JQANjdSOjVtA@mail.gmail.com>
Date: Sat, 15 Jan 2022 16:42:27 +0900
From: Namjae Jeon <linkinjeon@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Sungjong Seo <sj1557.seo@...sung.com>
Subject: [GIT PULL] exfat update for 5.17-rc1
Hi Linus,
This is exfat update pull request for v5.17-rc1. I add description of
this pull request on below. Please pull exfat with following ones.
Thanks!
The following changes since commit df0cc57e057f18e44dac8e6c18aba47ab53202f9:
Linux 5.16 (2022-01-09 14:55:34 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat.git
tags/exfat-for-5.17-rc1
for you to fetch changes up to 3d966521a824082952990492442c7b486fefb48c:
exfat: fix missing REQ_SYNC in exfat_update_bhs() (2022-01-10 11:00:04 +0900)
----------------------------------------------------------------
Description for this pull request:
- Fix ->i_blocks truncation issue that still exists elsewhere.
- 4 cleanups & typos fixes.
- Move super block magic number to magic.h
- Fix missing REQ_SYNC in exfat_update_bhs().
----------------------------------------------------------------
Christophe Vu-Brugier (5):
exfat: simplify is_valid_cluster()
exfat: fix typos in comments
exfat: make exfat_find_location() static
exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()
exfat: fix i_blocks for files truncated over 4 GiB
Namjae Jeon (1):
exfat: move super block magic number to magic.h
Yuezhang.Mo (2):
exfat: remove argument 'sector' from exfat_get_dentry()
exfat: fix missing REQ_SYNC in exfat_update_bhs()
fs/exfat/balloc.c | 2 +-
fs/exfat/dir.c | 42 ++++++++++++++++------------------------
fs/exfat/exfat_fs.h | 6 +-----
fs/exfat/fatent.c | 4 +---
fs/exfat/file.c | 18 ++++++++---------
fs/exfat/inode.c | 15 +++++++--------
fs/exfat/misc.c | 3 ++-
fs/exfat/namei.c | 48 ++++++++++++++++++----------------------------
fs/exfat/nls.c | 2 +-
fs/exfat/super.c | 11 ++++++-----
include/uapi/linux/magic.h | 1 +
11 files changed, 65 insertions(+), 87 deletions(-)
Powered by blists - more mailing lists