summaryrefslogtreecommitdiffstats
path: root/utils/mountd/cache.c
Commit message (Expand)AuthorAgeFilesLines
* mountd: regression in crossmountsSteve Dickson2013-03-251-1/+4
* mountd: remove unused variableChuck Lever2013-03-251-2/+0
* mountd: fix is_subdirectory to understand '/'NeilBrown2012-12-171-23/+25
* mountd: Report the absolute path used to load the junction plug-inChuck Lever2012-12-121-0/+7
* mountd: cache.c no longer needs #include xmalloc.hChuck Lever2012-12-121-1/+0
* mountd: auth_unix_ip should downcall on error to prevent hangsJ. Bruce Fields2012-11-281-7/+4
* mountd: Avoid unnecessary type conversionsChuck Lever2012-10-301-2/+2
* mountd: Avoid unnecessary type conversionsChuck Lever2012-10-301-1/+1
* mountd: Avoid unnecessary type conversionsChuck Lever2012-10-301-4/+4
* mountd: Make local functions staticChuck Lever2012-10-301-2/+4
* mountd: Eliminate unnecessary type conversionsChuck Lever2012-10-301-2/+2
* mountd: Avoid unnecessary type conversionsChuck Lever2012-10-301-5/+5
* mountd: Simplify "no junction support" caseChuck Lever2012-10-221-13/+19
* mountd: Dynamically allocate exportent that represents junctionsChuck Lever2012-10-221-24/+31
* mountd: Junctions inherit parent export's optionsChuck Lever2012-10-221-20/+35
* mountd: Add lookup_export_parent()Chuck Lever2012-10-221-9/+70
* mountd: Set e_fslocdata field directlyChuck Lever2012-10-221-14/+23
* mountd: Use static buffer when constructing junction export optionsChuck Lever2012-10-221-31/+5
* mountd: Warn when a broken junction is encounteredChuck Lever2012-10-221-5/+14
* mountd: handle allocation failures in auth_unix_ip upcallJ. Bruce Fields2012-05-031-3/+9
* mountd: prepend '$' to make use_ipaddr clients self-describingJ. Bruce Fields2012-05-031-4/+8
* mountd: add trivial helpers for client-matchingJ. Bruce Fields2012-05-031-10/+2
* mountd: parse ip address earlierJ. Bruce Fields2012-05-031-18/+22
* mountd: fix export upcall failure in use_ipaddr caseJ. Bruce Fields2012-05-031-0/+1
* nfsd_fh: if two exports are possible, choose the one without V4ROOTNeilBrown2012-05-011-1/+10
* lookup_export: really prefer nonV4ROOT exports.NeilBrown2012-05-011-3/+7
* mountd: Support junction management plug-insChuck Lever2012-01-051-1/+224
* 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