[GIT PULL] Please pull a few more NFS client bugfixes for 4.11

2017-03-31 Thread Anna Schumaker
Hi Linus,

The following changes since commit da066f3f039eba3e72e97b2ccad0dd8b45ba84bd:

  pNFS/flexfiles: never nfs4_mark_deviceid_unavailable (2017-03-17 16:07:17 
-0400)

are available in the git repository at:

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

for you to fetch changes up to f17f8a14e82cdf34cd6473e3644f3c672b3884f6:

  nfs: flexfiles: fix kernel OOPS if MDS returns unsupported DS type 
(2017-03-31 13:30:49 -0400)


Here are a few more bugfixes that came in over the last couple of weeks.  Most 
of these fix
various hangs and loops that people found, but we also had a few error handling 
fixes.

Stable Bugfixes:
- Fix infinite loop on BAD_STATEID error

Other Bugfixes:
- Fix old dentry rehash after move
- Fix pnfs GETDEVINFO hangs
- Fix pnfs fallback to MDS on commit errors
- Fix flexfiles kernel oops


Have a good weekend!
Anna


Andy Adamson (3):
  NFS cleanup struct nfs4_filelayout_segment
  NFS store nfs4_deviceid in struct nfs4_filelayout_segment
  NFS filelayout:call GETDEVICEINFO after pnfs_layout_process completes

Benjamin Coddington (1):
  NFS: Fix old dentry rehash after move

Olga Kornievskaia (2):
  PNFS fix fallback to MDS if got error on commit to DS
  NFSv4.1 fix infinite loop on IO BAD_STATEID error

Tigran Mkrtchyan (1):
  nfs: flexfiles: fix kernel OOPS if MDS returns unsupported DS type

 fs/nfs/dir.c  |   9 ++---
 fs/nfs/filelayout/filelayout.c| 151 
---
 fs/nfs/filelayout/filelayout.h|  19 ++-
 fs/nfs/flexfilelayout/flexfilelayoutdev.c |   4 
 fs/nfs/nfs4proc.c |   9 +++--
 5 files changed, 115 insertions(+), 77 deletions(-)


[GIT PULL] Please pull a few more NFS client bugfixes for 4.11

2017-03-31 Thread Anna Schumaker
Hi Linus,

The following changes since commit da066f3f039eba3e72e97b2ccad0dd8b45ba84bd:

  pNFS/flexfiles: never nfs4_mark_deviceid_unavailable (2017-03-17 16:07:17 
-0400)

are available in the git repository at:

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

for you to fetch changes up to f17f8a14e82cdf34cd6473e3644f3c672b3884f6:

  nfs: flexfiles: fix kernel OOPS if MDS returns unsupported DS type 
(2017-03-31 13:30:49 -0400)


Here are a few more bugfixes that came in over the last couple of weeks.  Most 
of these fix
various hangs and loops that people found, but we also had a few error handling 
fixes.

Stable Bugfixes:
- Fix infinite loop on BAD_STATEID error

Other Bugfixes:
- Fix old dentry rehash after move
- Fix pnfs GETDEVINFO hangs
- Fix pnfs fallback to MDS on commit errors
- Fix flexfiles kernel oops


Have a good weekend!
Anna


Andy Adamson (3):
  NFS cleanup struct nfs4_filelayout_segment
  NFS store nfs4_deviceid in struct nfs4_filelayout_segment
  NFS filelayout:call GETDEVICEINFO after pnfs_layout_process completes

Benjamin Coddington (1):
  NFS: Fix old dentry rehash after move

Olga Kornievskaia (2):
  PNFS fix fallback to MDS if got error on commit to DS
  NFSv4.1 fix infinite loop on IO BAD_STATEID error

Tigran Mkrtchyan (1):
  nfs: flexfiles: fix kernel OOPS if MDS returns unsupported DS type

 fs/nfs/dir.c  |   9 ++---
 fs/nfs/filelayout/filelayout.c| 151 
---
 fs/nfs/filelayout/filelayout.h|  19 ++-
 fs/nfs/flexfilelayout/flexfilelayoutdev.c |   4 
 fs/nfs/nfs4proc.c |   9 +++--
 5 files changed, 115 insertions(+), 77 deletions(-)


[GIT PULL] Please pull a few more NFS client bugfixes

2016-11-10 Thread Anna Schumaker
Hi Linus,

The following changes since commit 83aa3e0f791d458a28f91d7a50f92926f971ef7c:

  nfs4: fix missing-braces warning (2016-10-19 14:39:15 -0400)

are available in the git repository at:

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

for you to fetch changes up to 62bdf94a2049822ef8c6d4b0e83cd9c3a1663ab4:

  xprtrdma: Fix DMAR failure in frwr_op_map() after reconnect (2016-11-10 
11:04:54 -0500)


Most of these fix regressions in 4.9, and none are going to stable this time 
around:

- Trim extra slashes in v4 nfs_paths to fix tools that use this
- Fix a -Wmaybe-uninitialized warnings
- Fix suspicious RCU usages
- Fix Oops when mounting multiple servers at once
- Suppress a false-positive pNFS error
- Fix a DMAR failure in NFS over RDMA

Thanks,
Anna

Anna Schumaker (2):
  SUNRPC: Fix suspicious RCU usage
  NFS: Don't print a pNFS error if we aren't using pNFS

Arnd Bergmann (1):
  NFSv4.1: work around -Wmaybe-uninitialized warning

Benjamin Coddington (1):
  NFS: Trim extra slash in v4 nfs_path

Chuck Lever (1):
  xprtrdma: Fix DMAR failure in frwr_op_map() after reconnect

Petr Vandrovec (1):
  NFS: Ignore connections that have cl_rpcclient uninitialized

Shuah Khan (1):
  fs/nfs: Fix used uninitialized warn in nfs4_slot_seqid_in_use()

 fs/nfs/client.c |  3 ++-
 fs/nfs/namespace.c  |  2 +-
 fs/nfs/nfs4session.c| 12 +++-
 fs/nfs/pnfs.c   |  2 ++
 net/sunrpc/clnt.c   |  7 +--
 net/sunrpc/xprtrdma/frwr_ops.c  | 37 ++---
 net/sunrpc/xprtrdma/xprt_rdma.h |  3 ++-
 7 files changed, 41 insertions(+), 25 deletions(-)


[GIT PULL] Please pull a few more NFS client bugfixes

2016-11-10 Thread Anna Schumaker
Hi Linus,

The following changes since commit 83aa3e0f791d458a28f91d7a50f92926f971ef7c:

  nfs4: fix missing-braces warning (2016-10-19 14:39:15 -0400)

are available in the git repository at:

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

for you to fetch changes up to 62bdf94a2049822ef8c6d4b0e83cd9c3a1663ab4:

  xprtrdma: Fix DMAR failure in frwr_op_map() after reconnect (2016-11-10 
11:04:54 -0500)


Most of these fix regressions in 4.9, and none are going to stable this time 
around:

- Trim extra slashes in v4 nfs_paths to fix tools that use this
- Fix a -Wmaybe-uninitialized warnings
- Fix suspicious RCU usages
- Fix Oops when mounting multiple servers at once
- Suppress a false-positive pNFS error
- Fix a DMAR failure in NFS over RDMA

Thanks,
Anna

Anna Schumaker (2):
  SUNRPC: Fix suspicious RCU usage
  NFS: Don't print a pNFS error if we aren't using pNFS

Arnd Bergmann (1):
  NFSv4.1: work around -Wmaybe-uninitialized warning

Benjamin Coddington (1):
  NFS: Trim extra slash in v4 nfs_path

Chuck Lever (1):
  xprtrdma: Fix DMAR failure in frwr_op_map() after reconnect

Petr Vandrovec (1):
  NFS: Ignore connections that have cl_rpcclient uninitialized

Shuah Khan (1):
  fs/nfs: Fix used uninitialized warn in nfs4_slot_seqid_in_use()

 fs/nfs/client.c |  3 ++-
 fs/nfs/namespace.c  |  2 +-
 fs/nfs/nfs4session.c| 12 +++-
 fs/nfs/pnfs.c   |  2 ++
 net/sunrpc/clnt.c   |  7 +--
 net/sunrpc/xprtrdma/frwr_ops.c  | 37 ++---
 net/sunrpc/xprtrdma/xprt_rdma.h |  3 ++-
 7 files changed, 41 insertions(+), 25 deletions(-)