summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gssd - simplify topdirs pathDavid Hardeman2015-01-232-59/+40
* gssd - remove arbitrary GSSD_MAX_CCACHE_SEARCH limitationDavid Hardeman2015-01-232-13/+35
* gssd - simplify some option handlingDavid Hardeman2015-01-232-10/+6
* gssd - merge gssd_main_loop.c and gssd.cDavid Hardeman2015-01-234-271/+220
* cleanup daemonization codeDavid Hardeman2015-01-238-118/+67
* 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
* mount.nfs: default enable mount config file (nfsmount.conf)Benjamin Coddington2015-01-231-5/+5
* systemd: Ensure RPC pipefs is mounted before rpc.idmapd startsChris Mayo2015-01-231-0/+2
* rpc.idmapd: Add a reference to nfsidmap(8) on the man pageScott Mayhew2015-01-231-1/+12
* configure: restore checking for authgss_free_private_data in libtirpcYann E. MORIN2015-01-231-0/+6
* configure:restore the old way of checking for libtirpcYann E. MORIN2015-01-231-2/+34
* configure: be more laxist on the required libtirpc versionYann E. MORIN2015-01-231-1/+1
* rpc.idmap: Use event_initialized() to check if event is initializedSteve Dickson2015-01-231-1/+1
* sm-notify: Notify hosts in backgroundSteve Dickson2015-01-151-3/+2
* start-statd: Use the canonical to check if systemd is running.Steve Dickson2015-01-151-1/+1
* systemd: Bind the nfs-mountd service to the nfs-server serviceSteve Dickson2015-01-151-2/+1
* systemd: Bind rpc.idmapd to the nfs-server serviceSteve Dickson2015-01-151-1/+1
* mountstats: Updated the mountstats(8) man page.Scott Mayhew2014-12-131-14/+128
* mountstats: Implement the nfsstat sub-commandScott Mayhew2014-12-131-3/+153
* mountstats: Add support for -R/--raw to mountstats_commandScott Mayhew2014-12-131-4/+43
* mountstats: Allow mountstats_command to take a variable number of mountpointsScott Mayhew2014-12-131-14/+34
* mountstats: Fix IndexError in __parse_nfs_lineScott Mayhew2014-12-131-2/+2
* mountstats: Add support for -S/--sinceScott Mayhew2014-12-131-13/+38
* mountstats: Add support for -f/--fileScott Mayhew2014-12-131-10/+21
* mountstats: Make print_iostat_summary handle newly appearing mountsScott Mayhew2014-12-131-1/+1
* mountstats: Make the iostat sub-command output match that of nfs-iostat.pyScott Mayhew2014-12-131-43/+61
* mountstats: Convert existing option parsing to use the argparse moduleScott Mayhew2014-12-131-144/+110
* mountstats: Refactor compare_iostatsScott Mayhew2014-12-131-6/+19
* mountstats: Refactor __parse_nfs_line and __parse_rpc_lineScott Mayhew2014-12-131-69/+23
* mountstats: Add lists of various countersScott Mayhew2014-12-131-0/+168
* mountstats: Fix up NFS event countersScott Mayhew2014-12-131-15/+18
* configure: use pkg-config to find libtirpcYann E. MORIN2014-12-131-55/+12
* systemd: added the $BLKMAPDARGS var to the nfs-blkmap serviceSteve Dickson2014-12-131-1/+1
* rpcgen: change internal rpcgen to support separate builddirDavid Hardeman2014-12-081-3/+4
* gssd: fix gssd build flagsDavid Hardeman2014-12-081-2/+2
* Include systemd unit files in "dist" and "install".NeilBrown2014-12-073-1/+44
* Fix up issue with "make dist"NeilBrown2014-12-0713-39/+22
* nfslib: remove now unused FILE helpersTimo Teräs2014-12-072-117/+0
* nfsexport: talk to kernel using file descriptors instead of FILETimo Teräs2014-12-071-33/+44
* gssd: talk to kernel using file descriptors instead of FILETimo Teräs2014-12-074-33/+38
* mountd: talk to kernel using file descriptors instead of FILETimo Teräs2014-12-071-160/+183
* Add string.h to source files that need itTimo Teräs2014-12-075-0/+5
* mountstats: Sort RPC statistics by operation countChuck Lever2014-12-061-11/+14
* exportfs: warn when really nothing is exportedPavel Raiskup2014-12-033-23/+21
* nfsdcltrack: use sqlite3_errmsg instead of sqlite3_errstrJeff Layton2014-11-171-6/+6
* nfsdcltrack: use sqlite3_close instead of sqlite3_close_v2Jeff Layton2014-11-171-1/+1