summaryrefslogtreecommitdiffstats
path: root/utils/mount
Commit message (Expand)AuthorAgeFilesLines
...
* Currently the "-s" option is ignored by the text-based mount interface. ToChuck Lever2008-07-151-0/+15
* Clean up: add the traditional pre-processor safety check in headers underChuck Lever2008-07-158-10/+34
* Moved the kernel version-ing code into a new version.hChuck Lever2008-07-154-21/+55
* Introduce a new DNS resolver function in utils/mount/network.c that usesChuck Lever2008-07-152-19/+61
* The text-based mount command displays the rather inexplicable "mount:Chuck Lever2008-07-152-4/+10
* Ported the create_mtab() routine from util-linux-ng as wellChristiaan Welvaart2008-07-153-34/+86
* Fix error reporting when probe_bothports() fails while rewriting mountChuck Lever2008-06-062-4/+8
* Clean up: instead of passing so many arguments to all the helpers, haveChuck Lever2008-06-061-111/+132
* Steinar Gunderson reports:Chuck Lever2008-06-061-13/+38
* Make the text-based mount path check whether statd is running if the "lock"Neil Brown2008-06-061-4/+27
* If mount.nfs is not installed setuid, an attempt to perform a "user"NeilBrown2008-05-081-0/+6
* The prev_bg_host stuff made sense when NFS didn't have its own mountJeff Layton2008-05-071-14/+0
* The bg option is essentially ignored with nfs4 currently. nfs4mount()Jeff Layton2008-05-071-2/+8
* Currently nfs4mount() sets the retry value to 10000 on both fg and bgJeff Layton2008-05-072-5/+17
* Change how mount.nfs handles EACCES errors. Currently,Jeff Layton2008-04-141-1/+0
* Correct a spelling error in a mount.nfs error messageLi Yewang2008-04-091-1/+1
* There were 2 things wrong with auth flavour ordering:bc Wong2008-03-181-5/+8
* Recently #include directives for autoconf's config.h file were added inChuck Lever2008-03-116-2/+24
* Fixed a segfault in the mount.nfs commandSteinar H. Gunderson2008-03-101-1/+1
* The mount(5) man page states that the noquota, quota, usrquota andSteinar H. Gunderson2008-03-101-0/+4
* As part of migrating from nfs@lists.sf.net to linux-nfs@vger.kernel.org,Chuck Lever2008-03-052-6/+0
* Added in relatime mount option so mount.nfs staysSteve Dickson2008-01-242-1/+10
* The kernel doesn't support the underlying parts needed for changing theSteve Dickson2008-01-161-3/+0
* The kernel hasn't supported the underlying parts needed for changing theSteve Dickson2008-01-161-3/+0
* Address an inconsistency: the mount.nfs command uses the glibc routinesSteve Dickson2008-01-161-5/+7
* add_mtab() calls unlock_mtab() twice in one of its error exit paths.Steve Dickson2008-01-161-1/+0
* When mount.nfs reports that statd isn't running, it suggests using the "-oSteve Dickson2008-01-161-1/+1
* Redress some nits in the description of the timeo optionSteve Dickson2008-01-091-9/+13
* Get rid of the "-i" option for mount.nfs[4] and always use the text-Steve Dickson2008-01-041-17/+4
* Incorporated Chuck Lever's and Don Domingo's changes to theSteve Dickson2008-01-041-485/+1208
* When following a list of mount versions to probe -Steve Dickson2007-11-031-1/+1
* This means that if mountd is run with "--no-nfs-version 3",Steve Dickson2007-11-031-4/+0
* text-based mount.nfs: Fix po_rightmost() enum return valuesChuck Lever2007-10-122-32/+25
* Fix version fallback for unmount.Neil Brown2007-10-122-28/+16
* Don't fail an unmount just because we couldn't contact the NFS server.Neil Brown2007-10-111-2/+1
* text-based mount.nfs: Plug "fg" and "bg" processing into nfsmount_string()Chuck Lever2007-10-111-13/+13
* text-based mount.nfs: Add functions to handle background mountingChuck Lever2007-10-111-0/+89
* text-based mount.nfs: add function to do foreground retriesChuck Lever2007-10-111-0/+51
* text-based mount.nfs: sort between permanent and temporary errorsChuck Lever2007-10-111-0/+21
* text-based mount.nfs: Use helpers for invoking mount(2) system callChuck Lever2007-10-111-14/+2
* text-based mount.nfs: Implement falling back to NFSv2 and UDPChuck Lever2007-10-111-2/+64
* text-based mount.nfs: Add rewrite_mount_options() functionChuck Lever2007-10-111-0/+130
* text-based mount.nfs: add a few useful parser return codesChuck Lever2007-10-112-2/+7
* text-based mount.nfs: Create helpers for invoking mount(2) system callChuck Lever2007-10-091-0/+74
* text-based mount.nfs: Remove unused top level functionsChuck Lever2007-10-091-129/+0
* text-based mount.nfs: combine nfsmount_s() and nfs4mount_s() pathsChuck Lever2007-10-093-10/+65
* text-based mount.nfs: refactor mandatory mount option processingChuck Lever2007-10-091-0/+23
* text-based mount.nfs: rename fix_up_mounthost_opt()Chuck Lever2007-10-091-4/+4
* text-based mount.nfs: Fix mounthost= processingChuck Lever2007-09-291-0/+27
* text-based mount.nfs: Clean up helper functions that are no longer usedChuck Lever2007-09-291-99/+0