linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/15] Fixes for nfs-utils-1.2.4
@ 2010-10-11  0:04 Chuck Lever
  2010-10-11  0:04 ` [PATCH 01/15] mountd: Clear mountd registrations at start up Chuck Lever
                   ` (16 more replies)
  0 siblings, 17 replies; 32+ messages in thread
From: Chuck Lever @ 2010-10-11  0:04 UTC (permalink / raw)
  To: steved; +Cc: linux-nfs

Steve-

Here are fifteen patches which address several mount and mountd bugs
and correct other minor problems in nfs-utils-1.2.3.  Now that the
bake-a-thon event has passed, folks should have some spare moments to
review these.

This series includes the final version of the patch that addresses the
"mountd -p <port> does not work" issue.

The series does not include a patch to address the "remount erases a
mount point's version setting" issue.  The remount problem is not a
1.2.3 regression, it's been around for a very long time.  I'm still
exploring solutions.

These patches are also available in my nfs-utils git repo on
git.linux-nfs.org.

---

Chuck Lever (14):
      mount.nfs: don't show "remount" flag in /etc/mtab
      umount.nfs: Distinguish between nfs4 and nfs mounts
      mount.nfs: mountproto does not support RDMA
      mount.nfs: Eliminate compiler warnings in utils/mount/network.c
      mount.nfs: Eliminate compiler warning in utils/mount/parse_opt.c
      mount.nfs: Eliminate compiler warning in utils/mount/nfsumount.c
      mount.nfs: Eliminate compiler warning in utils/mount/nfsumount.c
      mount.nfs: Eliminate compiler warnings in utils/mount/mount.c
      mount.nfs: Eliminate compiler warning in utils/mount/mount.c
      mount.nfs: Eliminate compiler warnings in utils/mount/version.h
      mount.nfs: Eliminate compiler warning in utils/mount/mount.c
      mount.nfs: Eliminate compiler warnings
      libnfs.a: Allow multiple RPC listeners to share listener port number
      mountd: Clear mountd registrations at start up

Trond Myklebust (1):
      export: Ensure that we free struct exportent->e_uuid


 support/export/export.c       |    1 
 support/nfs/exports.c         |    2 
 support/nfs/svc_create.c      |  252 ++++++++++++++++++++++++++++++++++++++++-
 utils/mount/fstab.c           |   29 +++--
 utils/mount/mount.c           |   10 +-
 utils/mount/mount_config.h    |   21 ++-
 utils/mount/mount_constants.h |    4 +
 utils/mount/network.c         |   29 +++--
 utils/mount/nfsumount.c       |  120 ++++++++++++++++++--
 utils/mount/parse_opt.c       |    2 
 utils/mount/version.h         |    6 -
 utils/mountd/mountd.c         |    1 
 12 files changed, 417 insertions(+), 60 deletions(-)

-- 
Chuck Lever

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

end of thread, other threads:[~2010-10-14 14:37 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-11  0:04 [PATCH 00/15] Fixes for nfs-utils-1.2.4 Chuck Lever
2010-10-11  0:04 ` [PATCH 01/15] mountd: Clear mountd registrations at start up Chuck Lever
2010-10-13 14:55   ` Steve Dickson
2010-10-13 15:12     ` Steve Dickson
2010-10-13 20:12       ` Chuck Lever
2010-10-13 20:39         ` Steve Dickson
2010-10-14 13:21         ` Steve Dickson
2010-10-11  0:04 ` [PATCH 02/15] libnfs.a: Allow multiple RPC listeners to share listener port number Chuck Lever
2010-10-11  0:20   ` Jim Rees
2010-10-11 13:22     ` Steve Dickson
2010-10-11 16:04       ` Chuck Lever
2010-10-11 20:00         ` Jim Rees
     [not found]           ` <20101011200017.GA2451-8f4Pc2RrbJmHXe+LvDLADg@public.gmane.org>
2010-10-13 14:17             ` Steve Dickson
2010-10-11  0:04 ` [PATCH 03/15] export: Ensure that we free struct exportent->e_uuid Chuck Lever
2010-10-11  0:04 ` [PATCH 04/15] mount.nfs: Eliminate compiler warnings Chuck Lever
2010-10-11 13:32   ` Steve Dickson
2010-10-11 16:18     ` Chuck Lever
2010-10-11 16:45       ` Steve Dickson
2010-10-11  0:04 ` [PATCH 05/15] mount.nfs: Eliminate compiler warning in utils/mount/mount.c Chuck Lever
2010-10-11  0:05 ` [PATCH 06/15] mount.nfs: Eliminate compiler warnings in utils/mount/version.h Chuck Lever
2010-10-11  0:05 ` [PATCH 07/15] mount.nfs: Eliminate compiler warning in utils/mount/mount.c Chuck Lever
2010-10-11  0:05 ` [PATCH 08/15] mount.nfs: Eliminate compiler warnings " Chuck Lever
2010-10-11  0:05 ` [PATCH 09/15] mount.nfs: Eliminate compiler warning in utils/mount/nfsumount.c Chuck Lever
2010-10-11  0:05 ` [PATCH 10/15] " Chuck Lever
2010-10-11  0:05 ` [PATCH 11/15] mount.nfs: Eliminate compiler warning in utils/mount/parse_opt.c Chuck Lever
2010-10-11  0:06 ` [PATCH 12/15] mount.nfs: Eliminate compiler warnings in utils/mount/network.c Chuck Lever
2010-10-11  0:06 ` [PATCH 13/15] mount.nfs: mountproto does not support RDMA Chuck Lever
2010-10-11  0:06 ` [PATCH 14/15] umount.nfs: Distinguish between nfs4 and nfs mounts Chuck Lever
2010-10-11  0:06 ` [PATCH 15/15] mount.nfs: don't show "remount" flag in /etc/mtab Chuck Lever
2010-10-11  4:16 ` [PATCH 00/15] Fixes for nfs-utils-1.2.4 Neil Brown
2010-10-11 15:18   ` Chuck Lever
     [not found] ` <20101010234836.6667.4057.stgit-ewv44WTpT0t9HhUboXbp9zCvJB+x5qRC@public.gmane.org>
2010-10-14 14:37   ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).