summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* start-statd: converted to use systemdNeilBrown2014-03-241-2/+5
* mount: chk_mountpoint should only check for execute perms for unpriveleged usersScott Mayhew2014-03-221-1/+1
* exportfs: Support raw IPv6 addresses with "client:/path"Chuck Lever2014-03-172-2/+78
* exportfs: Refactor exportfs() and unexportfs()Chuck Lever2014-03-171-23/+51
* 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
* mountd: use SONAME fir libnfsjunct when loading with dlopenNeilBrown2014-03-111-2/+7
* nfsd: permit to use multiple time the -H optionMichael Scherer2014-03-112-17/+35
* nfsidmap: fix error reporting for nfs4_* family of functionsMateusz Guzik2014-03-111-5/+6
* statd: add options to set port number of lockdNeilBrown2014-03-112-5/+76
* nfsd: set nlm grace time to make NFSv4 grace timeNeilBrown2014-03-112-1/+10
* nfsd: allow nfsv4leasetime and nfsv4gracetime to be setNeilBrown2014-03-114-6/+60
* nfsd: add -r and --rdma options to request rdma serviceNeilBrown2014-03-114-4/+63
* gssd: Drop full domain when constructing the Ad hostname.Simo Sorce2014-03-101-1/+3
* nfsd: support NFS4_MAXMINOR up to the number an unsigned int can keepSteve Dickson2014-02-133-12/+17
* gssd: set $HOME to prevent recursion when home dirs are on kerberized NFS mountJeff Layton2014-01-221-0/+13
* mount.nfs: Removed supported flag from usage stringSteve Dickson2014-01-201-1/+1
* rpc.idmapd: Remove no longer supported flags from man page.Steve Dickson2014-01-201-20/+2
* rpc.statd: Allow usage messages to be displayed when statd is running.Steve Dickson2014-01-201-6/+6
* nfs(5): Clarify DATA AND METADATA COHERENCE sectionChuck Lever2014-01-201-10/+27
* gssd: Remove unused argumentsSimo Sorce2014-01-203-7/+7
* gssd: Improve first attempt at acquiring GSS credentialsSimo Sorce2014-01-201-22/+2
* exportfs: Don't buffer overflow on exports that are too big.Steve Dickson2014-01-201-0/+2
* mountd: optimize libblkid usageKarel Zak2014-01-071-3/+35
* exportfs.c: Escape path for '-s' optionTony Asleson2014-01-071-1/+12
* exportfs.c: Remove trailing whitespaceTony Asleson2014-01-071-15/+15
* exportfs.c: escape path for function test_exportTony Asleson2014-01-071-3/+7
* nfsd: fix minorversion-choosing interfaceJ. Bruce Fields2014-01-073-7/+7
* mount.nfs: Don't silently ignore invalid protocol versions.Steve Dickson2014-01-071-0/+4
* exportfs: modify can_test() to use LONG_MAX when appropriateHarshula Jayasuriya2013-11-201-4/+24
* nfs(5): Treatment of *atime mount optionsChuck Lever2013-11-201-0/+59
* gssd: don't let parent exit until child has a chance to scan directory onceJeff Layton2013-11-203-2/+9
* nfs-utils: consolidate mydaemon() and release_parent() implementationsJeff Layton2013-11-202-166/+6
* gssd: don't let spurious signals interrupt the wait after forkingJeff Layton2013-11-201-1/+4
* 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
* gssd: Fix file descriptor leak of old pipe dirsWeston Andros Adamson2013-11-202-1/+6
* gssd: always reply to rpc-pipe requests from kernel.NeilBrown2013-11-201-9/+12
* 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
* mountd: Add the ability to disable UDP listeners.Steve Dickson2013-11-052-3/+10
* mountd: Use protocol bit fields to turn protocols off.Steve Dickson2013-11-051-1/+1
* exportfs: exit with error code if there was any error (take 2).NeilBrown2013-11-051-30/+13
* exportfs: report failure if asked to unexport something not exported.Steve Dickson2013-10-281-0/+2
* gssd: validate cred in gssd_acquire_user_credWeston Andros Adamson2013-10-281-0/+7
* mountd: fix bug affecting exports of dirs with 64bit inode number.NeilBrown2013-10-241-11/+14
* exportfs: exit with error code if there was any error.NeilBrown2013-10-221-10/+27
* Revert "exportfs: Return non-zero exit value on error"Steve Dickson2013-10-221-27/+10
* exportfs: Return non-zero exit value on errorTony Asleson2013-10-221-10/+27
* mount.nfs: print an error message when remount attempt failsJeff Layton2013-10-211-0/+1