summaryrefslogtreecommitdiffstats
path: root/utils/mount/stropts.c
Commit message (Expand)AuthorAgeFilesLines
* mount.nfs: Continue to trying address when the server return EACCESSteve Dickson2012-11-281-0/+2
* mount.nfs4: Backgrounding mount broken with NFS versions <4Wolfram Gloger2012-10-151-5/+12
* mount.nfs: try the next address after mount fails with ETIMEDOUTJeff Layton2012-06-191-0/+2
* mounts.nfs: v2 and v3 background mounts should retry when server is down.Steve Dickson2012-05-011-2/+4
* mount.nfs: Background mounts failing on time out errors.Steve Dickson2011-12-051-0/+2
* mount.nfs: Mount should really return from errno testYang Bai2011-10-181-2/+4
* mount.nfs: Preserve any explicit port=2049 optionBen Hutchings2011-09-141-2/+2
* pdate addres for Free Software FoundationNeilBrown2011-08-291-2/+2
* mount.nfs: submarvellous messages from mount.nfsMax Matveev2011-08-161-0/+2
* mount: Remove MOUNT_CONFIG warningsSteve Dickson2011-03-051-1/+1
* Removed a couple warnings from utils/mount/stropts.cSteve Dickson2010-11-221-2/+2
* mount.nfs: Fix memory leak in nfs_sys_mount()Chuck Lever2010-11-011-3/+5
* mount: Fix compiler warning in nfs_parse_retry_option()Chuck Lever2010-11-011-2/+5
* nfs-utils: Remove all uses of AI_ADDRCONFIGChuck Lever2010-11-011-5/+0
* mount.nfs: Don't do anything fancy if this is a remountChuck Lever2010-09-161-0/+28
* mount.nfs: Refactor mount version and protocol autonegotiationChuck Lever2010-09-161-14/+53
* 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: Use nfs_nfs_protocol() for checking for proto=rdmaChuck Lever2010-09-091-5/+12
* mount.nfs: silently fails when the network protocol is not foundSteve Dickson2010-06-221-5/+11
* mount: Mount should retry unreachable hostsChuck Lever2010-03-191-0/+1
* 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-121-0/+4
* nfs-utils: Collect socket address helpers into one locationChuck Lever2010-01-151-6/+1
* 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: support netids in v2/v3 version/transport negotiationChuck Lever2009-12-111-29/+22
* mount.nfs: Retry v4 mounts with v3 on ENOENT errorsNeil Brown2009-12-071-2/+3
* 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-031-4/+6
* 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-271-7/+22
* Use the default protocol and version values, when theySteve Dickson2009-10-221-0/+9
* 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: Support "-t nfs,vers=4" mounts in the kernelChuck Lever2009-09-141-2/+8
* Don't use initialized garbage for address lengthsSteve Dickson2009-07-151-2/+2
* mount.nfs: Fix compiler warning in stropts.cChuck Lever2009-07-141-2/+4
* mount.nfs: remove unused @addrlen argument from nfs_string_to_sockaddr()Chuck Lever2009-07-141-4/+2
* mount.nfs: Don't update extra_opts after text-based negotiationChuck Lever2009-07-141-5/+14
* mount.nfs: Clean up after restructuring version/protocol negotiationChuck Lever2009-07-141-132/+25
* mount.nfs: Clean up nfs_is_permanent_error()Chuck Lever2009-07-141-20/+25
* mount.nfs: rearchitect mount version/protocol negotiation logicChuck Lever2009-07-141-17/+25
* mount.nfs: make nfs_options2pmap return errorsChuck Lever2009-07-141-1/+4
* mount: remove legacy version of nfs_name_to_address()Chuck Lever2009-05-181-12/+4