[GIT PULL] Please pull NFS client bugfixes for 4.15

2017-12-15 Thread Anna Schumaker
Hi Linus,

The following changes since commit eb5b46faa693470681ec7c28cc2436edd1571198:

  SUNRPC: Handle ENETDOWN errors (2017-11-30 11:52:52 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 90d91b0cd371193d9dbfa9beacab8ab9a4cb75e0:

  SUNRPC: Fix a race in the receive code path (2017-12-15 14:31:56 -0500)


This pull request has two stable bugfixes, one to fix a BUG_ON() when 
nfs_commit_inode() is called with no outstanding commit requests and another to 
fix a race in the SUNRPC receive codepath.

Additionally, there are also fixes for an NFS client deadlock and an xprtrdma 
performance regression.

Cheers,
Anna

Chuck Lever (1):
  xprtrdma: Spread reply processing over more CPUs

Scott Mayhew (2):
  nfs: fix a deadlock in nfs client initialization
  nfs: don't wait on commit in nfs_commit_inode() if there were no commit 
requests

Trond Myklebust (1):
  SUNRPC: Fix a race in the receive code path

 fs/nfs/client.c | 11 +++
 fs/nfs/nfs4client.c | 17 +
 fs/nfs/write.c  |  2 ++
 net/sunrpc/xprt.c   | 28 +++-
 net/sunrpc/xprtrdma/rpc_rdma.c  |  6 +-
 net/sunrpc/xprtrdma/transport.c |  2 ++
 net/sunrpc/xprtrdma/verbs.c |  2 +-
 net/sunrpc/xprtrdma/xprt_rdma.h |  1 +
 8 files changed, 50 insertions(+), 19 deletions(-)


[GIT PULL] Please pull NFS client bugfixes for 4.15

2017-12-15 Thread Anna Schumaker
Hi Linus,

The following changes since commit eb5b46faa693470681ec7c28cc2436edd1571198:

  SUNRPC: Handle ENETDOWN errors (2017-11-30 11:52:52 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 90d91b0cd371193d9dbfa9beacab8ab9a4cb75e0:

  SUNRPC: Fix a race in the receive code path (2017-12-15 14:31:56 -0500)


This pull request has two stable bugfixes, one to fix a BUG_ON() when 
nfs_commit_inode() is called with no outstanding commit requests and another to 
fix a race in the SUNRPC receive codepath.

Additionally, there are also fixes for an NFS client deadlock and an xprtrdma 
performance regression.

Cheers,
Anna

Chuck Lever (1):
  xprtrdma: Spread reply processing over more CPUs

Scott Mayhew (2):
  nfs: fix a deadlock in nfs client initialization
  nfs: don't wait on commit in nfs_commit_inode() if there were no commit 
requests

Trond Myklebust (1):
  SUNRPC: Fix a race in the receive code path

 fs/nfs/client.c | 11 +++
 fs/nfs/nfs4client.c | 17 +
 fs/nfs/write.c  |  2 ++
 net/sunrpc/xprt.c   | 28 +++-
 net/sunrpc/xprtrdma/rpc_rdma.c  |  6 +-
 net/sunrpc/xprtrdma/transport.c |  2 ++
 net/sunrpc/xprtrdma/verbs.c |  2 +-
 net/sunrpc/xprtrdma/xprt_rdma.h |  1 +
 8 files changed, 50 insertions(+), 19 deletions(-)