summaryrefslogtreecommitdiffstats
path: root/utils/mountd/cache.c
Commit message (Expand)AuthorAgeFilesLines
* mountd: move fsidtype-specific code to helpersJ. Bruce Fields2011-06-271-111/+129
* mountd: gather fsid information into one structJ. Bruce Fields2011-06-271-34/+45
* mountd: prefer explicit subexports over crossmnt parentsJ. Bruce Fields2011-06-271-3/+15
* mountd: Fix missing varialble assignment in auth_unix_gidPavel Shilovsky2011-06-071-2/+4
* Removed compilation warnings from mountd/cache.cJim Rees2011-05-181-5/+5
* nfs-utils: Increase the stdio file buffer size for procfs filesSean Finney2011-04-191-0/+5
* mountd: Use a dynamic buffer for storing lists of gid'sSean Finney2011-04-191-9/+20
* exports: add a configurable time-to-live for the kernel cache entriesChuck Lever2011-04-061-7/+8
* mountd: Ensure cache downcall can handle IPv6 addressesChuck Lever2010-09-161-1/+1
* mountd: Handle IPv6 addresses in kernel auth_unix_ip upcallsChuck Lever2010-09-161-3/+3
* mountd: clean up cache APIChuck Lever2010-09-161-10/+39
* Removed warnings from cache.cSteve Dickson2010-08-091-9/+9
* Removed warnings from fsloc.cSteve Dickson2010-08-091-1/+1
* mountd: Fix memcmp result comparison error for uuid match.Doug Nazar2010-07-191-1/+1
* mountd: Replace "struct hostent" with "struct addrinfo"Chuck Lever2010-06-221-29/+37
* libexport.a: Add helpers to manage DNS lookupsChuck Lever2010-06-221-2/+4
* Improve support for exporting btrfs subvolumesNeilBrown2010-06-221-29/+78
* mountd/exportfs: Make m_addrlist field a nfs_sockaddrChuck Lever2010-05-051-1/+2
* mountd: trivial: name parameters for clarityJ. Bruce Fields2010-03-081-4/+4
* mountd: fix path comparison for v4 crossmntJ. Bruce Fields2010-03-081-1/+1
* mountd: fix --manage-gids hang due to int/uint bugSteve Dickson2010-03-081-7/+7
* mountd: prefer non-V4ROOT exports.J. Bruce Fields2010-01-131-0/+5
* mountd: don't require mountpoint in crossmnt caseJ. Bruce Fields2010-01-131-2/+1
* mountd: further split up lookup_exportJ. Bruce Fields2010-01-131-19/+29
* mountd: move export lookup into separate functionJ. Bruce Fields2010-01-131-38/+49
* SinceJ. Bruce Fields2009-08-161-8/+6
* Exportfs and rpc.mountd optimalizationTomas Richter2009-02-181-2/+2
* Use fsid from statfs for UUID if blkid can't cope (or not used)David Woodhouse2008-08-281-2/+11
* Explicit UUID handling doesn't require blkid; factor out get_uuid_blkdev()David Woodhouse2008-08-281-36/+41
* Fix handling of explicit uuidDavid Woodhouse2008-08-281-1/+3
* mount issue with Mac OSX and --manage-gids, client hangsNeil Brown2008-08-271-1/+3
* Stop rpc.mountd from probing all known devices which causesSteinar H. Gunderson2008-03-131-2/+0
* Cleaned up some typos that were found in the variousFrank Filz2008-02-091-5/+7
* Fix bug when both crossmnt and fsid are set.Steve Dickson2008-01-191-3/+8
* Automatically set 'nohide' on referral exports.Steve Dickson2008-01-091-1/+10
* When mountd gets a request to export a mountpoint which is notSteve Dickson2007-11-031-1/+1
* rpc.mountd: add new mode for handling netgroup-heavy configurationsJeff Layton2007-09-281-8/+36
* rpc.mountd: create client_resolve and change client_compose to take a hostent...Jeff Layton2007-09-281-2/+4
* rpc.mountd: fix memory leak and error handling in nfsd_fhJeff Layton2007-09-281-0/+3
* fix regression with rmtab handling in newer nfs-utils codeJeff Layton2007-08-071-3/+1
* Support sec= option to specify export securityJ. Bruce Fields2007-07-101-0/+21
* mountd - improve checks and error messages for export failure.Neil Brown2007-04-021-6/+18
* mountd - better response to failed attempts to export filesystemsNeil Brown2007-03-291-3/+6
* Allow disabling of libblkid usage.Neil Brown2007-03-201-0/+10
* When finding an export for an fsid, check submounts too.Neil Brown2007-03-191-10/+63
* Handle 'crossmnt' when kernel asked for export options for a directory.Neil Brown2007-03-191-1/+26
* Allow exporting of a subfilesystem when 'crossmnt' is set.Neil Brown2007-03-191-7/+47
* Make warning about host matching multiple exports more helpful.Neil Brown2007-03-191-3/+5
* Don't complain if two exports of different types match the same IP address.Neil Brown2007-03-161-2/+4
* Remove "maptype" supportJ. Bruce Fields2007-03-151-6/+0