From: bfields@fieldses.org (J. Bruce Fields)
To: NeilBrown <neilb@suse.com>
Cc: "J. Bruce Fields" <bfields@redhat.com>,
Steve Dickson <SteveD@redhat.com>,
linux-nfs@vger.kernel.org
Subject: Re: [nfs-utils PATCH 0/10] More support for /etc/nfs.conf
Date: Wed, 14 Dec 2016 09:33:53 -0500 [thread overview]
Message-ID: <20161214143353.GC30113@fieldses.org> (raw)
In-Reply-To: <148117122602.31271.13586847542442809540.stgit@noble>
On Thu, Dec 08, 2016 at 03:27:24PM +1100, NeilBrown wrote:
> Added some missing support for rpc.nfsd, rpc.gss, rpc.svcgssd.
> Fixed a bug.
>
> Added generic support for "debug="
> This only applies to tools which use the xlog() infrastructure.
> blkmapd used syslog directly and gssd has it's own shim. I think
> they should be converted to xlog rather than having separate debug=
> support.
Makes sense to me.--b.
>
> NeilBrown
>
> ---
>
> NeilBrown (10):
> nfsd: move and improve test on valid port
> nfsd: remove pointless memory allocations.
> nfsd: add /etc/nfs.conf support for nfsd.port option.
> nfsd: add /etc/nfs.conf support for host=
> conffile: allow embedded spaces in values.
> conffile: fix striping of quotes from values.
> xlog: Add common support for "debug=??" in /etc/nfs.conf
> exportfs: allow debugging to be enabled in nfs.conf
> gssd: add /etc/nfs.conf support
> svcgssd: add /etc/nfs.conf support
>
>
> support/include/xlog.h | 1 +
> support/nfs/conffile.c | 24 ++++++++++-------
> support/nfs/xlog.c | 14 ++++++++++
> systemd/nfs.conf.man | 49 ++++++++++++++++++++++++++++++++++-
> utils/exportfs/exportfs.c | 5 ++++
> utils/exportfs/exportfs.man | 8 ++++++
> utils/gssd/gssd.c | 29 +++++++++++++++++++++
> utils/gssd/gssd.man | 54 +++++++++++++++++++++++++++++++++++++++
> utils/gssd/svcgssd.c | 14 ++++++++++
> utils/gssd/svcgssd.man | 17 ++++++++++++
> utils/mountd/mountd.c | 1 +
> utils/nfsd/nfsd.c | 48 +++++++++++++++++++++++------------
> utils/nfsd/nfsd.man | 10 +++++++
> utils/nfsdcltrack/nfsdcltrack.c | 1 +
> utils/statd/sm-notify.c | 1 +
> utils/statd/statd.c | 1 +
> 16 files changed, 249 insertions(+), 28 deletions(-)
>
> --
> Signature
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2016-12-14 14:33 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-08 4:27 [nfs-utils PATCH 0/10] More support for /etc/nfs.conf NeilBrown
2016-12-08 4:27 ` [PATCH 02/10] nfsd: remove pointless memory allocations NeilBrown
2016-12-08 4:27 ` [PATCH 01/10] nfsd: move and improve test on valid port NeilBrown
2016-12-08 4:27 ` [PATCH 06/10] conffile: fix striping of quotes from values NeilBrown
2016-12-14 14:33 ` J. Bruce Fields
2016-12-08 4:27 ` [PATCH 07/10] xlog: Add common support for "debug=??" in /etc/nfs.conf NeilBrown
2016-12-08 4:27 ` [PATCH 05/10] conffile: allow embedded spaces in values NeilBrown
2016-12-08 4:27 ` [PATCH 08/10] exportfs: allow debugging to be enabled in nfs.conf NeilBrown
2016-12-08 4:27 ` [PATCH 04/10] nfsd: add /etc/nfs.conf support for host= NeilBrown
2016-12-08 4:27 ` [PATCH 03/10] nfsd: add /etc/nfs.conf support for nfsd.port option NeilBrown
2016-12-08 4:27 ` [PATCH 09/10] gssd: add /etc/nfs.conf support NeilBrown
2016-12-08 4:27 ` [PATCH 10/10] svcgssd: " NeilBrown
2016-12-14 14:33 ` J. Bruce Fields [this message]
2016-12-20 18:44 ` [nfs-utils PATCH 0/10] More support for /etc/nfs.conf Steve Dickson
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=20161214143353.GC30113@fieldses.org \
--to=bfields@fieldses.org \
--cc=SteveD@redhat.com \
--cc=bfields@redhat.com \
--cc=linux-nfs@vger.kernel.org \
--cc=neilb@suse.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.