linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Anna Schumaker <anna@kernel.org>
To: linux-nfs@vger.kernel.org, torvalds@linux-foundation.org
Cc: anna@kernel.org
Subject: [GIT PULL] Please Pull More NFS Client Bugfixes for Linux 6.18-rc
Date: Fri, 14 Nov 2025 16:16:57 -0500	[thread overview]
Message-ID: <20251114211657.521976-1-anna@kernel.org> (raw)

Hi Linus,

The following changes since commit e9a6fb0bcdd7609be6969112f3fbfcce3b1d4a7c:

  Linux 6.18-rc5 (2025-11-09 15:10:19 -0800)

are available in the Git repository at:

  git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-6.18-3

for you to fetch changes up to b623390045a81fc559decb9bfeb79319721d3dfb:

  NFS: Fix LTP test failures when timestamps are delegated (2025-11-10 16:55:12 -0500)

----------------------------------------------------------------
More NFS Client Bugfixes for Linux 6.18-rc

Bugfixes:
 * Various fixes when using NFS with TLS
 * Localio direct-IO fixes
 * Fix error handling in nfs_atomic_open_v23()
 * Fix sysfs memory leak when nfs_client kobject add fails
 * Fix an incorrect parameter when calling nfs4_call_sync()
 * Fix a failing LTP test when using delegated timestamps

Thanks,
Anna

----------------------------------------------------------------
Dai Ngo (1):
      NFS: Fix LTP test failures when timestamps are delegated

Mike Snitzer (5):
      nfs/localio: remove unecessary ENOTBLK handling in DIO WRITE support
      nfs/localio: add refcounting for each iocb IO associated with NFS pgio header
      nfs/localio: backfill missing partial read support for misaligned DIO
      nfs/localio: Ensure DIO WRITE's IO on stable storage upon completion
      nfs/localio: do not issue misaligned DIO out-of-order

Trond Myklebust (6):
      pnfs: Fix TLS logic in _nfs4_pnfs_v3_ds_connect()
      pnfs: Fix TLS logic in _nfs4_pnfs_v4_ds_connect()
      pnfs: Set transport security policy to RPC_XPRTSEC_NONE unless using TLS
      NFS: Check the TLS certificate fields in nfs_match_client()
      NFSv2/v3: Fix error handling in nfs_atomic_open_v23()
      NFSv4: Fix an incorrect parameter when calling nfs4_call_sync()

Yang Xiuwei (1):
      NFS: sysfs: fix leak when nfs_client kobject add fails

 fs/nfs/client.c     |   8 ++
 fs/nfs/dir.c        |   7 +-
 fs/nfs/inode.c      |  18 ++--
 fs/nfs/localio.c    | 233 +++++++++++++++++++++++++++-------------------------
 fs/nfs/nfs3client.c |  14 +++-
 fs/nfs/nfs4client.c |  14 +++-
 fs/nfs/nfs4proc.c   |   9 +-
 fs/nfs/pnfs_nfs.c   |  66 ++++++++-------
 fs/nfs/sysfs.c      |   1 +
 9 files changed, 213 insertions(+), 157 deletions(-)

             reply	other threads:[~2025-11-14 21:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-14 21:16 Anna Schumaker [this message]
2025-11-14 21:46 ` [GIT PULL] Please Pull More NFS Client Bugfixes for Linux 6.18-rc 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=20251114211657.521976-1-anna@kernel.org \
    --to=anna@kernel.org \
    --cc=linux-nfs@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).