From: Trond Myklebust <trondmy@primarydata.com>
To: "torvalds@linux-foundation.org" <torvalds@linux-foundation.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-nfs@vger.kernel.org" <linux-nfs@vger.kernel.org>
Subject: [GIT PULL] Please pull NFS client bugfixes for Linux 4.12
Date: Sat, 3 Jun 2017 23:31:48 +0000 [thread overview]
Message-ID: <1496532706.12246.1.camel@primarydata.com> (raw)
Hi Linus,
The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d:
Linux 4.12-rc2 (2017-05-21 19:30:23 -0700)
are available in the git repository at:
git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-4.12-2
for you to fetch changes up to 4f253e1eb628f5adf7ca4f43aab4bbb1bfffa081:
nfs: Mark unnecessarily extern functions as static (2017-06-03 16:06:38 -0400)
----------------------------------------------------------------
NFS client bugfixes for Linux 4.12
Bugfixes include:
- Fix a typo in commit e092693443b that breaks copy offload
- Fix the connect error propagation in xs_tcp_setup_socket()
- Fix a lock leak in nfs40_walk_client_list
- Verify that pNFS requests lie within the offset range of the layout segment.
----------------------------------------------------------------
Benjamin Coddington (1):
pnfs: Fix the check for requests in range of layout segment
Dan Carpenter (1):
pNFS/flexfiles: missing error code in ff_layout_alloc_lseg()
Jan Kara (1):
nfs: Mark unnecessarily extern functions as static
Markus Elfring (1):
xprtrdma: Delete an error message for a failed memory allocation in xprt_rdma_bc_setup()
NeilBrown (1):
SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()
Olga Kornievskaia (1):
NFS fix COMMIT after COPY
Trond Myklebust (1):
NFSv4.0: Fix a lock leak in nfs40_walk_client_list
fs/nfs/flexfilelayout/flexfilelayout.c | 1 +
fs/nfs/internal.h | 2 --
fs/nfs/nfs42proc.c | 2 +-
fs/nfs/nfs4client.c | 1 -
fs/nfs/pnfs.c | 25 +++++++++++++++++--------
fs/nfs/pnfs.h | 10 ++++++++++
fs/nfs/super.c | 5 +++--
net/sunrpc/xprtrdma/backchannel.c | 6 ++----
net/sunrpc/xprtsock.c | 7 ++++++-
9 files changed, 40 insertions(+), 19 deletions(-)
--
Trond Myklebust
Linux NFS client maintainer, PrimaryData
trond.myklebust@primarydata.com
reply other threads:[~2017-06-03 23:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1496532706.12246.1.camel@primarydata.com \
--to=trondmy@primarydata.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 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).