summaryrefslogtreecommitdiffstats
path: root/utils/mount
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Support routines used to read sections from the configuration fileSteve Dickson2009-08-162-0/+321
* nfs(5): Remove trailing blanksChuck Lever2009-08-161-131/+130
* nfs(5): Add description of lookupcache mount optionChuck Lever2009-08-161-0/+96
* errno not be set on RPC errorsSteve Dickson2009-07-152-6/+16
* Don't use initialized garbage for address lengthsSteve Dickson2009-07-151-2/+2
* mount.nfs: Squelch compiler warnings in nfs_strerror()Chuck Lever2009-07-142-7/+7
* mount.nfs: Squelch unused parameter warnings on empty functionsChuck Lever2009-07-142-3/+4
* mount.nfs: Fix compiler warning in stropts.cChuck Lever2009-07-141-2/+4
* umount.nfs: Use correct data type in nfsumount()Chuck Lever2009-07-141-1/+1
* mount.nfs: remove unused @addrlen argument from nfs_string_to_sockaddr()Chuck Lever2009-07-143-9/+5
* mount.nfs: Remove unused @salen parameter from nfs_ca_gai()Chuck Lever2009-07-141-2/+2
* mount.nfs: Fix some nfs_error() nits in network.cChuck Lever2009-07-141-3/+4
* mount.nfs: Remove unused parameter in try_mount()Chuck Lever2009-07-141-3/+3
* mount.nfs: Use correct data type in discover_nfs_mount_data_version()Chuck Lever2009-07-141-1/+1
* support: Introduce sockaddr helpers to get and set IP port numbersChuck Lever2009-07-141-15/+0
* 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-144-102/+227
* mount.nfs: force rpcbind queries if options aren't specifiedChuck Lever2009-07-141-7/+11
* mount.nfs: If port= specifies an unregistered port, retry, then failChuck Lever2009-07-141-1/+2
* mount.nfs: Add more debugging output around nfs_getport()Chuck Lever2009-07-141-4/+24
* getport: Clear shared error fields before trying rpcbind queriesChuck Lever2009-07-141-2/+1
* umount.nfs: Harden umount.nfs error reportingChuck Lever2009-05-182-13/+23
* mount: remove legacy version of nfs_name_to_address()Chuck Lever2009-05-184-81/+28
* umount.nfs: Fix return value of nfs_mount_protocol()Chuck Lever2009-04-181-1/+1
* umount.nfs: Use a privileged port when sending UMNT requestsChuck Lever2009-04-181-1/+1
* In recent Fedora builds, the '-D _FORTIFY_SOURCE=2' compileSteve Dickson2009-03-231-2/+6
* mount.nfs: squelch compiler warning for TI-RPC buildsChuck Lever2009-03-051-2/+3
* nfs(5): document new [no]resvport optionChuck Lever2009-03-041-0/+14
* nfs(5): document new [no]resvport optionChuck Lever2009-03-041-0/+66
* The legacy version of nfs_name_to_address() returned an incorrectChuck Lever2009-03-041-1/+1
* umount command: remove do_nfs_umount23 functionChuck Lever2009-02-171-93/+0
* umount.nfs command: Support AF_INET6 server addressesChuck Lever2009-02-171-4/+99
* umount.nfs command: Add an AF_INET6-capable version of nfs_call_unmount()Chuck Lever2009-02-172-1/+56
* The mount sockaddr len (mnt_salen) is not be set inSteve Dickson2009-02-171-2/+3
* text-based mount command: fix return value from po_rightmost()Chuck Lever2009-02-174-14/+14
* text-based mount command: support AF_INET6 in rewrite_mount_options()Chuck Lever2009-01-271-25/+49