From: NeilBrown <neilb@suse.com>
To: Trond Myklebust <trond.myklebust@primarydata.com>,
Anna Schumaker <anna.schumaker@netapp.com>
Cc: linux-nfs@vger.kernel.org
Subject: [PATCH 0/8] Assorted NFS patches.
Date: Fri, 18 Aug 2017 17:12:51 +1000 [thread overview]
Message-ID: <150304014011.30218.1636255532744321171.stgit@noble> (raw)
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
next reply other threads:[~2017-08-18 7:13 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-18 7:12 NeilBrown [this message]
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 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 3/8] NFS: don't expect errors from mempool_alloc() 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 8/8] NFSv4.1: don't use machine credentials for CLOSE when using 'sec=sys' 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=150304014011.30218.1636255532744321171.stgit@noble \
--to=neilb@suse.com \
--cc=anna.schumaker@netapp.com \
--cc=linux-nfs@vger.kernel.org \
--cc=trond.myklebust@primarydata.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox