mbox series

[GIT,PULL] A few more NFS client bugfixes for 5.2

Message ID 5fd7ed91090e8c12df4968440d74f88f86dba612.camel@netapp.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] A few more NFS client bugfixes for 5.2 | expand

Pull-request

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

Message

Schumaker, Anna June 21, 2019, 7:36 p.m. UTC
Hi Linus,

The following changes since commit
9e0babf2c06c73cda2c0cd37a1653d823adb40ec:

  Linux 5.2-rc5 (2019-06-16 08:49:45 -1000)

are available in the Git repository at:

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

for you to fetch changes up to
19d55046cd824baab53534ba7e7f99945c6fdcb1:

  SUNRPC: Fix a credential refcount leak (2019-06-21 14:45:09 -0400)

----------------------------------------------------------------
These are mostly refcounting issues that people have found recently.   
The revert fixes a suspend recovery performance issue.

Thanks,
Anna
----------------------------------------------------------------
Anna
Schumaker (1):
      Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"

Benjamin Coddington (1):
      NFS4: Only set creation opendata if O_CREAT

Lin Yi (1):
      net :sunrpc :clnt :Fix xps refcount imbalance on the error path

Trond Myklebust (1):
      SUNRPC: Fix a credential refcount leak

 fs/nfs/nfs4proc.c  | 20 +++++++++++---------
 net/sunrpc/clnt.c  |  2 +-
 net/sunrpc/sched.c |  4 +---
 net/sunrpc/xprt.c  |  4 +---
 4 files changed, 14 insertions(+), 16 deletions(-)