summaryrefslogtreecommitdiffstats
path: root/utils/mount
Commit message (Expand)AuthorAgeFilesLines
* nfs.man: man complains when line starts with quoteLuk Claes2011-08-291-2/+2
* mount.nfs: submarvellous messages from mount.nfsMax Matveev2011-08-161-0/+2
* mount: fix for libmount from util-linux >= 2.20Karel Zak2011-08-031-3/+12
* mount.nfs: Do not segfault because of kernel versionLuk Claes2011-07-121-7/+9
* mount.nfs: Fix for the bug in v1.2.4 that breaks mount.nfsPrem Karat2011-06-301-10/+1
* Do not compile unnecessary files when the libmount code is enableNeilBrown2011-06-291-4/+4
* mount.nfs: Don't hard code source and destinationPrem Karat2011-06-291-4/+9
* mount: improve signal management when locking mtabNeilBrown2011-06-291-5/+32
* mount: add --enable-libmount-mountKarel Zak2011-04-062-2/+424
* mount: move generic functions to utils.c and network.cKarel Zak2011-04-067-200/+286
* mount.nfs: Don't leak socket in nfs_ca_sockname()Chuck Lever2011-04-061-15/+13
* mount: Remove MOUNT_CONFIG warningsSteve Dickson2011-03-052-4/+4
* mount: Recognize zero as a valid value for the port= optionChuck Lever2011-03-031-2/+2
* Removed a couple warnings from utils/mount/stropts.cSteve Dickson2010-11-221-2/+2
* nfs(5): Document remount behaviorChuck Lever2010-11-011-16/+38
* nfs(5): Grammar and style fixesChuck Lever2010-11-011-8/+7
* mount.nfs: mnt_freq and mnt_pass are always zeroChuck Lever2010-11-011-15/+19
* 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-012-8/+0
* behavior as file systems that use the monolithic /sbin/mount command.Chuck Lever2010-10-142-2/+6
* umount.nfs: Distinguish between nfs4 and nfs mountsChuck Lever2010-10-141-7/+104
* mount.nfs: mountproto does not support RDMAChuck Lever2010-10-141-1/+5
* mount.nfs: Eliminate compiler warnings in utils/mount/network.cChuck Lever2010-10-141-16/+19
* mount.nfs: Eliminate compiler warning in utils/mount/parse_opt.cChuck Lever2010-10-141-1/+1
* mount.nfs: Eliminate compiler warning in utils/mount/nfsumount.cChuck Lever2010-10-141-4/+4
* mount.nfs: Eliminate compiler warning in utils/mount/nfsumount.cChuck Lever2010-10-141-0/+1
* mount.nfs: Eliminate compiler warnings in utils/mount/mount.cChuck Lever2010-10-141-2/+2
* mount.nfs: Eliminate compiler warning in utils/mount/mount.cChuck Lever2010-10-141-1/+1
* mount.nfs: Eliminate compiler warnings in utils/mount/version.hChuck Lever2010-10-141-3/+3
* mount.nfs: Eliminate compiler warning in utils/mount/mount.cChuck Lever2010-10-141-10/+11
* mount.nfs: Eliminate compiler warningsChuck Lever2010-10-141-13/+16
* nfs-utils: Fixed typo in NFS man pageSteve Dickson2010-10-131-1/+1
* The kernel 2.6.37 has a add new mount option: local_lock.Suresh Jayaraman2010-09-291-0/+44
* nfs-utils: Fix source code character encodingChuck Lever2010-09-272-2/+2
* 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: Support an "rdma" mount optionChuck Lever2010-09-092-3/+17
* mount.nfs: Use nfs_nfs_protocol() for checking for proto=rdmaChuck Lever2010-09-091-5/+12
* Clarification about options supported by different versionsGuillaume Rousse2010-09-091-30/+20
* Fix the description of nfsversion mount option in the man nfs pageGuillaume Rousse2010-08-171-8/+3
* Removed warnings from configfile.cSteve Dickson2010-08-091-2/+4
* Removed warnings from network.cSteve Dickson2010-08-091-1/+2
* Removed warnings from nfs4mount.cSteve Dickson2010-08-091-1/+1
* Removed warnings from nfsmount.cSteve Dickson2010-08-091-2/+6
* mount.nfs: silently fails when the network protocol is not foundSteve Dickson2010-06-222-8/+27
* 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