summaryrefslogtreecommitdiffstats
path: root/support/nfs
Commit message (Expand)AuthorAgeFilesLines
* Remove risk of nfs_addmntent corrupting mtabNeilBrown2011-05-231-0/+9
* exportfs: getexportent interprets -test-client- as default optionsBen Myers2011-05-231-3/+8
* exports: add a configurable time-to-live for the kernel cache entriesChuck Lever2011-04-061-0/+1
* Removed a warning from conffile.cSteve Dickson2011-04-061-0/+1
* Cleaned up a warning in rpcdispatch.cSteve Dickson2011-03-051-1/+1
* rpc.mountd: Checking RPC Procedure ID before process itSid Moore2010-12-031-0/+5
* libnfs.a: fix a bug when parse section's argMi Jinlong2010-11-291-2/+2
* export: Ensure that we free struct exportent->e_uuidTrond Myklebust2010-10-141-0/+2
* libnfs.a: Allow multiple RPC listeners to share listener port numberChuck Lever2010-10-141-6/+246
* Fix style nits in atomicio.cSteve Dickson2010-10-131-16/+6
* nfs-utils: Move common code into supportSteve Dickson2010-10-134-1/+213
* nfs-utils: Fix source code character encodingChuck Lever2010-09-272-2/+2
* libnfs.a: Remove support/nfs/fstab.cSteve Dickson2010-09-271-554/+0
* libnfs.a: Fix API for getfh() & friendsChuck Lever2010-09-161-6/+58
* getport: Recognize "rdma" and "rdma6" netidChuck Lever2010-09-091-0/+25
* Removed warnings from conffile.cSteve Dickson2010-08-091-4/+4
* Remove warnings from nfs_mntent.cSteve Dickson2010-08-091-1/+1
* emove warnings from cacheio.cSteve Dickson2010-08-091-1/+1
* Remove warnings from svc_socket.cSteve Dickson2010-08-092-4/+4
* Removed warnings from rpcdispatch.cSteve Dickson2010-08-091-2/+2
* mountd: Convert colons in IPv6 presentation addresses tosemicolonsChuck Lever2010-05-241-3/+39
* Remove some warnings that were introduced by commit 6ca440cSteve Dickson2010-04-081-1/+1
* mountd: fix --manage-gids hang due to int/uint bugSteve Dickson2010-03-081-0/+19
* Use authunix_create() instead of authsys_create() to fix regression.Steve Dickson2010-03-081-1/+1
* nfs-utils: add and use nfs_authsys_createJeff Layton2010-03-011-0/+21
* nfs-utils: don't fdatasync the rmtabBen Myers2010-02-122-8/+20
* nfs-utils: remove xflock timeoutBen Myers2010-02-121-17/+1
* Tone down a number xlog messages in svc_create_bindaddr()Steve Dickson2010-01-151-11/+5
* statd: Support TI-RPC statd listenerChuck Lever2010-01-152-1/+254
* nfs-utils: Collect socket address helpers into one locationChuck Lever2010-01-152-57/+19
* Revert "Automatically set 'nohide' on referral exports."J. Bruce Fields2010-01-131-6/+0
* exports: common exportent initializerJ. Bruce Fields2010-01-131-32/+27
* exports: NFSv4 pseudoroot support routinesSteve Dickson2010-01-131-1/+1
* exports: let kernel decide which flags vary by flavorJ. Bruce Fields2010-01-131-26/+57
* exports: minor parse_opts cleanupJ. Bruce Fields2010-01-131-5/+13
* libnfs.a: Provide shared helpers for managing netidsChuck Lever2009-12-111-7/+85
* Cleaned up parsing errors to hopeful be more preciseSteve Dickson2009-08-171-5/+5
* Added support for line comments parsing which shouldBenny Halevy2009-08-171-5/+19
* Now that only the Section names are case-insensitiveSteve Dickson2009-08-161-12/+0
* Added an conditional argument to the Section namesSteve Dickson2009-08-161-18/+96
* Make Section names case-insensitive which shouldSteve Dickson2009-08-161-0/+15
* Taught conf_parse_line() to ignore spaces in theSteve Dickson2009-08-161-9/+26
* Move idmapd's configuration file parsing routines intoSteve Dickson2009-08-162-1/+851
* nfs-utils: move nfssvc.c to nfsd dir and clean up linking of nfsdJeff Layton2009-08-012-188/+1
* errno not be set on RPC errorsSteve Dickson2009-07-151-1/+5
* support: Introduce sockaddr helpers to get and set IP port numbersChuck Lever2009-07-142-39/+48
* getport: Convert TCP connection refused to RPC_CANTRECVChuck Lever2009-07-141-0/+3
* getport: Restore historical TCP connect timeout error codeChuck Lever2009-07-141-2/+24
* getport: Clear shared error fields before trying rpcbind queriesChuck Lever2009-07-142-0/+22
* getport: RPC_PROGNOTREGISTERED is a permanent errorChuck Lever2009-07-141-1/+1