From: "Schumaker, Anna" <Anna.Schumaker@netapp.com>
To: "torvalds@linux-foundation.org" <torvalds@linux-foundation.org>
Cc: "linux-nfs@vger.kernel.org" <linux-nfs@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Please pull NFS client bugfixes for 5.6-rc2
Date: Fri, 14 Feb 2020 21:35:50 +0000 [thread overview]
Message-ID: <9a7d05a2d486fd39295c82c0673537359bc407f4.camel@netapp.com> (raw)
Hi Linus,
The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)
are available in the Git repository at:
git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.6-2
for you to fetch changes up to 5d63944f8206a80636ae8cb4b9107d3b49f43d37:
NFSv4: Ensure the delegation cred is pinned when we call delegreturn (2020-02-
13 16:23:02 -0500)
----------------------------------------------------------------
The only stable fix this time is the DMA scatter-gather list bug fixed by Chuck.
The rest fix up races and refcounting issues that have been found during
testing.
Thanks,
Anna
----------------------------------------------------------------
Chuck Lever (1):
xprtrdma: Fix DMA scatter-gather list mapping imbalance
Olga Kornievskaia (1):
NFSv4.1 make cachethis=no for writes
Trond Myklebust (5):
NFS: Fix up directory verifier races
NFSv4: Fix races between open and dentry revalidation
NFSv4: Fix revalidation of dentries with delegations
NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation()
NFSv4: Ensure the delegation cred is pinned when we call delegreturn
fs/nfs/delegation.c | 50 ++++++++++++++++++++++++++++++++++++++++
----------
fs/nfs/delegation.h | 1 +
fs/nfs/dir.c | 126
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++----------
fs/nfs/inode.c | 1 +
fs/nfs/nfs4file.c | 1 -
fs/nfs/nfs4proc.c | 20 +++++++++++++++++---
include/linux/nfs_fs.h | 26 ++++++--------------------
net/sunrpc/xprtrdma/frwr_ops.c | 13 +++++++------
8 files changed, 188 insertions(+), 50 deletions(-)
next reply other threads:[~2020-02-14 21:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-14 21:35 Schumaker, Anna [this message]
2020-02-15 18:40 ` [GIT PULL] Please pull NFS client bugfixes for 5.6-rc2 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=9a7d05a2d486fd39295c82c0673537359bc407f4.camel@netapp.com \
--to=anna.schumaker@netapp.com \
--cc=linux-kernel@vger.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.