summaryrefslogtreecommitdiffstats
path: root/utils/mount
Commit message (Expand)AuthorAgeFilesLines
...
* Cleaned up a warning from commit 44f09b7Steve Dickson2010-09-091-1/+0
* mount.nfs: Prepare way for "vers=4,rdma" mountsChuck Lever2010-09-091-7/+0
* mount.nfs: Support an "rdma" mount optionChuck Lever2010-09-092-3/+17
* mount.nfs: Use nfs_nfs_protocol() for checking for proto=rdmaChuck Lever2010-09-091-5/+12
* Clarification about options supported by different versionsGuillaume Rousse2010-09-091-30/+20
* Fix the description of nfsversion mount option in the man nfs pageGuillaume Rousse2010-08-171-8/+3
* Removed warnings from configfile.cSteve Dickson2010-08-091-2/+4
* Removed warnings from network.cSteve Dickson2010-08-091-1/+2
* Removed warnings from nfs4mount.cSteve Dickson2010-08-091-1/+1
* Removed warnings from nfsmount.cSteve Dickson2010-08-091-2/+6
* mount.nfs: silently fails when the network protocol is not foundSteve Dickson2010-06-222-8/+27
* mount: silently fails when bad option values are givenSteve Dickson2010-06-222-5/+19
* mount: Mount should retry unreachable hostsChuck Lever2010-03-191-0/+1
* nfs-utils: add and use nfs_authsys_createJeff Layton2010-03-011-3/+12
* mount: Set protocol family properly for "udp" and "tcp"Chuck Lever2010-02-181-1/+2
* mount.nfs: make nfs_{nfs,mount}_proto set errno on errorJeff Layton2010-02-121-6/+18
* mount.nfs: return error if proto= option specified IPv6 when IPv6 isn't suppo...Jeff Layton2010-02-121-16/+43
* This is the second iteration of this patch. The only difference hereJeff Layton2010-02-122-10/+14
* text-based mount: Support protocol family negotiationChuck Lever2010-02-121-11/+60
* text-based mount: Set addr= option in nfs_try_mount_foo()Chuck Lever2010-02-121-4/+19
* text-based mount: Replace nfs_lookup() with getaddrinfo(3)Chuck Lever2010-02-121-8/+24
* text-based mount: Retry when server can't be reachedChuck Lever2010-02-122-1/+9
* Added the sys/stat.h header file to a number ofSteve Dickson2010-01-222-0/+2
* mount.nfs: Configuration file parser ignoring optionsSteve Dickson2010-01-201-5/+21
* nfs-utils: Collect socket address helpers into one locationChuck Lever2010-01-152-14/+6
* mount.nfs: don't use IPv6 unless IPV6_SUPPORTED is setJeff Layton2010-01-041-1/+1
* NFS man page: update nfs(5) with details about IPv6 supportChuck Lever2009-12-111-32/+72
* mount.nfs: Remove nfs_name_to_address()Chuck Lever2009-12-112-22/+2
* mount.nfs: Teach umount.nfs to recognize netids in /etc/mtabChuck Lever2009-12-111-4/+11
* mount.nfs: proto=netid forces address family when resolving server namesChuck Lever2009-12-111-8/+23
* mount.nfs: Fix sockaddr pointer aliasing in stropts.cChuck Lever2009-12-111-13/+19
* mount.nfs: Add new API for getting protocol family from netidsChuck Lever2009-12-112-0/+65
* mount.nfs: make nfs_lookup() globalChuck Lever2009-12-112-2/+14
* mount.nfs: support netids in v2/v3 version/transport negotiationChuck Lever2009-12-111-29/+22
* mount.nfs: support netids in nfs_options2pmap()Chuck Lever2009-12-111-22/+6
* mount.nfs: Retry v4 mounts with v3 on ENOENT errorsNeil Brown2009-12-071-2/+3
* nfs-utils: NFSv4: fix backgroundingHarshula Jayasuriya2009-11-161-10/+15
* mount options can be lost when using bg optionHarshula Jayasuriya2009-11-162-2/+8
* mount.nfs: Assume v2/v3 if mount-related options are presentChuck Lever2009-11-161-0/+12
* mount: Fix po_join() call site in nfs_try_mount_v4()Chuck Lever2009-11-031-1/+2
* mount.nfs: Assume v2/v3 if mount-related options are presentChuck Lever2009-11-031-14/+35
* Made some aesthetic changes to the code that setsSteve Dickson2009-11-032-8/+10
* Retry v4 mounts with a v3 mount when the versionSteve Dickson2009-11-031-2/+9
* Added wrappers around the setting of default valuesSteve Dickson2009-10-272-15/+45
* Added the defaultproto and defaultvers variable to the mountSteve Dickson2009-10-221-4/+18
* Use the default protocol and version values, when theySteve Dickson2009-10-222-3/+22
* Introducing the parsing of both 'defaultvers' and 'defaultproto'Steve Dickson2009-10-223-2/+59
* Make sure all protocol version options are checked in check_vers()Steve Dickson2009-10-091-3/+1
* Make the network transports value in the mountSteve Dickson2009-10-091-3/+4
* There are a number of different mount options that can beSteve Dickson2009-10-091-0/+20