public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Patches for nfs-utils-1.1.3
@ 2008-06-30 17:10 Chuck Lever
       [not found] ` <20080630170420.9905.90111.stgit-ewv44WTpT0t9HhUboXbp9zCvJB+x5qRC@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Chuck Lever @ 2008-06-30 17:10 UTC (permalink / raw)
  To: steved; +Cc: linux-nfs

Hi Steve-

Please consider these patches to be part of nfs-utils-1.1.3.  They include a
number of clean-ups, as well as support for the new "sloppy" option which
should help automounter.  Kernel support for "sloppy" is in Trond's devel
branch now, and should be upstream in 2.6.27.

The getaddrinfo(3) changes enable the mount.nfs and umount.nfs commands for
IPv6 in the future, but should be harmless to include now.  I would like to
know if there are any problems with this before we push forward with IPv6, so
please consider this for 1.1.3.

---

Chuck Lever (7):
      text-based mount command: pass "sloppy" when -s is set
      mount command: move function to get kernel version to separate header
      mount: Introduce IPv6-aware DNS resolver API function
      nfs-utils: Add dependency for getaddrinfo(3) in configure.ac
      mount command: don't include headers multiple times
      text-based mount command: Make "internal error" message more explicit
      Python scripts:  Report bandwidth in "kB/s" instead of "Kb/s"


 configure.ac                   |    3 ++
 tools/mountstats/mountstats.py |    8 ++--
 tools/nfs-iostat/nfs-iostat.py |    2 +
 utils/mount/Makefile.am        |    2 +
 utils/mount/error.c            |    7 +++-
 utils/mount/error.h            |    5 +++
 utils/mount/fstab.h            |    7 ++--
 utils/mount/mount.c            |   18 +--------
 utils/mount/mount_constants.h  |    6 ++-
 utils/mount/network.c          |   78 ++++++++++++++++++++++++++++++----------
 utils/mount/network.h          |    7 ++++
 utils/mount/nfs_mount.h        |    6 ++-
 utils/mount/nfsmount.c         |    5 +--
 utils/mount/parse_opt.h        |    5 +++
 utils/mount/stropts.c          |   22 ++++++++++-
 utils/mount/stropts.h          |    5 +++
 utils/mount/token.h            |    5 +++
 utils/mount/version.h          |   51 ++++++++++++++++++++++++++
 18 files changed, 183 insertions(+), 59 deletions(-)
 create mode 100644 utils/mount/version.h

-- 
Chuck Lever
chu ckl eve rat ora cle dot com

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

end of thread, other threads:[~2008-07-15 19:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-30 17:10 [PATCH 0/7] Patches for nfs-utils-1.1.3 Chuck Lever
     [not found] ` <20080630170420.9905.90111.stgit-ewv44WTpT0t9HhUboXbp9zCvJB+x5qRC@public.gmane.org>
2008-06-30 17:10   ` [PATCH 1/7] Python scripts: Report bandwidth in "kB/s" instead of "Kb/s" Chuck Lever
2008-06-30 17:10   ` [PATCH 2/7] text-based mount command: Make "internal error" message more explicit Chuck Lever
2008-06-30 17:10   ` [PATCH 3/7] mount command: don't include headers multiple times Chuck Lever
2008-06-30 17:10   ` [PATCH 4/7] nfs-utils: Add dependency for getaddrinfo(3) in configure.ac Chuck Lever
2008-06-30 17:10   ` [PATCH 5/7] mount: Introduce IPv6-aware DNS resolver API function Chuck Lever
2008-06-30 17:10   ` [PATCH 6/7] mount command: move function to get kernel version to separate header Chuck Lever
2008-06-30 17:10   ` [PATCH 7/7] text-based mount command: pass "sloppy" when -s is set Chuck Lever
2008-07-15 19:30   ` [PATCH 0/7] Patches for nfs-utils-1.1.3 Steve Dickson

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