[GIT,PULL] fs: ntfs

Message ID 20230623-pflug-reibt-3435a40349d3@brauner
State New
Headers
Series [GIT,PULL] fs: ntfs |

Pull-request

git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/v6.5/fs.ntfs

Message

Christian Brauner June 23, 2023, 10:58 a.m. UTC
  Hey Linus,

/* Summary */
This contains a pile of various smaller fixes for ntfs. There's really
not a lot to say about them. I'm just the messenger, so this is an
unusually short pull request.

/* Testing */
clang: Ubuntu clang version 15.0.7
gcc: (Ubuntu 12.2.0-3ubuntu1) 12.2.0

All patches are based on v6.4-rc2 and have been sitting in linux-next.
No build failures or warnings were observed.

/* Conflicts */
At the time of creating this PR no merge conflicts were reported from
linux-next and no merge conflicts showed up doing a test-merge with
current mainline.

The following changes since commit f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6:

  Linux 6.4-rc2 (2023-05-14 12:51:40 -0700)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/v6.5/fs.ntfs

for you to fetch changes up to aa4b92c5234878d55da96d387ea4d3695ca5e4ab:

  ntfs: do not dereference a null ctx on error (2023-05-24 11:10:14 +0200)

Please consider pulling these changes from the signed v6.5/fs.ntfs tag.

Thanks!
Christian

----------------------------------------------------------------
v6.5/fs.ntfs

----------------------------------------------------------------
Colin Ian King (1):
      ntfs: remove redundant initialization to pointer cb_sb_start

Danila Chernetsov (1):
      ntfs: do not dereference a null ctx on error

Deming Wang (1):
      ntfs: Correct spelling

Shaomin Deng (1):
      ntfs: Remove unneeded semicolon

 fs/ntfs/attrib.c   |  2 +-
 fs/ntfs/compress.c |  2 +-
 fs/ntfs/mft.c      | 36 +++++++++++++++++++-----------------
 fs/ntfs/super.c    |  4 ++--
 4 files changed, 23 insertions(+), 21 deletions(-)
  

Comments

pr-tracker-bot@kernel.org June 26, 2023, 5:34 p.m. UTC | #1
The pull request you sent on Fri, 23 Jun 2023 12:58:08 +0200:

> git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/v6.5/fs.ntfs

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

Thank you!