Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1568982
| From | Trond Myklebust <trondmy@primarydata.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] Please pull NFS client bugfixes |
| Date | 2017-01-28 18:10 +0100 |
| Message-ID | <t4EFI-4fa-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Linus,
The following changes since commit 7a308bb3016f57e5be11a677d15b821536419d36:
Linux 4.10-rc5 (2017-01-22 12:54:15 -0800)
are available in the git repository at:
git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-4.10-4
for you to fetch changes up to ee6625a948d2e47267ec8fd97307fdd67d0f8a5b:
pNFS: Fix a reference leak in _pnfs_return_layout (2017-01-26 15:50:41 -0500)
----------------------------------------------------------------
NFS client bugfixes for Linux 4.10
Stable patches:
- NFSv4.1: Fix a deadlock in layoutget
- NFSv4 must not bump sequence ids on NFS4ERR_MOVED errors
- NFSv4 Fix a regression with OPEN EXCLUSIVE4 mode
- Fix a memory leak when removing the SUNRPC module
Bugfixes:
- Fix a reference leak in _pnfs_return_layout
----------------------------------------------------------------
Benjamin Coddington (1):
NFSv4.0: always send mode in SETATTR after EXCLUSIVE4
Chuck Lever (2):
nfs: Don't increment lock sequence ID after NFS4ERR_MOVED
nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"
Kinglong Mee (1):
SUNRPC: cleanup ida information when removing sunrpc module
Trond Myklebust (2):
NFSv4.1: Fix a deadlock in layoutget
pNFS: Fix a reference leak in _pnfs_return_layout
fs/nfs/nfs4proc.c | 4 +++-
fs/nfs/nfs4state.c | 1 +
fs/nfs/pnfs.c | 2 +-
include/linux/nfs4.h | 3 ++-
include/linux/sunrpc/clnt.h | 1 +
net/sunrpc/clnt.c | 5 +++++
net/sunrpc/sunrpc_syms.c | 1 +
7 files changed, 14 insertions(+), 3 deletions(-)
--
Trond Myklebust
Linux NFS client maintainer, PrimaryData
trond.myklebust@primarydata.com
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[GIT PULL] Please pull NFS client bugfixes Trond Myklebust <trondmy@primarydata.com> - 2017-01-28 18:10 +0100
csiph-web