summaryrefslogtreecommitdiffstats
path: root/utils/mount
Commit message (Expand)AuthorAgeFilesLines
* mount: take history into account when assessing if an error is permanent.NeilBrown2016-12-061-5/+29
* mount: don't hide temporary error code on timeout.NeilBrown2016-12-061-3/+1
* mount: RPC_PROGNOTREGISTERED should not be a permanent errorNeilBrown2016-08-221-4/+3
* mount: use a public address for IPv6 callback.NeilBrown2016-08-031-0/+5
* mount: don't treat temporary name resolution failure as permanentNeilBrown2016-08-031-23/+31
* nfs.man: clarify effect of 'retry' optionNeilBrown2016-08-031-2/+12
* nfs(5): Add lease management security considerationsChuck Lever2016-07-181-3/+56
* umount: fixed typo in usage messageSteve Dickson2016-06-071-1/+1
* mount.nfs: added usage output when no arguemnts are givenSteve Dickson2016-06-071-0/+2
* mount: run START_STATD fully as rootNeilBrown2016-04-271-1/+4
* mount.nfs: skip server address resolution on remountBenjamin Coddington2016-04-271-11/+20
* mount.nfs - hide EBUSY errorsNeilBrown2016-03-161-0/+9
* mount.nfs: trust the exit status of "start_statd".NeilBrown2016-01-161-1/+5
* Fix protocol minor version fall-backTakashi Iwai2016-01-161-0/+3
* Fix uninitialised variable usage in nfs_options2pmapAndreas Schwab2016-01-161-1/+4
* mount.nfs: fix null pointer derefernce in nfs_parse_simple_hostnameVivek Trivedi2015-12-111-1/+2
* mount.nfs: Teach mount.nfs about the mountversion optionSteve Dickson2015-11-211-1/+6
* mount.nfs manpage: Add nfsmount.confSteve Dickson2015-06-251-1/+4
* nfs manpage: Add nfsmount.confSteve Dickson2015-06-251-0/+4
* mount: Writes signal number to kernel as command lineKinglong Mee2015-05-061-2/+7
* When mounting nfs with -ov4, -overs=4 or -onfsvers=4, fail as,Kinglong Mee2015-05-061-9/+3
* mount.nfs.man, nfs.man: Update distinction between fstypesBen Hutchings2015-04-021-4/+8
* mount: improve error message when statd cannot be started.NeilBrown2015-03-262-0/+4
* mount.nfs: configurable minor version defaultsBenjamin Coddington2015-01-231-43/+95
* nfsmount.conf: Always parse versionsBenjamin Coddington2015-01-231-34/+0
* mount.nfs: Add struct nfs_version and generalize version parsingBenjamin Coddington2015-01-235-77/+88
* mount.nfs: parse options - add helper po_contains_prefixBenjamin Coddington2015-01-232-0/+26
* mount.nfs: fix a comment typo in parse optionsBenjamin Coddington2015-01-231-1/+1
* Fix up issue with "make dist"NeilBrown2014-12-071-4/+6
* umount: make it sensitive to -vKarel Zak2014-10-241-1/+13
* Include libgen.h for basenameNatanael Copa2014-09-152-0/+2
* mount.nfs: print more useful error messageKinglong Mee2014-06-011-2/+6
* Added more (commented out) options to nfsmount.confSteve Dickson2014-04-291-0/+9
* mount: chk_mountpoint should only check for execute perms for unpriveleged usersScott Mayhew2014-03-221-1/+1
* nfs(5): intr/nointr are ignored nowJim Rees2014-03-131-47/+4
* [PATCH - v3] mount.nfs: Fix fallback from tcp to udpNeilBrown2014-03-133-18/+50
* mount.nfs: Removed supported flag from usage stringSteve Dickson2014-01-201-1/+1
* nfs(5): Clarify DATA AND METADATA COHERENCE sectionChuck Lever2014-01-201-10/+27
* mount.nfs: Don't silently ignore invalid protocol versions.Steve Dickson2014-01-071-0/+4
* nfs(5): Treatment of *atime mount optionsChuck Lever2013-11-201-0/+59
* nfs(5): Document the "migration" mount optionChuck Lever2013-11-201-0/+20
* mount.nfs: Recognize v4.x mount optionsWeston Andros Adamson2013-11-201-0/+8
* nfs.man: add description of multiple sec= optionsWeston Andros Adamson2013-11-051-4/+13
* statd: fix race condition for parallel startup of statdRobert Schiele2013-11-051-2/+13
* mount.nfs: print an error message when remount attempt failsJeff Layton2013-10-211-0/+1
* nfsmount.conf: remove duplicate 'timeo' from the parsing stringSteve Dickson2013-10-211-0/+10
* nfsmount.conf: Remove duplicate 'bg' and 'fg' from parsing string.Steve Dickson2013-10-211-0/+25
* mount.nfs: improve handling of bg, fg, and sloppy in nfsmount.confScott Mayhew2013-08-191-0/+11
* mount.nfs: dont pass options from configuration sections that are not relevantScott Mayhew2013-08-191-1/+1
* statd: exit if a statd is already runningWeston Andros Adamson2013-05-071-17/+0