linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christian Brauner <brauner@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Christian Brauner <brauner@kernel.org>,
	linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] fs: ntfs
Date: Fri, 23 Jun 2023 12:58:08 +0200	[thread overview]
Message-ID: <20230623-pflug-reibt-3435a40349d3@brauner> (raw)

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

             reply	other threads:[~2023-06-23 10:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-23 10:58 Christian Brauner [this message]
2023-06-26 17:34 ` [GIT PULL] fs: ntfs 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=20230623-pflug-reibt-3435a40349d3@brauner \
    --to=brauner@kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --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;
as well as URLs for NNTP newsgroup(s).