summaryrefslogtreecommitdiffstats
path: root/utils/mount
Commit message (Expand)AuthorAgeFilesLines
* 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
* mount: Support negotiation between v4, v3, and v2Chuck Lever2009-09-291-1/+18
* The user's mount options and the set of versions to try should notChuck Lever2009-09-291-24/+106
* mount.nfs: Keep server's address in nfsmount_infoChuck Lever2009-09-291-6/+7
* mount.nfs: Add API to duplicate a mount option listChuck Lever2009-09-292-0/+66
* mount.nfs: Support "-t nfs,vers=4" mounts in the kernelChuck Lever2009-09-144-7/+22
* Cleaned up some warnings in the mount config file code.Steve Dickson2009-08-271-0/+2
* Cleaned up parsing errors to hopeful be more preciseSteve Dickson2009-08-172-4/+5
* Now that only the Section names are case-insensitiveSteve Dickson2009-08-161-3/+6
* The example nfsmount.conf fileSteve Dickson2009-08-162-0/+121
* The new nfsmount.conf(5) man page and the update toSteve Dickson2009-08-163-0/+95
* Added hooks to the mount command that allowSteve Dickson2009-08-163-1/+56