public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] mount.nfs default version
@ 2014-11-18 14:06 Benjamin Coddington
  2014-11-18 14:06 ` [PATCH 1/6] mount.nfs: default enable mount config file (nfsmount.conf) Benjamin Coddington
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Benjamin Coddington @ 2014-11-18 14:06 UTC (permalink / raw)
  To: linux-nfs

Here's the work posted yesterday broken out a bit with an addition of
enabling nfsmount.conf by default, and the change to autonegotiate starting
with version 4.2 (instead of 4.0) when no version is specified in either
config or mount option.

Benjamin Coddington (6):
  mount.nfs: default enable mount config file (nfsmount.conf)
  mount.nfs: fix a comment typo in parse options
  mount.nfs: parse options - add helper po_contains_prefix
  mount.nfs: Add struct nfs_version and generalize version parsing
  nfsmount.conf: Always parse versions
  mount.nfs: configurable minor version defaults

 configure.ac             |    8 +-
 utils/mount/configfile.c |   36 +-----------
 utils/mount/network.c    |  122 ++++++++++++++++++-------------------
 utils/mount/network.h    |   15 ++++-
 utils/mount/nfsumount.c  |    4 +-
 utils/mount/parse_opt.c  |   26 ++++++++-
 utils/mount/parse_opt.h  |    2 +
 utils/mount/stropts.c    |  150 +++++++++++++++++++++++++++++++---------------
 8 files changed, 209 insertions(+), 154 deletions(-)


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

end of thread, other threads:[~2015-01-28 21:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-18 14:06 [PATCH v2 0/6] mount.nfs default version Benjamin Coddington
2014-11-18 14:06 ` [PATCH 1/6] mount.nfs: default enable mount config file (nfsmount.conf) Benjamin Coddington
2014-11-18 14:06 ` [PATCH 2/6] mount.nfs: fix a comment typo in parse options Benjamin Coddington
2014-11-18 14:06 ` [PATCH 3/6] mount.nfs: parse options - add helper po_contains_prefix Benjamin Coddington
2014-11-18 14:06 ` [PATCH 4/6] mount.nfs: Add struct nfs_version and generalize version parsing Benjamin Coddington
2014-11-18 14:06 ` [PATCH 5/6] nfsmount.conf: Always parse versions Benjamin Coddington
2014-11-18 14:06 ` [PATCH 6/6] mount.nfs: configurable minor version defaults Benjamin Coddington
2015-01-28 21:29 ` [PATCH v2 0/6] mount.nfs default version Steve Dickson

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