Linux NFS development
 help / color / mirror / Atom feed
* [PATCH 0/8] Assorted NFS patches.
@ 2017-08-18  7:12 NeilBrown
  2017-08-18  7:12 ` [PATCH 1/8] SUNRPC: ECONNREFUSED should cause a rebind NeilBrown
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: NeilBrown @ 2017-08-18  7:12 UTC (permalink / raw)
  To: Trond Myklebust, Anna Schumaker; +Cc: linux-nfs

Hi,
 this is an ad-hoc collection of NFS patches that I have
 waiting for me to act on.

 Some have been posted the list before but didn't get a response
 (maybe people were busy).  A couple have been revised a little.
 Some are new.

 Some fix real bugs (hanging mounts, unflushed data, wrong
 credentials for CLOSE), others are just clean-ups.

Thanks,
NeilBrown


---

NeilBrown (8):
      SUNRPC: ECONNREFUSED should cause a rebind.
      NFSv4: don't let hanging mounts block other mounts
      NFS: don't expect errors from mempool_alloc().
      NFS: flush out dirty data on file fput().
      SUNRPC: remove some dead code.
      NFS: flush data when locking a file to ensure cache coherence for mmap.
      NFS: remove error handling for callers of rpc_new_task()
      NFSv4.1: don't use machine credentials for CLOSE when using 'sec=sys'


 fs/lockd/clntproc.c            |    4 ---
 fs/nfs/file.c                  |   17 ++++++++---
 fs/nfs/nfs42proc.c             |    2 -
 fs/nfs/nfs4_fs.h               |   11 +++++++
 fs/nfs/nfs4client.c            |    2 +
 fs/nfs/nfs4proc.c              |   62 ++++------------------------------------
 fs/nfs/pagelist.c              |    5 ---
 fs/nfs/unlink.c                |    9 +-----
 fs/nfs/write.c                 |    8 +----
 net/sunrpc/auth_gss/auth_gss.c |    3 +-
 net/sunrpc/clnt.c              |   22 +++++---------
 net/sunrpc/rpcb_clnt.c         |    6 ----
 net/sunrpc/svc.c               |    6 ----
 13 files changed, 43 insertions(+), 114 deletions(-)

--
Signature


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2017-08-23 11:12 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-18  7:12 [PATCH 0/8] Assorted NFS patches NeilBrown
2017-08-18  7:12 ` [PATCH 1/8] SUNRPC: ECONNREFUSED should cause a rebind NeilBrown
2017-08-18 14:40   ` Chuck Lever
2017-08-18  7:12 ` [PATCH 4/8] NFS: flush out dirty data on file fput() NeilBrown
2017-08-18 19:15   ` Trond Myklebust
2017-08-19  1:02     ` NeilBrown
2017-08-19  1:27       ` Trond Myklebust
2017-08-21  1:35         ` NeilBrown
2017-08-23 11:12           ` Jeff Layton
2017-08-18  7:12 ` [PATCH 3/8] NFS: don't expect errors from mempool_alloc() NeilBrown
2017-08-18  7:12 ` [PATCH 2/8] NFSv4: don't let hanging mounts block other mounts NeilBrown
2017-08-18 19:05   ` Trond Myklebust
2017-08-19  0:50     ` NeilBrown
2017-08-18  7:12 ` [PATCH 6/8] NFS: flush data when locking a file to ensure cache coherence for mmap NeilBrown
2017-08-18  7:12 ` [PATCH 5/8] SUNRPC: remove some dead code NeilBrown
2017-08-18  7:12 ` [PATCH 7/8] NFS: remove error handling for callers of rpc_new_task() NeilBrown
2017-08-18  7:12 ` [PATCH 8/8] NFSv4.1: don't use machine credentials for CLOSE when using 'sec=sys' NeilBrown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox