summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release: 2.4.2nfs-utils-2-4-2Steve Dickson2019-11-151-1/+1
* mount.nfs: removed extraneous printf from the mount pathnfs-utils-2-4-2-rc2Steve Dickson2019-11-131-1/+1
* junction: Fixed debug statement to compile with -Werror=format=2 flagSteve Dickson2019-11-131-2/+2
* gssd: daemonize earlierScott Mayhew2019-10-242-3/+3
* statd.man: Clarify the --name argument usageMarcos Paulo de Souza2019-10-141-6/+4
* statd: take user-id from /var/lib/nfs/smNeilBrown2019-10-143-13/+23
* conffile: allow optional include filesNeilBrown2019-10-142-3/+13
* mountd: Initialize logging early.NeilBrown2019-10-141-6/+3
* nfsdcld: update nfsdcld.manScott Mayhew2019-10-141-5/+27
* Add a tool for manipulating the nfsdcld sqlite database schema.Scott Mayhew2019-10-145-0/+367
* nfsdcld: add support for upcall version 2Scott Mayhew2019-10-145-56/+321
* nfsdcld: add a "GetVersion" upcallScott Mayhew2019-10-144-11/+53
* Add printf format checkingJoshua Watt2019-09-2015-25/+287
* mountd: Use unsigned for filesystem type magic constantsPatrick Steinhardt2019-09-051-3/+3
* nfsd_path: Include missing header for `struct stat`Patrick Steinhardt2019-09-051-0/+2
* configure.ac: Add <sys/socket.h> header when checking sizeof(socklen_t)Patrick Steinhardt2019-09-051-1/+4
* Use <poll.h> header instead of <sys/poll.h>Patrick Steinhardt2019-09-052-2/+2
* Use <fcntl.h> header instead of <sys/fcntl.h>Patrick Steinhardt2019-09-054-4/+4
* Annotate unused fields with UNUSEDPatrick Steinhardt2019-09-051-1/+2
* nfsd: Adjust nfs.conf setting/parsing of rdma portYongcheng Yang2019-09-053-2/+14
* tests: add missing include for strerror(3P)nfs-utils-2-4-2-rc1Patrick Steinhardt2019-08-261-0/+1
* nfsdcld: add missing include for PATH_MAXPatrick Steinhardt2019-08-261-0/+1
* mount: fix compilation if __GLIBC__ is not definedPatrick Steinhardt2019-08-261-1/+1
* nfs-utils: Removed a number of Coverity Scan USE_AFTER_FREE errorsSteve Dickson2019-08-264-6/+18
* nfs-utils: Removed a number of Coverity Scan RESOURCE_LEAK errorsSteve Dickson2019-08-262-0/+7
* gssd: add configure options verbosity to man page rpc.gssd(8)Yongcheng Yang2019-08-231-0/+8
* gssd: Look in lib32 for gss libs aswell.Matt Turner2019-08-121-2/+4
* Fix include order between config.h and stat.hZoltan Karcagi2019-08-125-11/+23
* nfs-server-generator: Fix memory leak on error in nfs-server-generatorAlice J Mitchell2019-08-011-1/+2
* mountstats: Fix nfsstat command to handle RPC iostats version >= 1.1Dave Wysochanski2019-08-011-1/+3
* mountstats: Add per-op error counts to iostat command when RPC iostats versio...Dave Wysochanski2019-08-011-2/+14
* nfsiostat: Add error counts to output when RPC iostats version >= 1.1Dave Wysochanski2019-08-012-2/+23
* nfs.man: Fixed small typo in man pageJosef Radinger2019-07-241-1/+1
* sqlite.c: Add a simple database health checkScott Mayhew2019-07-221-0/+131
* sqlite.c: restore zero-padding to the recovery table namesScott Mayhew2019-07-221-9/+9
* tests: make check fixesnfs-utils-2-4-1Steve Dickson2019-06-102-1/+4
* Make chroot() failures more verboseSteve Dickson2019-06-101-1/+1
* mountd: Canonicalise the rootdir in exportent_mkrealpath()Trond Myklebust2019-06-101-2/+10
* mountd: Ensure nfsd_path_strip_root() uses the canonicalised pathTrond Myklebust2019-06-102-7/+16
* mountd: Fix up incorrect comparison in next_mnt()Trond Myklebust2019-06-101-1/+1
* Fix up symlinked mount path resolution when "[exports] rootdir" is setTrond Myklebust2019-06-101-3/+3
* Add a helper for resolving symlinked nfsd paths via realpath()Trond Myklebust2019-06-102-0/+37
* Add support for the "[exports] rootdir" nfs.conf option to exportfsTrond Myklebust2019-06-101-2/+9
* Add support for the "[exports] rootdir" nfs.conf option to rpc.mountdTrond Myklebust2019-06-104-28/+71
* Add a helper to return the real path given an export entryTrond Myklebust2019-06-107-3/+36
* Add helpers to read/write to a file through the chrooted threadTrond Myklebust2019-06-102-0/+87
* Use xstat() with no synchronisation if availableTrond Myklebust2019-06-102-1/+73
* Add utilities for resolving nfsd paths and stat()ing themTrond Myklebust2019-06-107-2/+233
* Allow callers to check mountpoint status using a custom lstat functionTrond Myklebust2019-06-102-4/+11
* Add a simple workqueue mechanismTrond Myklebust2019-06-107-9/+262